mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-22 22:56:18 +05:30
style: fix indentation
This commit is contained in:
parent
168fed64b9
commit
cfc687d62b
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ abstract class AbstractProxy
|
|||
|
||||
if (!str_starts_with($link, $conf->getKey('basepath') . '?') ||
|
||||
parse_url($link, PHP_URL_HOST) != parse_url($conf->getKey('basepath'), PHP_URL_HOST)
|
||||
) {
|
||||
) {
|
||||
$this->_error = 'Trying to shorten a URL that isn\'t pointing at our instance.';
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue