Documentation code
This commit is contained in:
parent
d0b13dbd52
commit
bb0a779e1f
2 changed files with 19 additions and 14 deletions
|
|
@ -24,6 +24,8 @@
|
|||
* @brief only for mobile device
|
||||
*/
|
||||
|
||||
if ( !defined ("ALLOWED") ) { define ('ALLOWED',true); }
|
||||
|
||||
require_once '../include/constant.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/ac_common.php';
|
||||
MaintenanceMode("block.html");
|
||||
|
|
@ -33,7 +35,6 @@ global $g_user;
|
|||
$cn=new Database();
|
||||
$g_user=new \Noalyss_User($cn);
|
||||
$g_user->check();
|
||||
if ( !defined ("ALLOWED") ) { define ('ALLOWED',true); }
|
||||
|
||||
//-----------------------------------------------------------------
|
||||
/// if $_REQUEST['gDossier'] is not set then select the folder
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue