Merge branch 'MAINT_3_4_10' into QA_3_4

This commit is contained in:
Marc Delisle
2012-03-28 12:40:17 -04:00

View File

@@ -14,6 +14,8 @@ error_reporting(E_ALL);
/**
* Read config file.
*/
require CONFIG_FILE;
if (is_readable(CONFIG_FILE)) {
require CONFIG_FILE;
}
?>