just playing around with the 1.2.8, lets say . I love it
I have:
Code: Select all
$phpwcms["allow_ext_init"] = 1; //allow including of custom external scripts at frontend initialization
$phpwcms["allow_ext_render"] = 1; //allow including of custom external scripts at frontend rendering
What I get is the code, no running of the script.
Next: Stupid test.... [PHP] echo "Hello stupid"; [/PHP] --> output : echo "Hello stupid";
The site comes from 1.2.6
I choose this way cause server has ftps only and testing from backend phpwcms is so much easier.
Jürgen