aboutsummaryrefslogtreecommitdiffstats
path: root/mod/install.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-11-01 15:10:05 -0700
committerfriendica <info@friendica.com>2012-11-01 15:10:05 -0700
commitec6ed3221dc9801683c8d6f3a9bbe4ea38ed09c6 (patch)
tree53ded18236e628a89f0b607ea99b5f5608bc206b /mod/install.php
parent3f7530417aa6443b8e3fd8b137c890e4f3590979 (diff)
downloadvolse-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-xmod/install.php2
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 = "";