diff -Naur phpMyAdmin-4.5.5-all-languages/changelog.php phpMyAdmin-4.5.5-all-languages-magellan/changelog.php --- phpMyAdmin-4.5.5-all-languages/changelog.php 2016-02-22 20:00:19.000000000 +0100 +++ phpMyAdmin-4.5.5-all-languages-magellan/changelog.php 2016-03-02 10:10:31.657536430 +0100 @@ -45,7 +45,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/'; @@ -131,7 +131,7 @@ '/( ### )(.*)/' => '\\1\\2', -); +);*/ header('Content-type: text/html; charset=utf-8'); ?> @@ -147,7 +147,7 @@

phpMyAdmin - ChangeLog

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