mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-15 17:47: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 {
|
||||
public function check() {
|
||||
require_once JPATH_COMPONENT_ADMINISTRATOR . '/libraries/rules/htmlindexes.php';
|
||||
$path = JPATH_COMPONENT_ADMINISTRATOR . '/tmp/';
|
||||
$path = JPATH_COMPONENT_ADMINISTRATOR . '/tmp/unzipped/';
|
||||
$police = new jedcheckerRulesHtmlindexes;
|
||||
$folders = JFolder::folders($path);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user