33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2025-01-26 07:08:24 +00:00

15 lines
342 B
PHP
Raw Normal View History

<?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' );
2012-12-13 11:08:35 +01:00
class jedcheckerController extends JControllerlegacy
{
}