X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FSitemap%2Fscripts%2Fupdatecounts.php;h=91bc0ac4e9720a23532973182c7bb749a06e1bb7;hb=8fc904e95b66ac4ce97fa3b493797da9aa0a54af;hp=15c98641875421a3bd51a00ed1ac6548d59a76ce;hpb=d53d0f7908f0a8338d9f08401ed917ee98e25ce4;p=quix0rs-gnu-social.git diff --git a/plugins/Sitemap/scripts/updatecounts.php b/plugins/Sitemap/scripts/updatecounts.php index 15c9864187..91bc0ac4e9 100644 --- a/plugins/Sitemap/scripts/updatecounts.php +++ b/plugins/Sitemap/scripts/updatecounts.php @@ -26,11 +26,11 @@ Update the notice and user counts cached in the database. END_OF_UPDATECOUNTS_HELP; -echo "INSTALLDIR=".INSTALLDIR."\n"; - require_once INSTALLDIR.'/scripts/commandline.inc'; // Will fill the cache $userCounts = Sitemap_user_count::getAll(); $noticeCounts = Sitemap_notice_count::getAll(); + +echo "Done.\n";