| [ PHPXref.com ] | [ Generated: Sun Jul 20 18:52:05 2008 ] | [ mroovca stats 0.5.3 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 // ************************************************************************ 3 // mroovca stats 4 // version: 0.5.0 - 28 Feb 2006 5 // author: przyjazn (MirekW) 6 // licence: GNU GPL 7 // ************************************************************************ 8 9 10 # if (isset($_GET['login'])) { $login = $_GET['login']; }; 11 $login = "main"; # if not set 12 13 # include the ClassFile 14 include( dirname(__FILE__)."/cstat.inc.php" ); 15 16 # create, read, and save data 17 $stat = new CStat(); 18 $stat->run( $login ); 19 20 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |