]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/commandline.inc
minor fixes and cleanups in the scripts directory
[quix0rs-gnu-social.git] / scripts / commandline.inc
index b1955a32e3a616ee31da335d20728e1b6f9ce86c..a682f4489ec17338fd4791432b88ceb2377b7e7a 100644 (file)
@@ -27,7 +27,6 @@ if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) {
 }
 
 define('STATUSNET', true);
-define('LACONICA', true); // compatibility
 
 // Set various flags so we don't time out on long-running processes
 
@@ -243,4 +242,4 @@ function printfv()
     $format = array_shift($args);
 
     return vprintf($format, $args);
-}
\ No newline at end of file
+}