Use a variable for an absolute path for performance reason
NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN New logo and cosmetic
This commit is contained in:
parent
8c3875c119
commit
1ddde7c2ab
21 changed files with 112 additions and 112 deletions
|
|
@ -21,7 +21,7 @@
|
|||
/**\file
|
||||
* \brief this file respond to an ajax request to modify a type of document
|
||||
*/
|
||||
require_once 'class_document_type.php';
|
||||
require_once NOALYSS_INCLUDE.'/class_document_type.php';
|
||||
echo HtmlInput::title_box(_('Type de document'),'change_doc_div');
|
||||
|
||||
$doc_type=new Document_type($cn,$dt_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue