31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-01 05:00:48 +00:00

add defined('_JEXEC') to the php file! Thank you jedchecker!!!

This commit is contained in:
Daniel Dimitrov 2012-06-23 16:18:21 +02:00
parent f3ae5bf1ea
commit cccac3763a

View File

@ -1,8 +1,10 @@
<?php
/**
* Created by JetBrains PhpStorm.
* User: Dq
* Date: 21/05/12
* Time: 10:40
* To change this template use File | Settings | File Templates.
* @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');