mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Made the php includes much more modular and simpler by lumping them all in 1 file inc_all.php instead of all over the place
This commit is contained in:
11
client.php
11
client.php
@@ -1,6 +1,9 @@
|
||||
<?php include("config.php"); ?>
|
||||
<?php include("functions.php"); ?>
|
||||
<?php include("check_login.php"); ?>
|
||||
<?php include("header.php"); ?>
|
||||
<?php include("top_nav.php"); ?>
|
||||
|
||||
|
||||
<?php
|
||||
|
||||
@@ -144,7 +147,13 @@ if(isset($_GET['client_id'])){
|
||||
|
||||
?>
|
||||
|
||||
<?php include("header.php"); ?>
|
||||
<?php
|
||||
|
||||
include("inc_side_nav.php");
|
||||
include("inc_wrapper.php");
|
||||
include("inc_alert_feedback.php");
|
||||
|
||||
?>
|
||||
|
||||
<?php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user