cmd_trigger_mode.php 217 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 <?php /* Commande Trigger Mode */ if(array_key_exists('trmd',$_POST)){ $trig=$_POST['trmd']; shell_exec('lxi scpi -a '.$adresse.' "trmd '.$trig.'"'); } $trmd=shell_exec('lxi scpi -a '.$adresse.' "trmd?"'); ?>