noalyss Version-9
Variables
ajax.php File Reference

this file is used for the ajax from the extension, it will the ajax.php file from the plugin directory all the variable are in $_REQUEST The code (of the plugin) is required Required variable in $_REQUEST More...

Go to the source code of this file.

Variables

if(! isset($_SESSION[SESSION_KEY."g_user"])) global $cn =Dossier::connect()
 
if(! isset($_SESSION[SESSION_KEY."g_user"])) global $g_parameter =new Noalyss_Parameter_Folder($cn)
 
if(! isset($_SESSION[SESSION_KEY."g_user"])) global $g_user =new Noalyss_user($cn)
 if not connected, session is expired then exit with a message NOCONX More...
 
 if (! defined( 'ALLOWED')) define( 'ALLOWED'
 

Detailed Description

this file is used for the ajax from the extension, it will the ajax.php file from the plugin directory all the variable are in $_REQUEST The code (of the plugin) is required Required variable in $_REQUEST

Definition in file ajax.php.

Variable Documentation

◆ $cn

Definition at line 34 of file ajax.php.

◆ $g_parameter

$g_parameter =new Noalyss_Parameter_Folder($cn)

Definition at line 34 of file ajax.php.

◆ $g_user

$g_user =new Noalyss_user($cn)

if not connected, session is expired then exit with a message NOCONX

Definition at line 34 of file ajax.php.

◆ if

if(! defined('ALLOWED')) define('ALLOWED' ( !   defined 'ALLOWED')

Definition at line 15 of file ajax.php.