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