mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Created whole new section Client Overview to get a global view of all your clients things, merged domains and assets into one
This commit is contained in:
12
includes/inc_client_overview_all.php
Normal file
12
includes/inc_client_overview_all.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
require_once "config.php";
|
||||
require_once "functions.php";
|
||||
require_once "check_login.php";
|
||||
require_once "page_title.php";
|
||||
require_once "header.php";
|
||||
require_once "top_nav.php";
|
||||
require_once "client_overview_side_nav.php";
|
||||
require_once "inc_wrapper.php";
|
||||
require_once "inc_alert_feedback.php";
|
||||
require_once "filter_header.php";
|
||||
Reference in New Issue
Block a user