NAVIGATION
short description frontend_init
For security reasons each file within these folders should contain the following sequence at the beginning:
<?php // ---------------------------------------------------------------- // obligate check for phpwcms constants if (!defined('PHPWCMS_ROOT')) { die("You Cannot Access This Script Directly, Have a Nice Day."); } // ---------------------------------------------------------------- ... ...
Path: /template/inc_script/frontend_init/*
Condition: $phpwcms['allow_ext_init'] = 1; –> /config/phpwcms/conf.inc.php