]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/deleteuser.php
Misses this file to merge. I like the comments.
[quix0rs-gnu-social.git] / scripts / deleteuser.php
index 25af1c5ce24a294b8f5d74810106f92690336ae7..e815ea208d7bc429e52a65e98028f7ea14291ff2 100755 (executable)
@@ -33,7 +33,7 @@ deletes a user from the database
 
 END_OF_DELETEUSER_HELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 if (have_option('i', 'id')) {
     $id = get_option_value('i', 'id');