5if ( ! defined (
'ALLOWED') ) die(
'Appel direct ne sont pas permis');
6require_once NOALYSS_INCLUDE.
'/lib/ac_common.php';
7require_once NOALYSS_INCLUDE.
'/constant.php';
8require_once NOALYSS_INCLUDE.
'/lib/function_javascript.php';
9require_once NOALYSS_INCLUDE.
'/constant.security.php';
27 alert(
"Plugin non authorisé");
30if ( ! file_exists(NOALYSS_PLUGIN.
'/'.trim(
$ext->me_file)))
33 echo \Noalyss\Dbg::echo_var(1,
"not found ".NOALYSS_PLUGIN.
'/'.trim(
$ext->me_file));
34 alert(
j(_(
"Ce fichier n'existe pas ")));
37require_once NOALYSS_PLUGIN.DIRECTORY_SEPARATOR.trim(
$ext->me_file);
echo_warning($p_string)
warns
j($p_string)
escape correctly php string to javascript
alert($p_msg, $buffer=false)
alert in javascript
manage the extension, it involves the table extension
static echo_var($n_level, $msg, $print=true)
Display the value of a var if DEBUGNOALYSS is greater than $n_level, the debugging info has a certain...
global $cn
included from do.php + extension_choice.inc.php