From 1ae5ea8f4cf40113a14a183b754101177f99ba32 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 1381676483..460a4d8d0f 100755 --- a/scripts/nukefile.php +++ b/scripts/nukefile.php @@ -32,7 +32,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