Fix: menu param is not inside allowed list
This commit is contained in:
parent
ee65e42b1c
commit
d485e270b9
@ -55,6 +55,8 @@ print '</div>';
|
||||
print '<div class="principal">';
|
||||
|
||||
$page=GETPOST('menu','alpha');
|
||||
if (empty($page)) $page='facturation';
|
||||
|
||||
if (in_array(
|
||||
$page,
|
||||
array(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user