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
setVol.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$newVol= $_POST['newVol'];
$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 cVOLUME=$newVol http://$sndHost/WAN/dvdr/dvdr_volume_ctrl.cgi",$successVol);
?>