]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
.inc files are mostly readable from the internet, e.g. http://example.org/some/file...
authorRoland Haeder <roland@mxchange.org>
Fri, 29 May 2015 16:39:32 +0000 (18:39 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:21:09 +0000 (00:21 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
scripts/clean_file_table.php
scripts/clean_profiles.php
scripts/remove_duplicate_file_urls.php

index 2444a4bb693564377eb345087c7c2de1d9111dbb..020a56d484daaba120a34322430b5d6d9f3ee3b7 100755 (executable)
@@ -34,7 +34,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] ";
index 245b2ef5c779a833e454e8000ea7b2e8bc495872..8ac10270ed8f235feb09e78c063628301c583d2a 100755 (executable)
@@ -35,7 +35,7 @@ WARNING: This has not been tested thoroughly. Maybe we've missed a table to comp
 
 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 profiles that we think are useless to save. Are you sure? [y/N] ";
index 9754820d988998a9f924e760af3f669f5658a132..ff11df217436d7c54b156679041d20e45a597cb9 100755 (executable)
@@ -32,7 +32,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] ";