summaryrefslogtreecommitdiff
path: root/web/lib/stats.inc.php
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-11-23 00:06:30 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-11-23 00:21:49 -0500
commit8186c2a65e3af0ca46ac931fbe32067b65325d52 (patch)
treeb9dc01d75ee864853a92f0ec31427c05170e581c /web/lib/stats.inc.php
parentc3f464f50fb35ffb7825b90437bd912051a994ee (diff)
Re-brand to clarify that the software is aurweb, the instance is the AUR.
Diffstat (limited to 'web/lib/stats.inc.php')
-rw-r--r--web/lib/stats.inc.php2
1 files changed, 1 insertions, 1 deletions
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');