Valid starts

This commit is contained in:
Madhura Jayaratne 2011-10-02 08:12:24 +05:30
parent 44c15352ec
commit 634220143b

View File

@ -17,6 +17,8 @@ function PMA_checkLink($url)
$valid_starts = array(
'http://',
'https://',
'./url.php?url=http%3A%2F%2F',
'./url.php?url=https%3A%2F%2F',
);
if (defined('PMA_SETUP')) {
$valid_starts[] = '../Documentation.html';