Seperated Reports in its own side nav menu to allow more reports

This commit is contained in:
johnnyq
2022-02-22 15:01:13 -05:00
parent 3b615d2f3a
commit 95e71f178b
7 changed files with 73 additions and 37 deletions

12
inc_all_reports.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
include("config.php");
include_once("functions.php");
include("check_login.php");
include("header.php");
include("top_nav.php");
include("reports_side_nav.php");
include("inc_wrapper.php");
include("inc_alert_feedback.php");
?>