move some more stuff to the install directory

This commit is contained in:
friendica
2012-11-01 15:10:05 -07:00
parent 3f7530417a
commit ec6ed3221d
5 changed files with 4 additions and 4 deletions

View File

@@ -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 = "";