]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
was renamed for security reasons
authorRoland Haeder <roland@mxchange.org>
Tue, 21 Mar 2017 23:27:01 +0000 (00:27 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 29 Mar 2020 22:21:45 +0000 (00:21 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
scripts/delete_notice.php
scripts/delete_orphan_files.php

index f2350f87335ed678390e2641f46ac7d253d90227..4c3f0a8438c30fbf18564a598a42dda017b34443 100755 (executable)
@@ -34,7 +34,7 @@ deletes a notice (but not related File objects) from the database
 
 END_OF_HELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 try {
     if (have_option('i', 'id')) {
index 8c1212ef51fcb9a7b2690e3e19db674d6bd3c7fa..861e958fb544d7e90ddb89692465d3d76e0ff3b6 100755 (executable)
@@ -39,7 +39,7 @@ they are not linked to notices (yet anyway).
 
 END_OF_HELP;
 
-require_once INSTALLDIR.'/scripts/commandline.inc';
+require_once INSTALLDIR.'/scripts/commandline.inc.php';
 
 print "Finding File entries that are not related to a Notice (or the notice has been deleted)...";
 $file = new File();