Fix index bootstrapping
This commit is contained in:
parent
bb82258e3d
commit
9a4a92c57a
|
@ -1,5 +1,6 @@
|
||||||
<?php // index.php :: Primary program script, evil alien overlord, you decide.
|
<?php // index.php :: Primary program script, evil alien overlord, you decide.
|
||||||
|
|
||||||
require_once '../server/bootstrap.php';
|
const SERVER = '../server';
|
||||||
|
require_once SERVER.'/bootstrap.php';
|
||||||
|
|
||||||
if (!installed()) redirect('/install');
|
if (!installed()) redirect('/install');
|
Loading…
Reference in New Issue
Block a user