Fix: menu param is not inside allowed list

This commit is contained in:
Laurent Destailleur 2014-08-21 23:19:01 +02:00
parent ee65e42b1c
commit d485e270b9

View File

@ -55,6 +55,8 @@ print '</div>';
print '<div class="principal">';
$page=GETPOST('menu','alpha');
if (empty($page)) $page='facturation';
if (in_array(
$page,
array(