27require_once
'../include/constant.php';
28require_once NOALYSS_INCLUDE.
'/lib/ac_common.php';
36if ( !defined (
"ALLOWED") ) { define (
'ALLOWED',
true); }
46 $cnt_folder=
$g_user->get_available_folder();
50 echo _(
"Aucun dossier disponible");
51 redirect(NOALYSS_URL.
"/index.php", 3);
54 if (count($cnt_folder ) == 1) {
65 echo
'<ul class="nav bg-light flex-column">';
66 foreach ($cnt_folder as $folder)
69 echo
'<a class="nav-item nav-link " href="mobile.php?gDossier='.$folder[
'dos_id'].
'">';
70 echo $folder[
'dos_id'].
" ".$folder[
'dos_name'].
" ".$folder[
"dos_description"];
MaintenanceMode($p_file)
When you want to prevent users to connect, create a file in noalyss/ (NOALYSS_BASE) with the message ...
put_global($array)
Put in superglobal (get,post,request) the value contained in the parameter field (me_parameter)
contains the class for connecting to Noalyss
Class to manage the company parameter (address, name...)
if(!defined("ALLOWED")) $http
if $_REQUEST['gDossier'] is not set then select the folder
redirect($p_string, $p_time=0)