Removed all exclusions objects/classes filters from config file.

This commit is contained in:
Rooty 2020-12-09 01:26:50 +01:00
parent a9779d9954
commit 1f443a5baf
2 changed files with 2 additions and 16 deletions

View File

@ -85,15 +85,8 @@ $GLOBALS['SYSTEM_NODE_SECURE']=array(
);
$GLOBALS['EXCLUDETOOLSFROMGUESTMENU']=array(
"y. Mes Fichiers",
"y. My Files",
"aaaa. Gérer les News",
"aaaa. Manage News",
"aab. Les communautés",
"aab. Communities",
);
$GLOBALS['EXCLUDETOOLSFROMUSERMENU']=array(
"aab. Mon Compte",
"aab. My Account",);
);
?>

View File

@ -85,15 +85,8 @@ $GLOBALS['SYSTEM_NODE_SECURE']=array(
);
$GLOBALS['EXCLUDETOOLSFROMGUESTMENU']=array(
"y. Mes Fichiers",
"y. My Files",
"aaaa. Gérer les News",
"aaaa. Manage News",
"aab. Les communautés",
"aab. Communities",
);
$GLOBALS['EXCLUDETOOLSFROMUSERMENU']=array(
"aab. Mon Compte",
"aab. My Account",);
);
?>