remove startup checks for SELF_URL_PATH, rely on auto-detection instead
This commit is contained in:
@@ -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">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user