From: Evan Prodromou Date: Fri, 9 Jul 2010 21:50:14 +0000 (-0400) Subject: script to fill counts table from command line X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=869ebb7dc7a5f4241b94512646cdd7ae89e35962;p=quix0rs-gnu-social.git script to fill counts table from command line --- diff --git a/plugins/Sitemap/scripts/updatecounts.php b/plugins/Sitemap/scripts/updatecounts.php new file mode 100644 index 0000000000..15c9864187 --- /dev/null +++ b/plugins/Sitemap/scripts/updatecounts.php @@ -0,0 +1,36 @@ +#!/usr/bin/env php +. + */ + +define('INSTALLDIR', realpath(dirname(__FILE__) . '/../../..')); + +$helptext = <<