X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Ffixup_replies.php;h=dd55e6ed40ff1b5e1fc61bc574bb02b8c934934c;hb=2d2c134a1f464021f2b3d3837eac95521ac02af5;hp=fdabea7600c2ce406f0ba9ef46d47f3bb4b6f2c0;hpb=c8b8f07af14ad2ce9d0c0267962dd3bbf6473a4b;p=quix0rs-gnu-social.git diff --git a/scripts/fixup_replies.php b/scripts/fixup_replies.php index fdabea7600..dd55e6ed40 100755 --- a/scripts/fixup_replies.php +++ b/scripts/fixup_replies.php @@ -1,7 +1,7 @@ #!/usr/bin/env php . */ -# Abort if called from a web server +// Abort if called from a web server if (isset($_SERVER) && array_key_exists('REQUEST_METHOD', $_SERVER)) { print "This script must be run from the command line\n"; exit(); } define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); -define('LACONICA', true); +define('STATUSNET', true); +define('LACONICA', true); // compatibility require_once(INSTALLDIR . '/lib/common.php');