Subversion Repositories ALCASAR

Rev

Rev 335 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 335 Rev 460
Line 71... Line 71...
71
		</tr>";
71
		</tr>";
72
		$output = array(); $nb_ligne = 0;
72
		$output = array(); $nb_ligne = 0;
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")&&($detail[1] != "1.0.0.0")){
77
				$nb_ligne ++;
77
				$nb_ligne ++;
78
				echo "<FORM action='".$_SERVER['PHP_SELF']."' 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>";