NAVIGATION
This shows you the differences between two versions of the page.
|
deutsch:phpwcms-system:admin:backend-standardtext [2009/10/24 14:06] Knut Heermann (flip-flop) |
deutsch:phpwcms-system:admin:backend-standardtext [2018/06/03 18:08] (current) |
||
|---|---|---|---|
| Line 23: | Line 23: | ||
| Dieser Code ist unter "Backend Standardtext" einzutragen. | Dieser Code ist unter "Backend Standardtext" einzutragen. | ||
| - | <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(); | ||