]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
getvaliddaemons.php uses commandline.inc
authorEvan Prodromou <evan@controlyourself.ca>
Mon, 22 Jun 2009 23:55:55 +0000 (16:55 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Mon, 22 Jun 2009 23:55:55 +0000 (16:55 -0700)
scripts/getvaliddaemons.php

index a45ff79aba495b45bc1b6403576cf10fb2afb541..198ea8fb9ab36eaad343557dee0bb899272bd7f6 100755 (executable)
  * daemon names.
  */
 
-# 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 = <<<ENDOFHELP
+getvaliddaemons.php - print out the currently configured PID directory
+
+ENDOFHELP;
+
+require_once INSTALLDIR.'/scripts/commandline.inc';
 
 if(common_config('xmpp','enabled')) {
     echo "xmppdaemon.php jabberqueuehandler.php publicqueuehandler.php ";