]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/deleteprofile.php
Merge remote-tracking branch 'upstream/master'
[quix0rs-gnu-social.git] / scripts / deleteprofile.php
index 8eed6ff97b718ce7ad77f6d00a2e60a4fdba785c..c1ef5a449a9869c3ffb06d1cce2d1c7e8c371561 100755 (executable)
@@ -34,7 +34,7 @@ deletes a profile 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');