mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Bugtracker #5043 - add log message when IP-related signups exceeded, plus some notice removal, delete some XUP-related code
This commit is contained in:
@@ -529,13 +529,6 @@ if ($dataToSave && !$promptPassword)
|
||||
|
||||
|
||||
|
||||
// Update XUP data if file name changed.
|
||||
if (isset($changedUserData['user_xup']))
|
||||
{
|
||||
require_once (e_HANDLER."login.php");
|
||||
userlogin::update_xup($inp, $changedUserData['user_xup']);
|
||||
}
|
||||
|
||||
|
||||
$e_event->trigger('postuserset', $_POST);
|
||||
if (count($triggerData))
|
||||
|
Reference in New Issue
Block a user