Removing unique ips.
This commit is contained in:
parent
203cc179e7
commit
2170498c5e
|
@ -51,9 +51,6 @@ EOF
|
||||||
my $dbh = BurguillosInfo::DB->connect($app);
|
my $dbh = BurguillosInfo::DB->connect($app);
|
||||||
my $data = $dbh->selectrow_hashref(<<"EOF", undef);
|
my $data = $dbh->selectrow_hashref(<<"EOF", undef);
|
||||||
SELECT
|
SELECT
|
||||||
(
|
|
||||||
$SELECT_GLOBAL
|
|
||||||
) as unique_ips,
|
|
||||||
(
|
(
|
||||||
$SELECT_GLOBAL
|
$SELECT_GLOBAL
|
||||||
where date > NOW() - interval '1 day'
|
where date > NOW() - interval '1 day'
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
<div class="description">
|
<div class="description">
|
||||||
<h2>Stats</h2>
|
<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 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 week <%=$tracking_data->{unique_ips_last_week}%></p>
|
||||||
<p>Unique visitors last month <%=$tracking_data->{unique_ips_last_month}%></p>
|
<p>Unique visitors last month <%=$tracking_data->{unique_ips_last_month}%></p>
|
||||||
|
|
Loading…
Reference in New Issue