Skip to content

Commit

Permalink
fix lose time zone on acept eula
Browse files Browse the repository at this point in the history
  • Loading branch information
DEV-MCWEBPANEL committed Jan 29, 2025
1 parent 5d15c9d commit 860a9f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions function/aceptareula.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ function test_input($data)

$elbackuprotate = CONFIGBACKUROTATE;

$elzonahoraria = CONFIGZONAHORARIA;

//OBTENER RUTA DONDE TIENE QUE ESTAR LA CARPETA CONFIG
$dirconfig = "";
$dirconfig = dirname(getcwd()) . PHP_EOL;
Expand Down Expand Up @@ -139,6 +141,7 @@ function test_input($data)
fwrite($file, 'define("CONFIGBACKUPCOMPRESS", "' . $elbackupcompress . '");' . PHP_EOL);
fwrite($file, 'define("CONFIGBACKUPHILOS", "' . $elbackuphilos . '");' . PHP_EOL);
fwrite($file, 'define("CONFIGBACKUROTATE", "' . $elbackuprotate . '");' . PHP_EOL);
fwrite($file, 'define("CONFIGZONAHORARIA", "' . $elzonahoraria . '");' . PHP_EOL);
fwrite($file, "?>" . PHP_EOL);
fclose($file);

Expand Down

0 comments on commit 860a9f2

Please sign in to comment.