Use a variable for an absolute path for performance reason
NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN
This commit is contained in:
parent
8f265c7bbc
commit
643147a22c
1 changed files with 1 additions and 1 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue