ISPConfig 3 SVN installer bug (syntax error in PHP)
Hello,
There is a syntax error in the file installer_base.lib.php of the latest SVN:
PHP Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING in /tmp/trunk/install/lib/installer_base.lib.php on line 1429
A dot is missing for string concatenation.
if(is_file($install_dir.'/interface/ssl/ispserver.crt') ....
..... && is_file($install_dir -----> . <-------- '/interface/ssl/ispserver.key')) {
Thanks,
George.
|
Recent comments
12 hours 37 min ago
12 hours 43 min ago
17 hours 41 min ago
1 day 22 min ago
1 day 1 hour ago
1 day 2 hours ago
1 day 6 hours ago
1 day 13 hours ago
1 day 17 hours ago
1 day 18 hours ago