diff options
Diffstat (limited to 'mod/install.php')
-rwxr-xr-x | mod/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/install.php b/mod/install.php index c71eaa49f..82c58d467 100755 --- a/mod/install.php +++ b/mod/install.php @@ -336,7 +336,7 @@ function check_php(&$phpath, &$checks) { if($passed) { $str = autoname(8); - $cmd = "$phpath testargs.php $str"; + $cmd = "$phpath install/testargs.php $str"; $result = trim(shell_exec($cmd)); $passed2 = $result == $str; $help = ""; |