From 6f702b6d355dccb15e96cc02cc9bf4a13e83486d Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 1 Jun 2015 04:21:46 +0200 Subject: [PATCH] .inc.php please ... Signed-off-by: Roland Haeder --- scripts/nukefile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nukefile.php b/scripts/nukefile.php index e3073de104..9dabcda7af 100755 --- a/scripts/nukefile.php +++ b/scripts/nukefile.php @@ -33,7 +33,7 @@ deletes a file and related notices from the database END_OF_HELP; -require_once INSTALLDIR.'/scripts/commandline.inc'; +require_once INSTALLDIR.'/scripts/commandline.inc.php'; if (have_option('i', 'id')) { $id = get_option_value('i', 'id'); -- 2.39.5