diff options
| author | spiderr <spiderr@bitweaver.org> | 2021-05-07 13:26:32 -0400 |
|---|---|---|
| committer | spiderr <spiderr@bitweaver.org> | 2021-05-07 13:26:32 -0400 |
| commit | 3405605d3b8397890ab77513a9b8fde2cd419293 (patch) | |
| tree | e33e04b9ec8c1cef93be17f10819a955275db730 /admin | |
| parent | 402167839acf922740eaa7c5df7573e720d02a67 (diff) | |
| download | users-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.php | 1 |
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(); |
