itflow/client/includes/inc_all.php

13 lines
481 B
PHP

<?php
/*
* Client Portal
* Includes for all pages (except login)
*/
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';