From: Roland Haeder Date: Mon, 1 Jun 2015 02:21:46 +0000 (+0200) Subject: .inc.php please ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6f702b6d355dccb15e96cc02cc9bf4a13e83486d;p=quix0rs-gnu-social.git .inc.php please ... Signed-off-by: Roland Haeder --- 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');