Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2107 → Rev 2108

/web/still_connected.php
1,7 → 1,7
<?php
 
//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;