cmd_utility.php 186 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 <?php /* Commande fonctions */ if(array_key_exists('utility',$_POST)){ $bouton=$_POST['utility']; shell_exec('lxi scpi -a '.$adresse.' "VKEY VALUE,KB_'.$bouton.',STATE,1"'); } ?>