IMPORTANT: 'GNUSOCIAL' defined, or daemons wouldn't work
Apparently I forgot scripts/commandline.inc in the commit for 'GNUSOCIAL' definition 4c6803a0540243c2ae1e36b6fafc8728e69473cc. 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:
parent
e9f2a1847d
commit
4ca1c10fb8
@ -26,7 +26,8 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
|
|||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
define('STATUSNET', true);
|
define('GNUSOCIAL', true);
|
||||||
|
define('STATUSNET', true); //compatibility
|
||||||
|
|
||||||
// Set various flags so we don't time out on long-running processes
|
// Set various flags so we don't time out on long-running processes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user