mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
start on contact page sort order
This commit is contained in:
parent
9bd8ee1aae
commit
1270243d80
2 changed files with 21 additions and 6 deletions
6
boot.php
6
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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue