This commit is contained in:
jgen 2014-02-18 22:42:37 -05:00
parent 39bec6b666
commit 4eab3daef4

View File

@ -34,14 +34,14 @@ $test_suite->add(new ShimmieInstallerTest());
$timeout = 5; $timeout = 5;
while ($timeout > 0 && !file_exists("data/config/shimmie.conf.php")) { while ($timeout > 0 && !file_exists("../data/config/shimmie.conf.php")) {
sleep(1); sleep(1);
$timout--; $timeout--;
clearstatcache(); clearstatcache();
} }
require_once("core/sys_config.inc.php"); require_once("core/sys_config.inc.php");
include "data/config/shimmie.conf.php"; include "../data/config/shimmie.conf.php";
// //
// The code below is from index.php // The code below is from index.php