Merge 4.5

Conflicts:
	post.php
This commit is contained in:
czaks 2014-06-20 23:35:45 +02:00
commit 26884e8e11
2 changed files with 10 additions and 4 deletions

View file

@ -215,6 +215,8 @@ function loadConfig() {
error_reporting(E_ALL);
ini_set('display_errors', true);
ini_set('html_errors', false);
} else {
ini_set('display_errors', false);
}
// Keep the original address to properly comply with other board configurations