2
0
forked from Wavyzz/dolibarr

Better organisation of entries into security setup area

This commit is contained in:
Laurent Destailleur
2015-01-12 13:20:27 +01:00
parent be4c5cf9d3
commit 13132ef2ed
4 changed files with 226 additions and 109 deletions

View File

@@ -516,11 +516,6 @@ function security_prepare_head()
$h = 0;
$head = array();
$head[$h][0] = DOL_URL_ROOT."/admin/proxy.php";
$head[$h][1] = $langs->trans("ExternalAccess");
$head[$h][2] = 'proxy';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/security_other.php";
$head[$h][1] = $langs->trans("Miscellaneous");
$head[$h][2] = 'misc';
@@ -531,6 +526,16 @@ function security_prepare_head()
$head[$h][2] = 'passwords';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/security_file.php";
$head[$h][1] = $langs->trans("Files");
$head[$h][2] = 'file';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/proxy.php";
$head[$h][1] = $langs->trans("ExternalAccess");
$head[$h][2] = 'proxy';
$h++;
$head[$h][0] = DOL_URL_ROOT."/admin/events.php";
$head[$h][1] = $langs->trans("Audit");
$head[$h][2] = 'audit';