> Modified files: > /phpdoc/en/functions http.xml > /phpdoc/nl/functions http.xml > Log: > - Add .php extension; this will be parsed always instead of the .inc extension
Parsing of include files is really not a good idea. We should be teaching people to either put their include files outside of doc_root or using a different extension like .inc and blocking any direct access to them via an httpd.conf/.htaccess rule. Parsing an include file out of context can lead to security problems. -Rasmus