Update and rename reports.php to report.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 7 May 2020 18:59:58 +0000 (14:59 -0400)
committerGitHub <noreply@github.com>
Thu, 7 May 2020 18:59:58 +0000 (14:59 -0400)
admin/report.php [new file with mode: 0644]
admin/reports.php [deleted file]

diff --git a/admin/report.php b/admin/report.php
new file mode 100644 (file)
index 0000000..b78735b
--- /dev/null
@@ -0,0 +1,11 @@
+<?PHP 
+include_once('security.php');
+include_once('header.php');
+?>
+
+report.php
+
+
+<?PHP
+include_once('footer.php');
+?>
diff --git a/admin/reports.php b/admin/reports.php
deleted file mode 100644 (file)
index e20f3c1..0000000
+++ /dev/null
@@ -1 +0,0 @@
-make reports here