fixed include path
This commit is contained in:
parent
17776536ca
commit
52d55e08c1
|
|
@ -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') {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue