aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-05-11 03:41:29 -0700
committerfriendica <info@friendica.com>2012-05-11 03:41:29 -0700
commit496782e468fa206845b0baca8e91fb3a7d4278d4 (patch)
tree27f2192d455dc3ea38f8d9a4416a4d2d420a03ac /boot.php
parent8a5dcf64d84b98bda80e0346d508efc072c50002 (diff)
downloadvolse-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.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 6e3f8c0b5..dd4e31d4f 100644
--- a/boot.php
+++ b/boot.php
@@ -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),
);