remove access global var

Cosmetic disconnect
This commit is contained in:
sparkyx 2024-01-27 15:48:05 +01:00
parent d9912ff7e3
commit fc95db277e
3 changed files with 5 additions and 4 deletions

View file

@ -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
*/