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

index c1245ac..5d496dc 100644 (file)
@@ -1 +1,10 @@
-make new user - reporting
+<?PHP 
+include_once('security.php');
+include_once('header.php');
+?>
+new_user.php
+
+
+<?PHP
+include_once('footer.php');
+?>