]> 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 Haeder <roland@mxchange.org>
Fri, 29 May 2015 16:39:32 +0000 (18:39 +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 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] ";
index 470d6c1b91b2c422397139f950889711bf9949fb..ecb587d0c054491e04d4ae6081c04a830c851c56 100755 (executable)
@@ -34,7 +34,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 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] ";