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

include "/etc/services/INFSVCS/infservices.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
infsvcs_wan("1");
コード例 #2
0
ファイル: INFSVCS.WAN-4.php プロジェクト: jhbsz/DIR-850L_A1
<?php

include "/etc/services/INFSVCS/infservices.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
infsvcs_wan("4");
コード例 #3
0
ファイル: INFSVCS.WAN-3.php プロジェクト: jhbsz/DIR-850L_A1
<?php

include "/etc/services/INFSVCS/infservices.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
infsvcs_wan("3");
コード例 #4
0
ファイル: INFSVCS.WAN-2.php プロジェクト: jhbsz/DIR-850L_A1
<?php

include "/etc/services/INFSVCS/infservices.php";
fwrite("w", $START, "#!/bin/sh\n");
fwrite("w", $STOP, "#!/bin/sh\n");
infsvcs_wan("2");