fixed include path

This commit is contained in:
Per Qvarforth 2022-02-13 12:06:20 +00:00
parent 6ad77a8f4a
commit 17776536ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php require dirname(__DIR__) . "../includes/bootstrap.php"; ?>
<?php require dirname(__DIR__) . "/../includes/bootstrap.php"; ?>
<?php
$isSecure = false;
if (isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') {