コード例 #1
0
ファイル: INET.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/INET/inet.php";
fatlady_inet($FATLADY_prefix, "BRIDGE-1", "0");
コード例 #2
0
ファイル: INET.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/INET/inet.php";
fatlady_inet($FATLADY_prefix, "LAN-2", "0");
コード例 #3
0
ファイル: INET.WAN-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/INET/inet.php";
fatlady_inet($FATLADY_prefix, "WAN-2", "1");
コード例 #4
0
ファイル: INET.WAN-5.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/INET/inet.php";
fatlady_inet($FATLADY_prefix, "WAN-5", "0");