]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/setpassword.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / scripts / setpassword.php
index 66964b2a088d58f252599646832ff17aaeec2bc8..b8feb207957ba3171714178c61e3975affa8bb30 100755 (executable)
@@ -27,7 +27,7 @@ Sets the password of user with name <username> to <password>
 
 END_OF_PASSWORD_HELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 if (count($args) < 2) {
     show_help();