fixed include path

This commit is contained in:
Per Qvarforth 2022-02-13 12:04:13 +00:00
parent 3c4d9c1fbd
commit 599e95ed24
1 changed files with 1 additions and 1 deletions

View File

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