Skip to content

Commit 4096880

Browse files
committed
missing parenthesis
1 parent 8a4596b commit 4096880

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162

163163
//** Check for ISPConfig 2.x versions
164164
if(is_dir('/root/ispconfig') || is_dir('/home/admispconfig')) {
165-
if(is_dir('/home/admispconfig') {
165+
if(is_dir('/home/admispconfig')) {
166166
die('This software cannot be installed on a server which runs ISPConfig 2.x.');
167167
} else {
168168
die('This software cannot be installed on a server which runs ISPConfig 2.x; the presence of the /root/ispconfig/ directory may indicate an ISPConfig 2.x installation, otherwise you can remove or rename it to continue.');

install/update.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
//** Check for ISPConfig 2.x versions
9898
if(is_dir('/root/ispconfig') || is_dir('/home/admispconfig')) {
99-
if(is_dir('/home/admispconfig') {
99+
if(is_dir('/home/admispconfig')) {
100100
die('This software cannot be installed on a server which runs ISPConfig 2.x.');
101101
} else {
102102
die('This software cannot be installed on a server which runs ISPConfig 2.x; the presence of the /root/ispconfig/ directory may indicate an ISPConfig 2.x installation, otherwise you can remove or rename it to continue.');

0 commit comments

Comments
 (0)