mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Move portal to client and rename and reorganize some client portal files
This commit is contained in:
12
client/includes/inc_all.php
Normal file
12
client/includes/inc_all.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
* Client Portal
|
||||
* Includes for all pages (except login)
|
||||
*/
|
||||
|
||||
require_once '../config.php';
|
||||
require_once '../get_settings.php';
|
||||
require_once '../functions.php';
|
||||
require_once 'check_login.php';
|
||||
require_once 'functions.php';
|
||||
require_once "header.php";
|
||||
Reference in New Issue
Block a user