Move portal to client and rename and reorganize some client portal files

This commit is contained in:
johnnyq
2025-01-23 17:12:11 -05:00
parent 70dd3ab5c8
commit 5f76a7989b
31 changed files with 87 additions and 87 deletions

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