release 1.3.4

This commit is contained in:
Newcomer1989
2019-12-23 00:00:50 +01:00
parent ba2fe90fef
commit 49bf90fb18
43 changed files with 2375 additions and 459 deletions

View File

@@ -19,9 +19,9 @@ $phpcommand = 'php';
#$phpcommand = 'C:\PHP7\php.exe';
#$phpcommand = 'C:\wamp\bin\php\php.exe';
#$phpcommand = 'C:\xampp\php\php.exe';
# On blanks inside the path you need to escape these with special marks --> \" <-- at the beginning and end of the path, see example below
# On blanks or special characters inside the path, you need to escape these with special marks --> \" <-- at the beginning and end of the path, see example below
#$phpcommand = '\"C:\Program Files (x86)\PHP\php.exe\"';
#$phpcommand = '\"C:\Program Files (x86)\Plesk\Additional\PHP73\php.exe"';
#$phpcommand = '\"C:\Program Files (x86)\Plesk\Additional\PHP73\php.exe\"';
##
##
## OTHER