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