Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 459 → Rev 460

/web/acc/admin/activity.php
73,7 → 73,7
exec ('sudo /usr/sbin/chilli_query list|sort -k5 -r', $output);
while (list(,$ligne) = each($output)){
$detail = explode (" ", $ligne);
if ($detail[1] != "0.0.0.0"){
if (($detail[1] != "0.0.0.0")&&($detail[1] != "1.0.0.0")){
$nb_ligne ++;
echo "<FORM action='".$_SERVER['PHP_SELF']."' method=POST>";
echo "<TR>";