diff options
author | redmatrix <git@macgirvin.com> | 2016-04-02 21:06:41 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-04-02 21:06:41 -0700 |
commit | 8b3c099a123d710ba341b3e2513bb5cf04ff5b84 (patch) | |
tree | 3e62a5459d69eff19a558feaa10f0e1db11b15ea /boot.php | |
parent | 381cc3e6f806bc99a2c4a529c34a6e4e2de15f28 (diff) | |
download | volse-hubzilla-8b3c099a123d710ba341b3e2513bb5cf04ff5b84.tar.gz volse-hubzilla-8b3c099a123d710ba341b3e2513bb5cf04ff5b84.tar.bz2 volse-hubzilla-8b3c099a123d710ba341b3e2513bb5cf04ff5b84.zip |
use constant
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' ); |