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