From bec30610d902f370fdbe66bf91b92412a1b57603 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Apr 2024 19:23:37 +0200 Subject: [PATCH] Add link to apstats --- dev/tools/apstats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tools/apstats.php b/dev/tools/apstats.php index 3a31b4b232be8..1767a26544235 100755 --- a/dev/tools/apstats.php +++ b/dev/tools/apstats.php @@ -512,7 +512,7 @@ $html .= '
'."\n"; $html .= '

Advanced Project Statistics

'."\n"; $currentDate = date("Y-m-d H:i:s"); // Format: Year-Month-Day Hour:Minute:Second -$html .= 'Generated on '.$currentDate.' in '.($timeend - $timestart).' seconds'."\n"; +$html .= 'Generated on '.$currentDate.' in '.($timeend - $timestart).' seconds by apstats'."\n"; $html .= '
'."\n";