mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
Seperated Reports in its own side nav menu to allow more reports
This commit is contained in:
12
inc_all_reports.php
Normal file
12
inc_all_reports.php
Normal 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");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user