patch #2709040 [doc] Wrong link in ChangeLog formatter
This commit is contained in:
@@ -17,6 +17,8 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
thanks to Christian Rodriguez - judas_iscariote
|
thanks to Christian Rodriguez - judas_iscariote
|
||||||
- patch #2702772 [lang] Duplicate sentence in Polish,
|
- patch #2702772 [lang] Duplicate sentence in Polish,
|
||||||
thanks to Pawel Smolinski - zipoking
|
thanks to Pawel Smolinski - zipoking
|
||||||
|
- patch #2709040 [doc] Wrong link in ChangeLog formatter,
|
||||||
|
thanks to Petr Vorel - pevik
|
||||||
|
|
||||||
3.1.3.1 (2009-03-24)
|
3.1.3.1 (2009-03-24)
|
||||||
- [security] HTTP Response Splitting and file inclusion vulnerabilities
|
- [security] HTTP Response Splitting and file inclusion vulnerabilities
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
$changelog = htmlspecialchars(file_get_contents('ChangeLog'));
|
$changelog = htmlspecialchars(file_get_contents('ChangeLog'));
|
||||||
|
|
||||||
$replaces = array(
|
$replaces = array(
|
||||||
'@(http://[./a-zA-Z0-9.-_]*[/a-zA-Z0-9_])@'
|
'@(http://[./a-zA-Z0-9.-_-]*[/a-zA-Z0-9_])@'
|
||||||
=> '<a href="\\1">\\1</a>',
|
=> '<a href="\\1">\\1</a>',
|
||||||
|
|
||||||
// sourceforge users
|
// sourceforge users
|
||||||
|
Reference in New Issue
Block a user