NAVIGATION
This is an old revision of the document!
short description RTs
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."); }
// ----------------------------------------------------------------
...
...