cmd_burst.php 182 Bytes
<?php
	/* Commande fonctions */
	if(array_key_exists('burst',$_POST)){
		$bouton=$_POST['burst'];
		shell_exec('lxi scpi -a '.$adresse.' "VKEY VALUE,KB_'.$bouton.',STATE,1"');
	}
?>