mirror of
https://github.com/yanfeizhang/coder-kung-fu.git
synced 2026-05-08 06:52:39 +08:00
25 lines
310 B
PHP
25 lines
310 B
PHP
<?php
|
|
|
|
$ports = array(
|
|
8100,
|
|
8101,
|
|
8102,
|
|
8103,
|
|
8104,
|
|
8105,
|
|
8106,
|
|
8107,
|
|
8108,
|
|
8109,
|
|
8110,
|
|
8111,
|
|
8112,
|
|
8113,
|
|
8114,
|
|
8115,
|
|
8116,
|
|
8117,
|
|
8118,
|
|
8119,
|
|
);
|