Fir: go to hell

This commit is contained in:
Regis Houssin 2012-09-06 09:48:25 +02:00
parent c99e730e0c
commit 00784ffce5

View File

@ -23,7 +23,7 @@
* \brief Common load of data
*/
require dirname(__FILE__).'/../main.inc.php';
require_once realpath(dirname(__FILE__)) . '/../main.inc.php';
if (! class_exists('Holiday')) {
require DOL_DOCUMENT_ROOT. '/holiday/class/holiday.class.php';
}