diff options
author | zotlabs <mike@macgirvin.com> | 2017-07-30 21:56:39 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-07-30 21:56:39 -0700 |
commit | 445fa6825a20876441d07c28f7b7bbd2c8fd064c (patch) | |
tree | 96082bdfadb62695366e3bb63f6d198085f66436 /boot.php | |
parent | e3c8e4f4833b485469616c753cc660e8a55bef29 (diff) | |
download | volse-hubzilla-445fa6825a20876441d07c28f7b7bbd2c8fd064c.tar.gz volse-hubzilla-445fa6825a20876441d07c28f7b7bbd2c8fd064c.tar.bz2 volse-hubzilla-445fa6825a20876441d07c28f7b7bbd2c8fd064c.zip |
typo
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -256,7 +256,7 @@ define ( 'NETWORK_OSTATUS', 'stat'); // status.net, identi.ca, GNU-s define ( 'NETWORK_GNUSOCIAL', 'gnusoc'); // status.net, identi.ca, GNU-social, other OStatus implementations define ( 'NETWORK_FEED', 'rss'); // RSS/Atom feeds with no known "post/notify" protocol define ( 'NETWORK_DIASPORA', 'diaspora'); // Diaspora -define ( 'NETWORK_ACTIVITYPUB' 'activitypub'); +define ( 'NETWORK_ACTIVITYPUB', 'activitypub'); define ( 'NETWORK_MAIL', 'mail'); // IMAP/POP define ( 'NETWORK_MAIL2', 'mai2'); // extended IMAP/POP define ( 'NETWORK_FACEBOOK', 'face'); // Facebook API |