mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-13 08:46:31 +00:00
20 lines
429 B
PHP
20 lines
429 B
PHP
<?php
|
|
/**
|
|
* @author Daniel Dimitrov <daniel@compojoom.com>
|
|
* @date 26.10.15
|
|
*
|
|
* @copyright Copyright (C) 2008 - 2015 compojoom.com . All rights reserved.
|
|
* @license GNU General Public License version 2 or later; see LICENSE
|
|
*/
|
|
|
|
defined('_JEXEC') or die ('Restricted access');
|
|
|
|
/**
|
|
* Class JedcheckerController
|
|
*
|
|
* @since 1.0
|
|
*/
|
|
class JedcheckerController extends JControllerlegacy
|
|
{
|
|
}
|