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 10: | Line 10: | ||
| Have a look to: [[english/other-enhancements/backend/custom-links-in-home]] | Have a look to: [[english/other-enhancements/backend/custom-links-in-home]] | ||
| + | \\ | ||
| ---- | ---- | ||
| **Autor:** Markus Schartner (markus_s) http://www.4x4-tirol.at 2009/10/24 \\ | **Autor:** Markus Schartner (markus_s) http://www.4x4-tirol.at 2009/10/24 \\ | ||
| 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(); | ||