NAVIGATION
This shows you the differences between two versions of the page.
|
english:other-enhancements:backend:custom-links-in-home [2010/09/08 09:10] Knut Heermann (flip-flop) |
english:other-enhancements:backend:custom-links-in-home [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 73: | Line 73: | ||
| **File:** template/inc_default/startup.php | **File:** template/inc_default/startup.php | ||
| - | <code hrml> | + | <code php> |
| + | <?php | ||
| + | // -------------------------------------!!!! Don´t touch !!!!--------------------------------- | ||
| + | // obligate check for phpwcms constants | ||
| + | if (!defined('PHPWCMS_ROOT')) {die("You Cannot Access This Script Directly, Have a Nice Day."); } | ||
| + | // ------------------------------------------------------------------------------------------- | ||
| + | ?> | ||
| <!-- fill in information for your customers here --> | <!-- fill in information for your customers here --> | ||