Fix: move core class to core directory
This commit is contained in:
parent
f51a1f6bbd
commit
25b12337e9
@ -18,7 +18,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* \file htdocs/menu.class.php
|
* \file htdocs/core/menu.class.php
|
||||||
* \brief Fichier de la classe de gestion du menu gauche
|
* \brief Fichier de la classe de gestion du menu gauche
|
||||||
* \version $Id$
|
* \version $Id$
|
||||||
*/
|
*/
|
||||||
@ -186,7 +186,7 @@ if ($conf->file->main_force_https)
|
|||||||
|
|
||||||
|
|
||||||
// Chargement des includes complementaires de presentation
|
// Chargement des includes complementaires de presentation
|
||||||
if (! defined('NOREQUIREMENU')) require_once(DOL_DOCUMENT_ROOT ."/menu.class.php"); // Need 10ko memory (11ko in 2.2)
|
if (! defined('NOREQUIREMENU')) require_once(DOL_DOCUMENT_ROOT ."/core/menu.class.php"); // Need 10ko memory (11ko in 2.2)
|
||||||
if (! defined('NOREQUIREHTML')) require_once(DOL_DOCUMENT_ROOT ."/html.form.class.php"); // Need 660ko memory (800ko in 2.2)
|
if (! defined('NOREQUIREHTML')) require_once(DOL_DOCUMENT_ROOT ."/html.form.class.php"); // Need 660ko memory (800ko in 2.2)
|
||||||
if (! defined('NOREQUIREAJAX') && $conf->use_javascript_ajax) require_once(DOL_DOCUMENT_ROOT.'/lib/ajax.lib.php'); // Need 22ko memory
|
if (! defined('NOREQUIREAJAX') && $conf->use_javascript_ajax) require_once(DOL_DOCUMENT_ROOT.'/lib/ajax.lib.php'); // Need 22ko memory
|
||||||
//stopwithmem();
|
//stopwithmem();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user