]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/clear_jabber.php
Renamed commandline.inc -> commandline.inc.php to avoid confusion.
[quix0rs-gnu-social.git] / scripts / clear_jabber.php
index a71ccb2d67834844888ded6be7c06fc1d812a58b..50edebd78ddc86352f4461bd217feb8c8ee964ff 100755 (executable)
@@ -34,7 +34,7 @@ Deletes a user's confirmed Jabber/XMPP address 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');