3,035
edits
Line 307: | Line 307: | ||
* This file is pointless. DB information should just be defined in config.php. | * This file is pointless. DB information should just be defined in config.php. | ||
* This file should not create the connection. Connections should only be created when they will be used. As it stands, this forces every page on UMO to create a DB connection whether or not it will be used for anything. | * This file should not create the connection. Connections should only be created when they will be used. As it stands, this forces every page on UMO to create a DB connection whether or not it will be used for anything. | ||
* Someone could use a script, point at this file and create however many unused DB connections they wanted by simply opening it. | |||
====/core/inc_browserdetection.php==== | ====/core/inc_browserdetection.php==== |
edits