Skip to content

Commit

Permalink
JED checker fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codeling committed Feb 1, 2017
1 parent f28f6c7 commit 935ed3e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
8 changes: 7 additions & 1 deletion helpers/db.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php
defined('_JEXEC') or die;
/*
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
* @author Bernhard Froehler
* @copyright (C) 2012-2014 Bernhard Froehler
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined( '_JEXEC' ) or die;

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

Expand Down
7 changes: 7 additions & 0 deletions helpers/htaccess.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
<?php
/*
* @package Brute Force Stop (bfstop) for Joomla! >=2.5
* @author Bernhard Froehler
* @copyright (C) 2012-2014 Bernhard Froehler
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
**/
defined( '_JEXEC' ) or die;

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

0 comments on commit 935ed3e

Please sign in to comment.