mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
11 lines
242 B
PHP
11 lines
242 B
PHP
<?php
|
|
/*
|
|
* Client Portal
|
|
* Includes for all pages (except login)
|
|
*/
|
|
|
|
require_once('../config.php');
|
|
require_once('../functions.php');
|
|
require_once('check_login.php');
|
|
require_once('portal_functions.php');
|
|
require_once("portal_header.php"); |