remove startup checks for SELF_URL_PATH, rely on auto-detection instead

This commit is contained in:
Andrew Dolgov
2023-10-22 12:19:05 +03:00
parent 322296d6a0
commit 7bba4ae558
7 changed files with 21 additions and 44 deletions

View File

@@ -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">