]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/clean_file_table.php
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / scripts / clean_file_table.php
index 573abf1ed0c8d246f92b04408acdba90256e2523..408141d847097a2a42cceac9f7f9f4d287e691e5 100755 (executable)
@@ -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] ";