initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?
|
||||
include "functions.php";
|
||||
include "config.php";
|
||||
$online = mysql_fetch_row(mysql_query("select count(id) from `online` WHERE `real_time` >= ".(time()-60).";"));
|
||||
echo $online[0];
|
||||
?>
|
||||
Reference in New Issue
Block a user