This commit is contained in:
root
2016-04-23 19:36:15 -04:00
parent 8ed48c9e49
commit c1e2025eda
137 changed files with 11583 additions and 0 deletions

6
setSnd.php Normal file
View 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);
?>