Typo
This commit is contained in:
parent
39bec6b666
commit
4eab3daef4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user