Fix index bootstrapping

This commit is contained in:
Sky Johnson 2024-07-02 10:33:14 -05:00
parent bb82258e3d
commit 9a4a92c57a

View File

@ -1,5 +1,6 @@
<?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');