mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-25 03:36:00 +00:00
add defined('_JEXEC') to the php file! Thank you jedchecker!!!
This commit is contained in:
parent
f3ae5bf1ea
commit
cccac3763a
@ -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');
|
Loading…
Reference in New Issue
Block a user