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

/* fatlady is used to validate the configuration for the specific service.
 * 3 variables should be returned for the result:
 * FATLADY_result, FATLADY_node & FATLADY_message. */
include "/htdocs/phplib/fatlady/DHCPS/dhcpserver.php";
fatlady_dhcps($FATLADY_prefix, "DHCPS6.LAN-3");
コード例 #2
0
ファイル: DHCPS4.LAN-2.php プロジェクト: jhbsz/DIR-850L_A1
<?php

/* fatlady is used to validate the configuration for the specific service.
 * 3 variables should be returned for the result:
 * FATLADY_result, FATLADY_node & FATLADY_message. */
include "/htdocs/phplib/fatlady/DHCPS/dhcpserver.php";
fatlady_dhcps($FATLADY_prefix, "DHCPS4.LAN-2");
コード例 #3
0
ファイル: DHCPS4.BRIDGE-1.php プロジェクト: jhbsz/DIR-850L_A1
<?php

/* fatlady is used to validate the configuration for the specific service.
 * 3 variables should be returned for the result:
 * FATLADY_result, FATLADY_node & FATLADY_message. */
include "/htdocs/phplib/fatlady/DHCPS/dhcpserver.php";
fatlady_dhcps($FATLADY_prefix, "DHCPS4.BRIDGE-1");