allow this script to be included in custom themes

This commit is contained in:
Christophe Battarel 2019-03-06 11:06:35 +01:00
parent cb131c56bf
commit 6c6a1a02f0

View File

@ -61,7 +61,7 @@ if (defined('THEME_ONLY_CONSTANT')) return;
session_cache_limiter('public');
require_once '../../main.inc.php';
require_once __DIR__.'/../../main.inc.php'; // __DIR__ allow this script to be included in custom themes
require_once DOL_DOCUMENT_ROOT.'/core/lib/functions2.lib.php';
// Load user to have $user->conf loaded (not done into main because of NOLOGIN constant defined)