Fixing defines

This commit is contained in:
genuineparts 2025-06-23 19:45:07 +02:00
parent 8f0808b9ff
commit 3bdbc74b0e
11 changed files with 14 additions and 14 deletions

View file

@ -22,10 +22,10 @@
* @author Bernhard Jaud <bernhard at becast dot at>
* @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);