forked from wallabag/wallabag
mv pochetool pochetools
This commit is contained in:
@ -75,11 +75,11 @@ class pocheTools
|
||||
|
||||
# prevent loop
|
||||
if (empty($url) || parse_url($url, PHP_URL_QUERY) === $_SERVER['QUERY_STRING']) {
|
||||
$url = pocheTool::getUrl();
|
||||
$url = pocheTools::getUrl();
|
||||
}
|
||||
|
||||
if (substr($url, 0, 1) !== '?') {
|
||||
$ref = pocheTool::getUrl();
|
||||
$ref = pocheTools::getUrl();
|
||||
if (substr($url, 0, strlen($ref)) !== $ref) {
|
||||
$url = $ref;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user