]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
IMPORTANT: 'GNUSOCIAL' defined, or daemons wouldn't work
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 23 Sep 2013 20:10:26 +0000 (22:10 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 23 Sep 2013 20:10:26 +0000 (22:10 +0200)
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.

scripts/commandline.inc

index a682f4489ec17338fd4791432b88ceb2377b7e7a..d7ee1588017bbf9c35a2ace7ca2cc4f9483d6a77 100644 (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