mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Update Client Nav to use Absolute links and updated more of the inc_alls to use Document Server Root
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
* Includes for all pages (except login)
|
||||
*/
|
||||
|
||||
require_once '../config.php';
|
||||
require_once '../includes/load_global_settings.php';
|
||||
require_once '../functions.php';
|
||||
require_once 'check_login.php';
|
||||
require_once 'functions.php';
|
||||
require_once "header.php";
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/config.php';
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/load_global_settings.php';
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/functions.php';
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/client/includes/check_login.php';
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/client/functions.php';
|
||||
require_once $_SERVER['DOCUMENT_ROOT'] . '/client/includes/header.php';
|
||||
|
||||
Reference in New Issue
Block a user