aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2021-01-10 22:42:57 +0100
committerMario Vavti <mario@mariovavti.com>2021-01-10 22:42:57 +0100
commit7c1b41019eaf91ba560efb53c77fde06b5ce1c0b (patch)
tree94884b72e4e69d1c502a1eaf4a6f1822e071524e /boot.php
parent707110e5a786a1884f6b9afec683fe63795a1566 (diff)
downloadvolse-hubzilla-7c1b41019eaf91ba560efb53c77fde06b5ce1c0b.tar.gz
volse-hubzilla-7c1b41019eaf91ba560efb53c77fde06b5ce1c0b.tar.bz2
volse-hubzilla-7c1b41019eaf91ba560efb53c77fde06b5ce1c0b.zip
missing constant definition
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 319e579b5..972c844a9 100755
--- a/boot.php
+++ b/boot.php
@@ -355,6 +355,7 @@ define ( 'UPDATE_FLAGS_UPDATED', 0x0001);
define ( 'UPDATE_FLAGS_FORCED', 0x0002);
define ( 'UPDATE_FLAGS_DELETED', 0x1000);
+define ( 'HUBLOC_OFFLINE', 0x0001);
define ( 'DROPITEM_NORMAL', 0);
define ( 'DROPITEM_PHASE1', 1);