summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2021-05-07 13:26:32 -0400
committerspiderr <spiderr@bitweaver.org>2021-05-07 13:26:32 -0400
commit3405605d3b8397890ab77513a9b8fde2cd419293 (patch)
treee33e04b9ec8c1cef93be17f10819a955275db730 /admin
parent402167839acf922740eaa7c5df7573e720d02a67 (diff)
downloadusers-3405605d3b8397890ab77513a9b8fde2cd419293.tar.gz
users-3405605d3b8397890ab77513a9b8fde2cd419293.tar.bz2
users-3405605d3b8397890ab77513a9b8fde2cd419293.zip
tidy up register.tpl to not flag on $msg; check HTTP_REFERER in securityViolation log
Diffstat (limited to 'admin')
-rw-r--r--admin/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/admin/index.php b/admin/index.php
index 10ead55..a204e9e 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -7,6 +7,7 @@
require_once( '../../kernel/includes/setup_inc.php' );
$gBitSystem->verifyPermission( 'p_users_admin' );
+$gBitSystem->mDb->debug();
$feedback = array();