diff -Naur phpMyAdmin-4.4.13.1-all-languages/changelog.php phpMyAdmin-4.4.13.1-all-languages-magellan/changelog.php --- phpMyAdmin-4.4.13.1-all-languages/changelog.php 2015-08-08 18:22:38.000000000 +0200 +++ phpMyAdmin-4.4.13.1-all-languages-magellan/changelog.php 2015-08-17 14:01:53.147613890 +0200 @@ -42,7 +42,7 @@ /** * Whole changelog in variable. */ -$changelog = htmlspecialchars($changelog); +/*$changelog = htmlspecialchars($changelog); $tracker_url = 'https://sourceforge.net/support/tracker.php?aid=\\1'; $tracker_url_bug = 'https://sourceforge.net/p/phpmyadmin/bugs/\\1/'; @@ -128,7 +128,7 @@ '/( ### )(.*)/' => '\\1\\2', -); +);*/ header('Content-type: text/html; charset=utf-8'); ?> @@ -144,7 +144,7 @@

phpMyAdmin - ChangeLog

'; -echo preg_replace(array_keys($replaces), $replaces, $changelog); +readgzfile('/usr/share/doc/phpmyadmin-@@PVER@@/ChangeLog.gz'); echo ''; ?>