added web-log viewer

This commit is contained in:
Serghey Rodin 2013-05-11 21:17:06 +03:00
commit 78d963eaee
12 changed files with 302 additions and 1 deletions

View file

@ -109,6 +109,13 @@
<?php print __('edit');?>
</span>
</a>
<a href="/list/web-log/?domain=<?php echo $key ?>&type=access" target="_blank" class="data-controls">
<span>
<img src="/images/new_window.png" width="8px" height="8px">
<?php print __('view logs');?>
</span>
</a>
<?php
if (!empty($data[$key]['STATS'])) {
?>