diff options
author | friendica <info@friendica.com> | 2012-05-11 03:41:29 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-05-11 03:41:29 -0700 |
commit | 496782e468fa206845b0baca8e91fb3a7d4278d4 (patch) | |
tree | 27f2192d455dc3ea38f8d9a4416a4d2d420a03ac /boot.php | |
parent | 8a5dcf64d84b98bda80e0346d508efc072c50002 (diff) | |
download | volse-hubzilla-496782e468fa206845b0baca8e91fb3a7d4278d4.tar.gz volse-hubzilla-496782e468fa206845b0baca8e91fb3a7d4278d4.tar.bz2 volse-hubzilla-496782e468fa206845b0baca8e91fb3a7d4278d4.zip |
moderated comment templates
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -123,6 +123,8 @@ define ( 'NETWORK_XMPP', 'xmpp'); // XMPP define ( 'NETWORK_MYSPACE', 'mysp'); // MySpace define ( 'NETWORK_GPLUS', 'goog'); // Google+ +define ( 'NETWORK_PHANTOM', 'unkn'); // Place holder + /** * These numbers are used in stored permissions * and existing allocations MUST NEVER BE CHANGED @@ -142,6 +144,8 @@ $netgroup_ids = array( NETWORK_XMPP => (-10), NETWORK_MYSPACE => (-11), NETWORK_GPLUS => (-12), + + NETWORK_PHANTOM => (-127), ); |