Use a variable for an absolute path for performance reason
NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN
This commit is contained in:
parent
da382a11d5
commit
8f265c7bbc
278 changed files with 1092 additions and 1073 deletions
|
|
@ -29,7 +29,7 @@
|
|||
if (!defined('ALLOWED'))
|
||||
die('Appel direct ne sont pas permis');
|
||||
global $cn, $g_user;
|
||||
require_once 'class_anc_key.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_anc_key.php';
|
||||
$op=HtmlInput::default_value_request("op", "list");
|
||||
|
||||
switch ($op)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue