We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28f6c7 commit 935ed3eCopy full SHA for 935ed3e
2 files changed
helpers/db.php
@@ -1,5 +1,11 @@
1
<?php
2
-defined('_JEXEC') or die;
+/*
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;
9
10
require_once dirname(__FILE__).'/htaccess.php';
11
helpers/htaccess.php
@@ -1,4 +1,11 @@
/**
.htaccess management class, based on the work by Jan-Paul Kleemans from
0 commit comments