Blame view

html/Oscilloscope/Curseurs/1_Choix/cmd_choix.php 220 Bytes
c825216f   lwadbled   feat(main.php): R...
1
2
3
4
5
6
7
8
  <?php
  	/* Commande Mode du curseur */
  	if(array_key_exists('crms',$_POST)){
  		$crms=$_POST["crms"];
  		shell_exec('lxi scpi -a '.$adresse.' "crms '.$crms.'"');
  	}
  	$crms=shell_exec('lxi scpi -a '.$adresse.' "crms?"');
  ?>