コード例 #1
0
ファイル: DHCPS6.BRIDGE-1.php プロジェクト: jhbsz/DIR-850L_A1
<?php

/* setcfg is used to move the validated session data to the configuration database.
 * The variable, 'SETCFG_prefix',  will indicate the path of the session data. */
include "/htdocs/phplib/setcfg/libs/dhcpserver.php";
dhcps_setcfg($SETCFG_prefix, "DHCPS6.BRIDGE-1");
コード例 #2
0
ファイル: DHCPS4.LAN-1.php プロジェクト: jhbsz/DIR-850L_A1
<?php

/* setcfg is used to move the validated session data to the configuration database.
 * The variable, 'SETCFG_prefix',  will indicate the path of the session data. */
include "/htdocs/phplib/setcfg/libs/dhcpserver.php";
dhcps_setcfg($SETCFG_prefix, "DHCPS4.LAN-1");
コード例 #3
0
ファイル: DHCPS6.LAN-2.php プロジェクト: jhbsz/DIR-850L_A1
<?php

/* setcfg is used to move the validated session data to the configuration database.
 * The variable, 'SETCFG_prefix',  will indicate the path of the session data. */
include "/htdocs/phplib/setcfg/libs/dhcpserver.php";
dhcps_setcfg($SETCFG_prefix, "DHCPS6.LAN-2");