- Timestamp:
- May 11, 2022, 10:10:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/NetworkConfigLinux/Generators/CheckPorts.php
r932 r935 3 3 class ConfigCheckPorts extends NetworkConfigItem 4 4 { 5 function CheckPortStatus( $IP, $Port,$Protocol = 'tcp'): int5 function CheckPortStatus(string $IP, int $Port, string $Protocol = 'tcp'): int 6 6 { 7 7 $Timeout = 1;
Note:
See TracChangeset
for help on using the changeset viewer.