mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-07-10 07:08:51 +00:00
introduction cleanup - email notification flags
This commit is contained in:
parent
a9befec59e
commit
11f2eaa16d
4 changed files with 195 additions and 135 deletions
9
boot.php
9
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 {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue