Example #1
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
upnpsetup("LAN-6");
Example #2
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
upnpsetup("LAN-1");
Example #3
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
upnpsetup("LAN-4");
Example #4
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
upnpsetup("LAN-2");
Example #5
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
upnpsetup("BRIDGE-1");
Example #6
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
upnpsetup("LAN-3");
Example #7
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
upnpsetup("BRIDGE-2");
Example #8
0
<?php

include "/etc/services/HTTP/httpsvcs.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
upnpsetup("LAN-5");