X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fflushsite.php;h=3950fb7cf71830b4b51b316bbf4606db130f8fca;hb=d6b28c64830f632bb2f4b6f3c9369b9e56ad217a;hp=b7f385ac45f8652990f2849904845726814c470e;hpb=c10a4cf6d2ea3f45622674a555898229ea99962c;p=quix0rs-gnu-social.git diff --git a/scripts/flushsite.php b/scripts/flushsite.php index b7f385ac45..3950fb7cf7 100755 --- a/scripts/flushsite.php +++ b/scripts/flushsite.php @@ -29,7 +29,7 @@ Flush the site with the given name from memcached. END_OF_FLUSHSITE_HELP; -require_once INSTALLDIR.'/scripts/commandline.inc'; +require_once INSTALLDIR.'/scripts/commandline.inc.php'; $nickname = common_config('site', 'nickname'); @@ -42,4 +42,4 @@ if (empty($sn)) { print "Flushing cache for {$nickname}..."; $sn->decache(); -print "OK.\n"; \ No newline at end of file +print "OK.\n";