Removing unique ips.

This commit is contained in:
sergiotarxz 2023-05-02 18:53:47 +02:00
parent 203cc179e7
commit 2170498c5e
2 changed files with 0 additions and 4 deletions

View File

@ -51,9 +51,6 @@ EOF
my $dbh = BurguillosInfo::DB->connect($app);
my $data = $dbh->selectrow_hashref(<<"EOF", undef);
SELECT
(
$SELECT_GLOBAL
) as unique_ips,
(
$SELECT_GLOBAL
where date > NOW() - interval '1 day'

View File

@ -2,7 +2,6 @@
<div class="description">
<h2>Stats</h2>
<p>Unique visitors <%=$tracking_data->{unique_ips}%></p>
<p>Unique visitors last 24 hours <%=$tracking_data->{unique_ips_last_24_hours}%></p>
<p>Unique visitors last week <%=$tracking_data->{unique_ips_last_week}%></p>
<p>Unique visitors last month <%=$tracking_data->{unique_ips_last_month}%></p>