fixed include path
This commit is contained in:
parent
6ad77a8f4a
commit
17776536ca
|
|
@ -1,4 +1,4 @@
|
||||||
<?php require dirname(__DIR__) . "../includes/bootstrap.php"; ?>
|
<?php require dirname(__DIR__) . "/../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