NAVIGATION
This is an old revision of the document!
short description RTs
In all files in these folders should be for security reasons at the beginning of each file, the following sequence:
<?php
// ----------------------------------------------------------------
// obligate check for phpwcms constants
if (!defined('PHPWCMS_ROOT')) {
die("You Cannot Access This Script Directly, Have a Nice Day."); }
// ----------------------------------------------------------------
...
...