]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/flushsite.php
Merged
[quix0rs-gnu-social.git] / scripts / flushsite.php
old mode 100644 (file)
new mode 100755 (executable)
index b7f385a..3950fb7
@@ -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";