Example #1
0
<?php

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

include "/etc/services/DHCPS/dhcps6.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps6setup("LAN-5");
Example #3
0
<?php

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

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

include "/etc/services/DHCPS/dhcps6.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps6setup("LAN-1");
Example #6
0
<?php

include "/etc/services/DHCPS/dhcps6.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
dhcps6setup("LAN-4");