Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-04-06 16:06:42 +02:00
commit 7e4a8dd1a0

View File

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