Search found 1 match

by successor
Wed Feb 08, 2006 3:46 pm
Forum: PHP - Security
Topic: Prohibit include() in shared environment
Replies: 9
Views: 4057

Prohibit include() in shared environment

Following setup: A platform based in / which manages authentication etc. Password for db-access is stored in /config.php which is included by index.php. After authentication this platform (actually the index.php) includes /modules/<mod_name>/index.php. The db-connection is demolished prior but the p...