remove access global var
Cosmetic disconnect
This commit is contained in:
parent
d9912ff7e3
commit
fc95db277e
3 changed files with 5 additions and 4 deletions
|
|
@ -26,7 +26,7 @@ if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
|||
$http=new HttpInput();
|
||||
|
||||
|
||||
$low_action = (isset($_REQUEST['sb'])) ? $_REQUEST['sb'] : "list";
|
||||
$low_action = $http->request("sb","string","list");
|
||||
/** \file
|
||||
* \brief Called from the module "Gestion" to manage the customer
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue