diff --git a/modules/contact/contact.output.php b/modules/contact/contact.output.php index f3c1f82..609ef07 100644 --- a/modules/contact/contact.output.php +++ b/modules/contact/contact.output.php @@ -24,7 +24,7 @@ * @version $Id$ */ -If (!defined(INBCWE)) { +If (!defined("INBCWE")) { die("Dieses Script kann nicht ausserhalb des Frameworks laufen!"); } $session->page_begin("Contactform", FALSE); diff --git a/modules/news/admin/addcategory.apnl.php b/modules/news/admin/addcategory.apnl.php index 4e57e3e..bc487c7 100644 --- a/modules/news/admin/addcategory.apnl.php +++ b/modules/news/admin/addcategory.apnl.php @@ -22,10 +22,10 @@ * @author Bernhard Jaud * @package astat core * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @version $Id: addcategory.apnl.php 96 2010-02-17 21:56:41Z genuineparts $ + * @version $Id$ */ -If (!defined("in_BL_ADMIN")) { +If (!defined("IN_BCWE_ADMIN")) { die("Dieses Script kann nicht ausserhalb des Frameworks laufen!"); } $session->page_begin("add news Category", True); diff --git a/modules/news/admin/edit.apnl.php b/modules/news/admin/edit.apnl.php index 66b0989..d0e691d 100644 --- a/modules/news/admin/edit.apnl.php +++ b/modules/news/admin/edit.apnl.php @@ -22,9 +22,9 @@ * @author Bernhard Jaud * @package BeCast WebEngine core * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @version $Id: edit.apnl.php 96 2010-02-17 21:56:41Z genuineparts $ + * @version $Id$ */ -If (!defined('in_BL_ADMIN')) { +If (!defined('IN_BCWE_ADMIN')) { die('Dieses Script kann nicht ausserhalb des Frameworks laufen!'); } $session->page_begin('edit News', True); diff --git a/modules/news/admin/editcategory.apnl.php b/modules/news/admin/editcategory.apnl.php index 29059ce..19b5456 100644 --- a/modules/news/admin/editcategory.apnl.php +++ b/modules/news/admin/editcategory.apnl.php @@ -22,10 +22,10 @@ * @author Bernhard Jaud * @package BeCast WebEngine core * @license http://opensource.org/licenses/gpl-license.php GNU Public License - * @version $Id: editcategory.apnl.php 96 2010-02-17 21:56:41Z genuineparts $ + * @version $Id$ */ -If (!defined("in_BL_ADMIN")) { +If (!defined("IN_BCWE_ADMIN")) { die("Dieses Script kann nicht ausserhalb des Frameworks laufen!"); } $session->page_begin("edit news category", True); diff --git a/modules/text/admin/addcategory.apnl.php b/modules/text/admin/addcategory.apnl.php index bccf4f7..8306352 100644 --- a/modules/text/admin/addcategory.apnl.php +++ b/modules/text/admin/addcategory.apnl.php @@ -25,7 +25,7 @@ * @version $Id$ */ -If (!defined("in_BL_ADMIN")) { +If (!defined("IN_BCWE_ADMIN")) { die("Dieses Script kann nicht ausserhalb des Frameworks laufen!"); } $session->page_begin("add Category", True); diff --git a/modules/text/admin/edit.apnl.php b/modules/text/admin/edit.apnl.php index 1cd0eb4..8d533e4 100644 --- a/modules/text/admin/edit.apnl.php +++ b/modules/text/admin/edit.apnl.php @@ -24,7 +24,7 @@ * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ */ -If (!defined("in_BL_ADMIN")) { +If (!defined("IN_BCWE_ADMIN")) { die("Dieses Script kann nicht ausserhalb des Frameworks laufen!"); } $session->page_begin("edit Text", True); diff --git a/modules/text/admin/editcategory.apnl.php b/modules/text/admin/editcategory.apnl.php index 3b68035..cf3166d 100644 --- a/modules/text/admin/editcategory.apnl.php +++ b/modules/text/admin/editcategory.apnl.php @@ -25,7 +25,7 @@ * @version $Id$ */ -If (!defined("in_BL_ADMIN")) { +If (!defined("IN_BCWE_ADMIN")) { die("Dieses Script kann nicht ausserhalb des Frameworks laufen!"); } $session->page_begin("edit category", True); diff --git a/nav_modules/nav_lastpost.php b/nav_modules/nav_lastpost.php index 80eefbc..ab69f7e 100644 --- a/nav_modules/nav_lastpost.php +++ b/nav_modules/nav_lastpost.php @@ -1,5 +1,5 @@ assign('navtitle', "Suche"); diff --git a/nav_modules/nav_stats.php b/nav_modules/nav_stats.php index c17e181..10fe8df 100644 --- a/nav_modules/nav_stats.php +++ b/nav_modules/nav_stats.php @@ -1,5 +1,5 @@