diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-08-10 22:14:17 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-08-10 22:14:17 -0700 |
commit | eb6b2677cb214b018f95e621e3fcdce7e49c2d95 (patch) | |
tree | ae924a25336b0c01db31d0b0b9af3574df7c094f /boot.php | |
parent | 9662c44a17280781f2e0762c0bf0c53bec1ed5f2 (diff) | |
download | volse-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ class App { function set_baseurl($url) { $this->baseurl = $url; + $this->hostname = basename($url); } function get_hostname() { |