X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=scripts%2Fremove_duplicate_file_urls.php;h=8e718761d698a69412a3bc81c5be9156c7baf521;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=a4a7cd795b9afa9b487eeaa77c022666ee9d6341;hpb=cd7cd0ead48ddb8d64044d15d45a68ffbe3471cf;p=quix0rs-gnu-social.git diff --git a/scripts/remove_duplicate_file_urls.php b/scripts/remove_duplicate_file_urls.php index a4a7cd795b..8e718761d6 100755 --- a/scripts/remove_duplicate_file_urls.php +++ b/scripts/remove_duplicate_file_urls.php @@ -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] ";