mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2025-01-12 17:51:11 +00:00
fixing a path issue
This commit is contained in:
parent
2e3d1114b1
commit
bf1f76a339
@ -17,7 +17,7 @@ jimport('joomla.filesystem.archive');
|
|||||||
class jedcheckerControllerPolice extends JController {
|
class jedcheckerControllerPolice extends JController {
|
||||||
public function check() {
|
public function check() {
|
||||||
require_once JPATH_COMPONENT_ADMINISTRATOR . '/libraries/rules/htmlindexes.php';
|
require_once JPATH_COMPONENT_ADMINISTRATOR . '/libraries/rules/htmlindexes.php';
|
||||||
$path = JPATH_COMPONENT_ADMINISTRATOR . '/tmp/';
|
$path = JPATH_COMPONENT_ADMINISTRATOR . '/tmp/unzipped/';
|
||||||
$police = new jedcheckerRulesHtmlindexes;
|
$police = new jedcheckerRulesHtmlindexes;
|
||||||
$folders = JFolder::folders($path);
|
$folders = JFolder::folders($path);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user