aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-05-28 21:42:46 -0700
committerfriendica <info@friendica.com>2014-05-28 21:42:46 -0700
commit2a6d7b6a079a565afc0200fe160cb2402ed7c0a3 (patch)
tree5e7c28189a8f7db259bdab7b1d96f2ab3b574686 /boot.php
parent53ea6b05a644c75810a95e351021251f0f759e9f (diff)
downloadvolse-hubzilla-2a6d7b6a079a565afc0200fe160cb2402ed7c0a3.tar.gz
volse-hubzilla-2a6d7b6a079a565afc0200fe160cb2402ed7c0a3.tar.bz2
volse-hubzilla-2a6d7b6a079a565afc0200fe160cb2402ed7c0a3.zip
cleanup dead directory entries. This was a real b#tch, so keep your eye out for issues - which you shouldn't see until next weekend when this is scheduled to run. We're only setting flags, so if anything goes wrong we should be able to recover without too much pain.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 768b703e9..5b6cea8b2 100755
--- a/boot.php
+++ b/boot.php
@@ -383,6 +383,7 @@ define ( 'NOTIFY_SYSTEM', 0x8000 );
define ( 'HUBLOC_FLAGS_PRIMARY', 0x0001);
define ( 'HUBLOC_FLAGS_UNVERIFIED', 0x0002);
+define ( 'HUBLOC_FLAGS_ORPHANCHECK', 0x0004);
define ( 'HUBLOC_FLAGS_DELETED', 0x1000);
define ( 'XCHAN_FLAGS_NORMAL', 0x0000);