Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2107 → Rev 2108

/web/status.php
297,10 → 297,9
}
//store in a file user @IP who can join this page.
$filename='/tmp/current_users.txt';
$filename='/var/tmp/havp/current_users.txt';
//change me avoid duplicate user @IP
$change_me = 1;
 
//check if filename exists
if(file_exists($filename)){
$fichier = fopen($filename, "r");