Qual: Removed duplicate include
This commit is contained in:
parent
ef0fac8000
commit
f69604ebfc
@ -36,7 +36,6 @@ if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
||||
session_cache_limiter(FALSE);
|
||||
|
||||
require_once("../../main.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/lib/functions.lib.php");
|
||||
|
||||
// Define css type
|
||||
header('Content-type: text/css');
|
||||
|
||||
@ -37,7 +37,6 @@ if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
||||
|
||||
|
||||
require_once("../../main.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/lib/functions.lib.php");
|
||||
|
||||
// Define css type
|
||||
header('Content-type: text/css');
|
||||
|
||||
@ -38,7 +38,6 @@ if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
||||
session_cache_limiter(FALSE);
|
||||
|
||||
require_once("../../main.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/lib/functions.lib.php");
|
||||
|
||||
// Define css type
|
||||
header('Content-type: text/css');
|
||||
|
||||
@ -37,7 +37,6 @@ if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
||||
session_cache_limiter(FALSE);
|
||||
|
||||
require_once("../../main.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/lib/functions.lib.php");
|
||||
|
||||
// Define css type
|
||||
header('Content-type: text/css');
|
||||
|
||||
@ -34,7 +34,6 @@ if (! defined('NOREQUIREAJAX')) define('NOREQUIREAJAX','1');
|
||||
session_cache_limiter(FALSE);
|
||||
|
||||
require_once("../../../../../main.inc.php");
|
||||
require_once(DOL_DOCUMENT_ROOT."/core/lib/functions.lib.php");
|
||||
|
||||
// Define css type
|
||||
header('Content-type: text/css');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user