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;
while ($timeout > 0 && !file_exists("data/config/shimmie.conf.php")) {
while ($timeout > 0 && !file_exists("../data/config/shimmie.conf.php")) {
sleep(1);
$timout--;
$timeout--;
clearstatcache();
}
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