Blame view

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