bug #3425184 [doc] Fix links to PHP documentation
This commit is contained in:
@@ -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
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user