]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/remove_duplicate_file_urls.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / scripts / remove_duplicate_file_urls.php
index a4a7cd795b9afa9b487eeaa77c022666ee9d6341..8e718761d698a69412a3bc81c5be9156c7baf521 100755 (executable)
@@ -31,7 +31,7 @@ Remove duplicate URL entries in the file and file_redirection tables because the
 
 END_OF_HELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 if (!have_option('y', 'yes')) {
     print "About to remove duplicate URL entries in file and file_redirection tables. Are you sure? [y/N] ";