aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index afb907d59..c99024d00 100644
--- a/boot.php
+++ b/boot.php
@@ -97,6 +97,7 @@ class App {
function set_baseurl($url) {
$this->baseurl = $url;
+ $this->hostname = basename($url);
}
function get_hostname() {