IMPORTANT: 'GNUSOCIAL' defined, or daemons wouldn't work

Apparently I forgot scripts/commandline.inc in the commit for 'GNUSOCIAL'
definition 4c6803a054.

define('GNUSOCIAL', true); indicates that we're running GNUSOCIAL, and that
one should be aware of this if applying patches.
This commit is contained in:
Mikael Nordfeldth 2013-09-23 22:10:26 +02:00
parent e9f2a1847d
commit 4ca1c10fb8
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
exit();
}
define('STATUSNET', true);
define('GNUSOCIAL', true);
define('STATUSNET', true); //compatibility
// Set various flags so we don't time out on long-running processes