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
|
|
@ -21,11 +21,11 @@
|
|||
* the contact category
|
||||
*/
|
||||
if ( ! defined ('ALLOWED') ) die('Appel direct ne sont pas permis');
|
||||
require_once("class_iselect.php");
|
||||
require_once("class_ihidden.php");
|
||||
require_once("class_contact.php");
|
||||
require_once("class_ibutton.php");
|
||||
require_once('class_fiche_def.php');
|
||||
require_once NOALYSS_INCLUDE.'/class_iselect.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_ihidden.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_contact.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_ibutton.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_fiche_def.php';
|
||||
|
||||
|
||||
|
||||
|
|
@ -146,7 +146,7 @@ if ($low_action == "list")
|
|||
if ( $low_action == 'detail')
|
||||
{
|
||||
/* Menu */
|
||||
require_once('category_card.inc.php');
|
||||
require_once NOALYSS_INCLUDE.'/category_card.inc.php';
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue