aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-22 02:13:39 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-22 02:13:39 -0700
commit11f2eaa16dc3e41b758235e7bc1a281e19aca96e (patch)
tree3d2aff70c4efa8c51f13c3942bf6f65f1c9ad409 /boot.php
parenta9befec59e2e608b507e6d1f99a5a2fe70978c3f (diff)
downloadvolse-hubzilla-11f2eaa16dc3e41b758235e7bc1a281e19aca96e.tar.gz
volse-hubzilla-11f2eaa16dc3e41b758235e7bc1a281e19aca96e.tar.bz2
volse-hubzilla-11f2eaa16dc3e41b758235e7bc1a281e19aca96e.zip
introduction cleanup - email notification flags
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 5efa9a24f..b36a255eb 100644
--- a/boot.php
+++ b/boot.php
@@ -13,6 +13,15 @@ define ( 'DIRECTION_IN', 1);
define ( 'DIRECTION_OUT', 2);
define ( 'DIRECTION_BOTH', 3);
+define ( 'NOTIFY_INTRO', 0x0001 );
+define ( 'NOTIFY_CONFIRM', 0x0002 );
+define ( 'NOTIFY_WALL', 0x0004 );
+define ( 'NOTIFY_COMMENT', 0x0008 );
+define ( 'NOTIFY_MAIL', 0x0010 );
+
+
+
+
if(! class_exists('App')) {
class App {