From: Evan Prodromou Date: Mon, 22 Jun 2009 23:54:21 +0000 (-0700) Subject: getpiddir.php uses commandline.inc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eced917d7965ab9b630bf0fe7ac031ac06ff7939;p=quix0rs-gnu-social.git getpiddir.php uses commandline.inc --- diff --git a/scripts/getpiddir.php b/scripts/getpiddir.php index d29c95cb08..9927cc6d95 100755 --- a/scripts/getpiddir.php +++ b/scripts/getpiddir.php @@ -18,15 +18,13 @@ * along with this program. If not, see . */ -# 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); -require_once(INSTALLDIR . '/lib/common.php'); +$helptext = <<