diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-03 11:35:47 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-03 11:35:47 +0200 |
commit | 7850b04853e61d85a5657410b31aa36db4c19ec4 (patch) | |
tree | aafe878eade5a433a1d0f583eaec6113615bc5e4 /boot.php | |
parent | b6f18a9a0b044339e334139284294a246ab245ad (diff) | |
parent | 84feff9500db2b66c977749e0c5b777259031783 (diff) | |
download | volse-hubzilla-7850b04853e61d85a5657410b31aa36db4c19ec4.tar.gz volse-hubzilla-7850b04853e61d85a5657410b31aa36db4c19ec4.tar.bz2 volse-hubzilla-7850b04853e61d85a5657410b31aa36db4c19ec4.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -454,7 +454,7 @@ define ( 'TERM_OBJ_APP', 7 ); /** * various namespaces we may need to parse */ - +define ( 'PROTOCOL_ZOT', 'http://purl.org/zot/protocol' ); define ( 'NAMESPACE_ZOT', 'http://purl.org/zot' ); define ( 'NAMESPACE_DFRN' , 'http://purl.org/macgirvin/dfrn/1.0' ); define ( 'NAMESPACE_THREAD' , 'http://purl.org/syndication/thread/1.0' ); |