source: web/statistic.php

Last change on this file was 17, checked in by chronos, 8 years ago
  • Modified: Old database class replaced by newer from Common package to fix compatibility with PHP7.
  • Property svn:executable set to *
File size: 200 bytes
Line 
1<?php
2include_once('style.php');
3ShowHeader('<strong style="font-size: 26pt;">ZděchovNET</strong> - komunitní počítačová sí»<br>','Statistika');
4
5echo(StatShow());
6
7ShowFooter();
8
9?>
Note: See TracBrowser for help on using the repository browser.