mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Fix index.php, Move Guest files to /Guest directory, fix adminlte path
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user