X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Ffixup_inboxes.php;h=2aa5d1690003c938c634e71ef5c631cc709db13f;hb=7f74aa6c203f0a21f634ea833679369b0f1fc2bf;hp=c6e4fd0717b26d3f50ca978c2840c2b56b951e84;hpb=71176b9a98ef5298162f821c621a0e467dd9570b;p=quix0rs-gnu-social.git diff --git a/scripts/fixup_inboxes.php b/scripts/fixup_inboxes.php index c6e4fd0717..2aa5d16900 100755 --- a/scripts/fixup_inboxes.php +++ b/scripts/fixup_inboxes.php @@ -18,7 +18,7 @@ * along with this program. If not, see . */ -# 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();