mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-24 03:15:26 +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
|
||||
/**
|
||||
* 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');
|
Loading…
Reference in New Issue
Block a user