X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fclean_file_table.php;h=408141d847097a2a42cceac9f7f9f4d287e691e5;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=573abf1ed0c8d246f92b04408acdba90256e2523;hpb=c214aa5149df0e0804c362021c209f78b5ee6483;p=quix0rs-gnu-social.git diff --git a/scripts/clean_file_table.php b/scripts/clean_file_table.php index 573abf1ed0..408141d847 100755 --- a/scripts/clean_file_table.php +++ b/scripts/clean_file_table.php @@ -33,7 +33,7 @@ Will print '.' for each file, except for deleted ones which are marked as 'x'. END_OF_HELP; -require_once INSTALLDIR.'/scripts/commandline.inc'; +require_once INSTALLDIR.'/scripts/commandline.inc.php'; if (!have_option('y', 'yes')) { print "About to delete local file entries where the file cannot be found. Are you sure? [y/N] ";