aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-08-10 22:14:17 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-08-10 22:14:17 -0700
commiteb6b2677cb214b018f95e621e3fcdce7e49c2d95 (patch)
treeae924a25336b0c01db31d0b0b9af3574df7c094f /boot.php
parent9662c44a17280781f2e0762c0bf0c53bec1ed5f2 (diff)
downloadvolse-hubzilla-eb6b2677cb214b018f95e621e3fcdce7e49c2d95.tar.gz
volse-hubzilla-eb6b2677cb214b018f95e621e3fcdce7e49c2d95.tar.bz2
volse-hubzilla-eb6b2677cb214b018f95e621e3fcdce7e49c2d95.zip
tracking mail notifications
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() {