From 2f7e2ee3996f36940a2f2db7474699b8ddbf197b Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Wed, 22 Mar 2017 00:27:01 +0100 Subject: [PATCH] was renamed for security reasons Signed-off-by: Roland Haeder --- scripts/delete_notice.php | 2 +- scripts/delete_orphan_files.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/delete_notice.php b/scripts/delete_notice.php index f2350f8733..4c3f0a8438 100755 --- a/scripts/delete_notice.php +++ b/scripts/delete_notice.php @@ -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')) { diff --git a/scripts/delete_orphan_files.php b/scripts/delete_orphan_files.php index 8c1212ef51..861e958fb5 100755 --- a/scripts/delete_orphan_files.php +++ b/scripts/delete_orphan_files.php @@ -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(); -- 2.39.5