]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - _darcs/pristine/scripts/getpiddir.php
replace all tabs with four spaces
[quix0rs-gnu-social.git] / _darcs / pristine / scripts / getpiddir.php
index b4dda2254cef080d3bccf150d6e2c836ccaf23aa..4f5704249319b018beee7be4dcdc613fe0997621 100644 (file)
@@ -20,8 +20,8 @@
 
 # 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();
+    print "This script must be run from the command line\n";
+    exit();
 }
 
 define('INSTALLDIR', realpath(dirname(__FILE__) . '/..'));