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