diff options
author | Friendika <info@friendika.com> | 2011-08-04 22:37:45 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-04 22:37:45 -0700 |
commit | 2abcf76ec17a9a7754c399cdde9a4449308a4b02 (patch) | |
tree | c1fb8a0aa1e1dc3f7cfe604694b23e633f81737e /boot.php | |
parent | 12d5482fc1703b66024ec432994c87ee9c1ea432 (diff) | |
download | volse-hubzilla-2abcf76ec17a9a7754c399cdde9a4449308a4b02.tar.gz volse-hubzilla-2abcf76ec17a9a7754c399cdde9a4449308a4b02.tar.bz2 volse-hubzilla-2abcf76ec17a9a7754c399cdde9a4449308a4b02.zip |
salmon protocol changes magicsig draft-experimental, fixes to hostxrd
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -320,13 +320,12 @@ class App { /** * Special handling for the webfinger/lrdd host XRD file - * Just spit out the contents and exit. */ if($this->cmd === '.well-known/host-meta') { - require_once('include/hostxrd.php'); - hostxrd(); - // NOTREACHED + $this->argc = 1; + $this->argv = array('hostxrd'); + $this->module = 'hostxrd'; } /** |