X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fflushsite.php;h=3950fb7cf71830b4b51b316bbf4606db130f8fca;hb=dc5b302fe9ac5906bac29b279dc78ad2d2625536;hp=b7f385ac45f8652990f2849904845726814c470e;hpb=4caf0d2e73f97c3ee99b2aa902f996e9d3bbab9f;p=quix0rs-gnu-social.git diff --git a/scripts/flushsite.php b/scripts/flushsite.php index b7f385ac45..3950fb7cf7 100644 --- 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";