31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-22 18:19:06 +00:00
jedchecker/source/administrator/components/com_jedchecker/controller.php
2012-06-02 23:18:29 +02:00

15 lines
336 B
PHP

<?php
/**
* @author Daniel Dimitrov - compojoom.com
* @date: 02.06.12
*
* @copyright Copyright (C) 2008 - 2012 compojoom.com . All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*/
defined( '_JEXEC' ) or die ( 'Restricted access' );
class jedcheckerController extends JController
{
}