Search found 1 match
- Thu 4. Aug 2005, 20:06
- Forum: phpwcms Support English
- Topic: Cannot execute external php file
- Replies: 12
- Views: 3021
Here is it!
Find this code in include\inc_front\front.func.inc.php in the row about 1627 (function include_ext_php()). See the last row of code example: $this_path = str_replace("\\", '/', dirname(realpath($inc_file))); $this_path = preg_replace('/\/$/', '', $this_path); $root_path = str_replace ...