bug #2032707 [core] PMA does not start if ini_set() is disabled

This commit is contained in:
Marc Delisle
2008-08-01 19:15:01 +00:00
parent 2f81b47624
commit 9ff701560f
4 changed files with 14 additions and 13 deletions

View File

@@ -343,7 +343,7 @@ if (!$save_on_server) {
// Download
// (avoid rewriting data containing HTML with anchors and forms;
// this was reported to happen under Plesk)
ini_set('url_rewriter.tags','');
@ini_set('url_rewriter.tags','');
if (!empty($content_encoding)) {
header('Content-Encoding: ' . $content_encoding);