Initial Commit
This commit is contained in:
5
database/install/portcheck.bat
Normal file
5
database/install/portcheck.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@echo off
|
||||
echo "Checking necessary ports! Please wait ..."
|
||||
set PHP_BIN=..\php\php.exe
|
||||
set CONFIG_PHP=portcheck.php -80,443,3306,21,14147,8080
|
||||
%PHP_BIN% -n -d output_buffering=0 %CONFIG_PHP%
|
||||
Reference in New Issue
Block a user