Update website.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 21 May 2020 18:11:25 +0000 (14:11 -0400)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 18:11:25 +0000 (14:11 -0400)
admin/website.php

index 389e84c..bab0619 100644 (file)
@@ -1 +1,20 @@
-website.php
+<?PHP 
+
+include_once('security.php');
+
+include_once('header.php');
+slack_general('ADMIN: Website Text Loaded ('.$_COOKIE['name'].') ('.$_COOKIE['level'].')','md-petition');
+?>
+
+<h1>Website Text</h1>
+
+
+
+<pre>
+<?PHP print_r($_COOKIE); ?>
+</pre>
+
+
+<?PHP
+include_once('footer.php');
+?>