31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-27 12:39:04 +00:00

fixing a path issue

This commit is contained in:
Daniel Dimitrov 2012-06-03 21:00:33 +02:00
parent 2e3d1114b1
commit bf1f76a339

View File

@ -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);