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
1 changed files with 8 additions and 6 deletions

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');