mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Hide password reset menu when using Menu Manager.
This commit is contained in:
@@ -968,6 +968,13 @@ class admin_shortcodes
|
|||||||
|
|
||||||
function sc_admin_pword()
|
function sc_admin_pword()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
if(strpos(e_REQUEST_URI,e_ADMIN_ABS."menus.php") !==false)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
global $pref;
|
global $pref;
|
||||||
if (ADMIN && ADMINPERMS == '0')
|
if (ADMIN && ADMINPERMS == '0')
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user