Valid starts
This commit is contained in:
parent
44c15352ec
commit
634220143b
@ -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';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user