From 935ed3e68132dd6a9c9b57a970d39b1bb0d4cdf5 Mon Sep 17 00:00:00 2001 From: Bernhard Froehler Date: Wed, 1 Feb 2017 01:08:36 +0100 Subject: [PATCH] JED checker fixes --- helpers/db.php | 8 +++++++- helpers/htaccess.php | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/helpers/db.php b/helpers/db.php index e4332c0..05508c4 100644 --- a/helpers/db.php +++ b/helpers/db.php @@ -1,5 +1,11 @@ =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'; diff --git a/helpers/htaccess.php b/helpers/htaccess.php index 6c1fc31..8ac00ab 100644 --- a/helpers/htaccess.php +++ b/helpers/htaccess.php @@ -1,4 +1,11 @@ =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