Subversion Repositories ALCASAR

Rev

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

Rev 3179 Rev 3226
Line 149... Line 149...
149
		}
149
		}
150
		elseif($titre == "ip"){
150
		elseif($titre == "ip"){
151
			exec("head -n 15 ".escapeshellarg($bl_categorie_ip_file)." | cut -d ' ' -f3", $resultat);
151
			exec("head -n 15 ".escapeshellarg($bl_categorie_ip_file)." | cut -d ' ' -f3", $resultat);
152
		}
152
		}
153
		else {
153
		else {
154
			exec("head -n 15 ".escapeshellarg($bl_categorie_ip_file), $resultat);
154
			exec("head -n 15 ".escapeshellarg($bl_categorie_url_file), $resultat);
155
		}
155
		}
156
		for($i=0; $i<count($resultat); $i++){
156
		for($i=0; $i<count($resultat); $i++){
157
			echo $resultat[$i]."<br/>";
157
			echo $resultat[$i]."<br/>";
158
		}
158
		}
159
		?>
159
		?>