]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/getpiddir.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / scripts / getpiddir.php
index 30bca77da09674067c95cd205521000343880507..00e845f80db821a8ccd1a2008b2ff3a078cf4968 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env php
 <?php
 /*
- * StatusNet - a distributed open-source microblogging tool
+ * StatusNet - the distributed open-source microblogging tool
  * Copyright (C) 2008, 2009, StatusNet, Inc.
  *
  * This program is free software: you can redistribute it and/or modify
@@ -25,6 +25,6 @@ getpiddir.php - print out the currently configured PID directory
 
 ENDOFHELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 echo common_config('daemon', 'piddir');