This commit is contained in:
Michal Čihař 2011-07-25 14:46:33 +02:00
parent 264829a991
commit 3638bbd345

View File

@ -24,7 +24,7 @@ function PMA_checkLink($url)
} else {
$valid_starts[] = './Documentation.html';
}
foreach($valid_starts as $val) {
foreach ($valid_starts as $val) {
if (substr($url, 0, strlen($val)) == $val) {
return true;
}