You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
die('This software cannot be installed on a server wich runs ISPConfig 2.x.');
165
+
if(is_dir('/home/admispconfig')) {
166
+
die('This software cannot be installed on a server which runs ISPConfig 2.x.');
167
+
} else {
168
+
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.');
die('This software cannot be installed on a server wich runs ISPConfig 2.x.');
99
+
if(is_dir('/home/admispconfig')) {
100
+
die('This software cannot be installed on a server which runs ISPConfig 2.x.');
101
+
} else {
102
+
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.');
103
+
}
100
104
}
101
105
102
106
// Patch is required to reapir latest amavis versions
0 commit comments