mcramer
2013-07-17 e828765700e64479bd1c77b2d92bf2a6bdcd3aad
- Fixed: FS#3033 - Undefinied variable error in cron_daily.php

1 files modified
2 ■■■ changed files
server/cron_daily.php 2 ●●● patch | view | raw | blame | history
server/cron_daily.php
@@ -247,7 +247,7 @@
// Create webalizer statistics
#######################################################################################################
function setConfigVar( $filename, $varName, $varValue ) {
function setConfigVar( $filename, $varName, $varValue, $append = 0 ) {
    if($lines = @file($filename)) {
        $out = '';
        $found = 0;