mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 01:54:12 +02:00
General cleanup
This commit is contained in:
@@ -379,7 +379,7 @@ if (e_QUERY)
|
||||
// Initial signup (registration)
|
||||
//----------------------------------------
|
||||
|
||||
if (isset($_POST['register']) ) //&& $pref['user_reg'] == 1 add later.
|
||||
if (isset($_POST['register']) && $pref['user_reg'] == 1)
|
||||
{
|
||||
$e107cache->clear("online_menu_totals");
|
||||
require_once(e_HANDLER."message_handler.php");
|
||||
|
Reference in New Issue
Block a user