aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-02 18:55:43 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-02 18:55:43 -0700
commit1270243d8090fa4795475d29a918602f037cd86a (patch)
treee7241b6cfddc5a104de779f10b27daea1e7cd0c9 /boot.php
parent9bd8ee1aae6387251c3ff3500d1020cccb919a99 (diff)
downloadvolse-hubzilla-1270243d8090fa4795475d29a918602f037cd86a.tar.gz
volse-hubzilla-1270243d8090fa4795475d29a918602f037cd86a.tar.bz2
volse-hubzilla-1270243d8090fa4795475d29a918602f037cd86a.zip
start on contact page sort order
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e131a5b53..70280fc02 100644
--- a/boot.php
+++ b/boot.php
@@ -2,12 +2,16 @@
set_time_limit(0);
-define('EOL', '<br />');
+define('EOL', "<br />\r\n");
define('REGISTER_CLOSED', 0);
define('REGISTER_APPROVE', 1);
define('REGISTER_OPEN', 2);
+define ( 'DIRECTION_ANY', 0);
+define ( 'DIRECTION_IN', 1);
+define ( 'DIRECTION_OUT', 2);
+define ( 'DIRECTION_BOTH', 3);
if(! class_exists('App')) {
class App {