Subversion Repositories ALCASAR

Rev

Rev 59 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 59 Rev 96
Line 73... Line 73...
73
		exec ('sudo /usr/sbin/chilli_query list|sort -k5 -r', $output);
73
		exec ('sudo /usr/sbin/chilli_query list|sort -k5 -r', $output);
74
		while (list(,$ligne) = each($output)){
74
		while (list(,$ligne) = each($output)){
75
			$detail = explode (" ", $ligne);
75
			$detail = explode (" ", $ligne);
76
			if ($detail[1] != "0.0.0.0"){
76
			if ($detail[1] != "0.0.0.0"){
77
				$nb_ligne ++;
77
				$nb_ligne ++;
78
				echo "<FORM action='activity.php' method=POST>";
78
				echo "<FORM action='".$_SERVER['PHP_SELF']."' method=POST>";
79
				echo "<TR>";
79
				echo "<TR>";
80
				echo "<TD>"; echo $nb_ligne; echo "</TD>";
80
				echo "<TD>"; echo $nb_ligne; echo "</TD>";
81
				echo "<TD>"; echo $detail[1]; echo "</TD>";
81
				echo "<TD>"; echo $detail[1]; echo "</TD>";
82
				echo "<TD>"; echo $detail[0]; echo "</TD>";
82
				echo "<TD>"; echo $detail[0]; echo "</TD>";
83
				echo "<TD>";
83
				echo "<TD>";