Use a variable for an absolute path for performance reason
NOALYSS_INCLUDE NOALYSS_HOME NOALYSS_PLUGIN
This commit is contained in:
parent
da382a11d5
commit
8f265c7bbc
278 changed files with 1092 additions and 1073 deletions
|
|
@ -107,7 +107,7 @@ class HtmlInput
|
|||
*/
|
||||
public function get_js_attr()
|
||||
{
|
||||
require_once('function_javascript.php');
|
||||
require_once NOALYSS_INCLUDE.'/function_javascript.php';
|
||||
$attr="";
|
||||
if ( count($this->attribute) == 0) return "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue