summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-22 12:19:05 +0300
committerAndrew Dolgov <[email protected]>2023-10-22 12:19:05 +0300
commit7bba4ae558e6c9015a4efb063c92cf0b8037708b (patch)
treef019c6cd54981c6a6d42719cdc0f5bd1d8282364 /include
parent322296d6a0b18577ad6678fedb74743de186ed2f (diff)
remove startup checks for SELF_URL_PATH, rely on auto-detection instead
Diffstat (limited to 'include')
-rwxr-xr-xinclude/login_form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/login_form.php b/include/login_form.php
index a26a58cc9..0545a51be 100755
--- a/include/login_form.php
+++ b/include/login_form.php
@@ -104,7 +104,7 @@
</script>
-<?php $return = urlencode(!empty($_REQUEST['return']) ? $_REQUEST['return'] : with_trailing_slash(Config::make_self_url())) ?>
+<?php $return = urlencode(!empty($_REQUEST['return']) ? $_REQUEST['return'] : with_trailing_slash(Config::get_self_url())) ?>
<div class="container">