NAVIGATION
This shows you the differences between two versions of the page.
|
english:phpwcms-system:admin:backend-default-text [2010/09/08 06:54] Knut Heermann (flip-flop) |
english:phpwcms-system:admin:backend-default-text [2018/06/03 18:09] (current) |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| Drop it into the text input field under /admin/"backend default text". | Drop it into the text input field under /admin/"backend default text". | ||
| - | <code html> | + | |
| - | <? | + | <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."); } | ||
| + | // ------------------------------------------------------------------------------------------- | ||
| + | ?> | ||
| + | |||
| + | <?php | ||
| function url_include($url) { | function url_include($url) { | ||
| $ch = curl_init(); | $ch = curl_init(); | ||