NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms_replacer_rts:frontend_init [2009/04/25 08:05] 127.0.0.1 external edit |
english:phpwcms_replacer_rts:frontend_init [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| {{indexmenu_n>10}} | {{indexmenu_n>10}} | ||
| - | ===== /fronten_init/ ===== | + | ===== /frontend_init/ ===== |
| FIXME short description frontend_init | FIXME short description frontend_init | ||
| + | |||
| + | |||
| + | ===== Important ===== | ||
| + | |||
| + | **For security reasons each file within these folders should contain the following sequence at the beginning:** | ||
| + | <file> | ||
| + | <?php | ||
| + | // ---------------------------------------------------------------- | ||
| + | // obligate check for phpwcms constants | ||
| + | if (!defined('PHPWCMS_ROOT')) { | ||
| + | die("You Cannot Access This Script Directly, Have a Nice Day."); } | ||
| + | // ---------------------------------------------------------------- | ||
| + | ... | ||
| + | ... | ||
| + | </file> | ||
| + | |||
| + | \\ | ||