BUG 0000 Forgot passwod feature (finished)
This commit is contained in:
@@ -44,17 +44,7 @@ switch($request){
|
||||
);
|
||||
}
|
||||
}
|
||||
if($_GET['menu'] == 'settings' ){
|
||||
$items[] = Array(
|
||||
'id' => 'login',
|
||||
'url' => 'loginSettings',
|
||||
'text' => 'Login',
|
||||
'loaded' => true,
|
||||
'leaf' => true,
|
||||
'cls' => 'pm-tree-node',
|
||||
'iconCls'=> 'ICON_'
|
||||
);
|
||||
}
|
||||
|
||||
if( isset($_SESSION['DEV_FLAG']) && $_SESSION['DEV_FLAG'] && $_GET['menu'] == 'settings' ){
|
||||
$items[] = Array(
|
||||
'id' => 'translations',
|
||||
@@ -71,4 +61,4 @@ switch($request){
|
||||
echo G::json_encode($items);
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user