Skip to content

Commit

Permalink
Fix: menu param is not inside allowed list
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Aug 21, 2014
1 parent ee65e42 commit d485e27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/cashdesk/affContenu.php
Expand Up @@ -55,6 +55,8 @@
print '<div class="principal">';

$page=GETPOST('menu','alpha');
if (empty($page)) $page='facturation';

if (in_array(
$page,
array(
Expand Down

0 comments on commit d485e27

Please sign in to comment.