mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-10 19:41:26 +01:00
Qual: Rorganisation un peu plus logique de certaines fonctions. Rduction de la taille du fichier html.form.class.php qui est charg a chaque fois et qui consomme a lui seul 1Mo
This commit is contained in:
@@ -85,12 +85,11 @@ foreach ($_POST as $key => $val)
|
||||
|
||||
|
||||
require_once("master.inc.php");
|
||||
|
||||
//stopwithmem();
|
||||
|
||||
// Chargement des includes complementaire de presentation
|
||||
if (! defined('NOREQUIREMENU')) require_once(DOL_DOCUMENT_ROOT ."/menu.class.php");
|
||||
if (! defined('NOREQUIREHTML')) require_once(DOL_DOCUMENT_ROOT ."/html.form.class.php");
|
||||
stopwithmem();
|
||||
if (! defined('NOREQUIREAJAX') && $conf->use_javascript_ajax) require_once(DOL_DOCUMENT_ROOT.'/lib/ajax.lib.php');
|
||||
|
||||
// Init session
|
||||
|
||||
Reference in New Issue
Block a user