Blame view

html/Generateur/Fonctions/Waves/cmd_waves.php 182 Bytes
c825216f   lwadbled   feat(main.php): R...
1
2
3
4
5
6
7
  <?php
  	/* Commande fonctions */
  	if(array_key_exists('waves',$_POST)){
  		$bouton=$_POST['waves'];
  		shell_exec('lxi scpi -a '.$adresse.' "VKEY VALUE,KB_'.$bouton.',STATE,1"');
  	}
  ?>