Typo
This commit is contained in:
parent
39bec6b666
commit
4eab3daef4
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue