Skip to content

Commit 935ed3e

Browse files
committed
JED checker fixes
1 parent f28f6c7 commit 935ed3e

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

helpers/db.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
<?php
2-
defined('_JEXEC') or die;
2+
/*
3+
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
4+
* @author Bernhard Froehler
5+
* @copyright (C) 2012-2014 Bernhard Froehler
6+
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
7+
**/
8+
defined( '_JEXEC' ) or die;
39

410
require_once dirname(__FILE__).'/htaccess.php';
511

helpers/htaccess.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
<?php
2+
/*
3+
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
4+
* @author Bernhard Froehler
5+
* @copyright (C) 2012-2014 Bernhard Froehler
6+
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
7+
**/
8+
defined( '_JEXEC' ) or die;
29

310
/**
411
.htaccess management class, based on the work by Jan-Paul Kleemans from

0 commit comments

Comments
 (0)