make a real "Web statistics" section, independent of the raw web stats
quotas and al
This commit is contained in:
parent
ddab3792e8
commit
50567f1edd
|
@ -28,11 +28,13 @@
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
?>
|
||||||
|
<dt id="stats"><?php __("Web statistics"); ?></dt>
|
||||||
|
<?php
|
||||||
/* ############# STATS ############# */
|
/* ############# STATS ############# */
|
||||||
$q=$quota->getquota("sta2");
|
$q=$quota->getquota("sta2");
|
||||||
$r=$quota->getquota("dom");
|
$r=$quota->getquota("dom");
|
||||||
if ($q["t"]>0 && $r["u"]>0) {
|
if ($q["t"]>0 && $r["u"]>0) {
|
||||||
?>
|
?>
|
||||||
<dt id="stats"><?php __("Raw web statistics"); ?></dt>
|
|
||||||
<dd><a href="sta2_list.php"><?php __("Raw web statistics"); ?></a></dd>
|
<dd><a href="sta2_list.php"><?php __("Raw web statistics"); ?></a></dd>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|
Loading…
Reference in New Issue