mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
Notice removals
This commit is contained in:
@@ -31,13 +31,13 @@ require_once(e_PLUGIN.'alt_auth/alt_auth_adminmenu.php');
|
||||
require_once(e_PLUGIN.'alt_auth/extended_password_handler.php');
|
||||
|
||||
|
||||
if($_POST['update'])
|
||||
if(vartrue($_POST['update']))
|
||||
{
|
||||
$message = alt_auth_post_options('otherdb');
|
||||
}
|
||||
|
||||
|
||||
if($message)
|
||||
if(vartrue($message))
|
||||
{
|
||||
e107::getRender()->tablerender('',"<div style='text-align:center;'>".$message.'</div>');
|
||||
}
|
||||
|
Reference in New Issue
Block a user