Use a variable for an absolute path for performance reason

NOALYSS_INCLUDE
NOALYSS_HOME
NOALYSS_PLUGIN
This commit is contained in:
Dany De Bontridder 2015-08-11 11:06:15 +02:00
parent 8f265c7bbc
commit 643147a22c

View file

@ -22,7 +22,7 @@
/*!\file
* \brief Html Input
*/
require_once('class_html_input.php');
require_once NOALYSS_INCLUDE.'/class_html_input.php';
class IDate extends HtmlInput
{
/*!\brief show the html input of the widget*/