diff options
author | friendica <info@friendica.com> | 2012-11-01 15:10:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-11-01 15:10:05 -0700 |
commit | ec6ed3221dc9801683c8d6f3a9bbe4ea38ed09c6 (patch) | |
tree | 53ded18236e628a89f0b607ea99b5f5608bc206b /mod/install.php | |
parent | 3f7530417aa6443b8e3fd8b137c890e4f3590979 (diff) | |
download | volse-hubzilla-ec6ed3221dc9801683c8d6f3a9bbe4ea38ed09c6.tar.gz volse-hubzilla-ec6ed3221dc9801683c8d6f3a9bbe4ea38ed09c6.tar.bz2 volse-hubzilla-ec6ed3221dc9801683c8d6f3a9bbe4ea38ed09c6.zip |
move some more stuff to the install directory
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 = ""; |