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
|
|
@ -23,8 +23,8 @@
|
|||
/**\file
|
||||
* \brief contains the class for connecting to a postgresql database
|
||||
*/
|
||||
require_once('constant.php');
|
||||
require_once('ac_common.php');
|
||||
require_once NOALYSS_INCLUDE.'/constant.php';
|
||||
require_once NOALYSS_INCLUDE.'/ac_common.php';
|
||||
|
||||
/**\brief
|
||||
* This class allow you to connect to the postgresql database, execute sql, retrieve data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue