initial
This commit is contained in:
6
setSnd.php
Normal file
6
setSnd.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
$newWhi= $_POST['newWhi'];
|
||||
$sndHost = "192.168.101.226";
|
||||
$cmdCurl = "curl -s -A MEI-LAN-REMOTE-CALL ";
|
||||
exec("$cmdCurl -d cCMD_EXEC.x=100 -d cCMD_EXEC.y=100 -d cSETTING=7 -d cDATA=$newWhi http://$sndHost/WAN/dvdr/dvdr_chg_theater_sound.cgi",$successSnd);
|
||||
?>
|
||||
Reference in New Issue
Block a user