Topic: extension .inc often readable
I noticed that some of the php files do have the extension .inc
This is often not parsed on webservers and allows to read the php code by the browser. Maybe easier to explain by example: http://fa2.iron.from.pl/reporting/includes/doctext.inc will show me the php code.
I'm glad to see that the config_db.php isn't an .inc.