fixed include path

This commit is contained in:
Per Qvarforth 2022-02-13 12:13:25 +00:00
parent 17776536ca
commit 52d55e08c1
1 changed files with 1 additions and 1 deletions

View File

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