Home
last modified time | relevance | path

Searched refs:epnUrl (Results 1 – 1 of 1) sorted by relevance

/plugin/epnsmartlink/
H A Daction.php35 $epnUrl = $this->getConf('epn-smart-url');
36 if (!$this->getConf('epn-smart-enable') || !$this->isValidJsUrl($epnUrl)) {
43 'url' => $epnUrl,
54 * @param string $epnUrl
57 protected function isValidJsUrl($epnUrl) argument
59 if (substr($epnUrl, -3) === '.js') {