Update user_home.php
authorPatrick McGuire <insidenothing@gmail.com>
Thu, 21 May 2020 19:42:21 +0000 (15:42 -0400)
committerGitHub <noreply@github.com>
Thu, 21 May 2020 19:42:21 +0000 (15:42 -0400)
admin/user_home.php

index bb19596..e3801c2 100644 (file)
@@ -1 +1,6 @@
-user_home.php
+<?PHP
+include_once('security.php');
+include_once('header.php');
+slack_general('ADMIN: User Home Page Loaded ('.$_COOKIE['name'].') ('.$_COOKIE['level'].')','md-petition');
+
+include_once('footer.php');