Create manage_petitions.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 7 May 2020 18:59:20 +0000 (14:59 -0400)
committerGitHub <noreply@github.com>
Thu, 7 May 2020 18:59:20 +0000 (14:59 -0400)
admin/manage_petitions.php [new file with mode: 0644]

diff --git a/admin/manage_petitions.php b/admin/manage_petitions.php
new file mode 100644 (file)
index 0000000..a212272
--- /dev/null
@@ -0,0 +1,11 @@
+<?PHP 
+include_once('security.php');
+include_once('header.php');
+?>
+
+manage_petitions.php
+
+
+<?PHP
+include_once('footer.php');
+?>