From ec6ed3221dc9801683c8d6f3a9bbe4ea38ed09c6 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 1 Nov 2012 15:10:05 -0700 Subject: move some more stuff to the install directory --- mod/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/install.php') 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 = ""; -- cgit v1.2.3