2006-03-27 05:37:27 +02:00
|
|
|
<?php
|
|
|
|
// Pandora - The Free Monitoring System
|
|
|
|
// This code is protected by GPL license.
|
|
|
|
// Este codigo esta protegido por la licencia GPL.
|
|
|
|
// Sancho Lerena <slerena@gmail.com>, 2003-2005
|
|
|
|
|
|
|
|
// Cargamos variables globales
|
|
|
|
require("include/config.php");
|
|
|
|
//require("include/functions.php");
|
|
|
|
//require("include/functions_db.php");
|
|
|
|
if (comprueba_login() == 0) {
|
|
|
|
echo "<h2>".$lang_label["users"]."</h2>";
|
2006-07-09 16:58:02 +02:00
|
|
|
echo "<h3>".$lang_label["users_statistics"]."<a href='help/".$help_code."/chap2.php#24' target='_help' class='help'> <span>".$lang_label["help"]."</span></a></h3>";
|
2006-03-27 05:37:27 +02:00
|
|
|
echo '<img src="reporting/fgraph.php?tipo=user_activity" border=0>';
|
|
|
|
echo "<br><br>";
|
|
|
|
}
|
2006-07-04 12:09:39 +02:00
|
|
|
?>
|