Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit c06de0f

Browse files
authored
Commented line 164 on scheduled.php. fixes #1
1 parent 07e11fc commit c06de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scheduled.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@
161161
$result .= "\$period=(3600*24)" . str_replace(array(';', '$', '+'), '', $_POST['period']) . ";\n";
162162
$result .= "\$security_key=\"" . ($PMBP_SYS_VAR['security_key']) . "\";\n";
163163
$result .= "// switch to the phpMyBackupPro " . PMBP_VERSION . " directory\n";
164-
$result .= "@chdir(\"" . $_SERVER['DOCUMENT_ROOT'] . "\");\n";
164+
// $result .= "@chdir(\"" . $_SERVER['DOCUMENT_ROOT'] . "\");\n";
165165
$result .= "@include(\"backup.php\");\n";
166166
$result .= "// switch back to the directory containing this script\n";
167167
$result .= "@chdir(\"" . $_POST['path'] . "\");\n";

0 commit comments

Comments
 (0)