/frontend_init/

FIXME short description frontend_init

Important

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