31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-06 07:20:47 +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 <?php
/** /**
* Created by JetBrains PhpStorm. * @author Daniel Dimitrov - compojoom.com
* User: Dq * @date: 02.06.12
* Date: 21/05/12 *
* Time: 10:40 * @copyright Copyright (C) 2008 - 2012 compojoom.com . All rights reserved.
* To change this template use File | Settings | File Templates. * @license GNU General Public License version 2 or later; see LICENSE
*/ */
defined('_JEXEC') or die('Restricted access');