|
<?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";
|