#422 Module by default. Set the $_POST,$_GET,$_REQUEST
This commit is contained in:
parent
aee5707dc6
commit
db129f9b21
2 changed files with 7 additions and 15 deletions
|
|
@ -120,6 +120,9 @@ if (isset($_REQUEST['ac']))
|
|||
else
|
||||
{
|
||||
$default = find_default_module();
|
||||
$_GET['ac']=$default;
|
||||
$_POST['ac']=$default;
|
||||
$_REQUEST['ac']=$default;
|
||||
show_module($default);
|
||||
$all[0] = $default;
|
||||
show_menu($all, 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue