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=1ae5ea8f4cf40113a14a183b754101177f99ba32;p=quix0rs-gnu-social.git .inc.php please ... Signed-off-by: Roland Haeder --- 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');