From e3dfb09aec084fc6bd119309ce949eaab714eae7 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 23 Nov 2016 00:06:30 -0500 Subject: Re-brand to clarify that the software is aurweb; the instance is the AUR. --- web/lib/stats.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/lib/stats.inc.php') diff --git a/web/lib/stats.inc.php b/web/lib/stats.inc.php index 80619fe..49f6886 100644 --- a/web/lib/stats.inc.php +++ b/web/lib/stats.inc.php @@ -57,7 +57,7 @@ function user_table($userid) { * @return void */ function general_stats_table() { - # AUR statistics + # aurweb statistics $q = "SELECT COUNT(*) FROM PackageBases WHERE PackagerUID IS NOT NULL"; $pkg_count = db_cache_value($q, 'pkg_count'); -- cgit v1.2.3-54-g00ecf