NAVIGATION
Groberklärung zu Ordner frontend_init
In allen Dateien in diesem Ordner sollte aus Sicherheitsgründen am Anfang jeder Datei folgende Sequenz stehen:
<?php
// ----------------------------------------------------------------
// obligate check for phpwcms constants
if (!defined('PHPWCMS_ROOT')) {
die("You Cannot Access This Script Directly, Have a Nice Day."); }
// ----------------------------------------------------------------
...
...
Pfad: /template/inc_script/frontend_init/*
Bedingung: $phpwcms['allow_ext_init'] = 1; –> /config/phpwcms/conf.inc.php