Fix index.php, Move Guest files to /Guest directory, fix adminlte path

This commit is contained in:
johnnyq
2025-01-11 15:48:10 -05:00
parent 08b91ead25
commit 7a23cf245d
13 changed files with 69 additions and 69 deletions

View File

@@ -1,7 +1,7 @@
<?php
if (file_exists("config.php")) {
include "inc_all.php";
require_once "includes/inc_all.php";
?>
<!-- Breadcrumbs-->
<ol class="breadcrumb">
@@ -16,7 +16,7 @@ if (file_exists("config.php")) {
<hr>
<?php
include "footer.php";
require_once "includes/footer.php";
} else {