Remove space in ac
This commit is contained in:
parent
fa8aca1266
commit
d121ec728b
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ $module_selected = -1;
|
|||
|
||||
if (isset($_REQUEST['ac']))
|
||||
{
|
||||
$_REQUEST['ac']= strtoupper($_REQUEST['ac']);
|
||||
$_REQUEST['ac']= trim(strtoupper($_REQUEST['ac']));
|
||||
$all = explode('/', $_REQUEST['ac']);
|
||||
$module_selected = $all[0];
|
||||
$g_user->audit();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue