bug #3425184 [doc] Fix links to PHP documentation

This commit is contained in:
Michal Čihař
2011-10-18 12:44:32 +02:00
parent 246b37937b
commit 8b9e7c1279
2 changed files with 2 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ phpMyAdmin - ChangeLog
- bug #3420229 [doc] Missing documentation section
- bug #3423725 [pdf] Broken PDF file when exporting database to PDF
- [core] Allow to set language in URL
- bug #3425184 [doc] Fix links to PHP documentation
3.4.6.0 (2011-10-16)
- patch #3404173 InnoDB comment display with tooltips/aliases

View File

@@ -60,6 +60,7 @@ function PMA_sanitize($message, $escape = false, $safe = false)
$valid_links = array(
'http', // default http:// links (and https://)
'./Do', // ./Documentation
'./ur', // url.php redirector
);
foreach ($founds as $found) {