Skip to content

Commit feec447

Browse files
committed
Added detection of existing installs in install.php
1 parent bc56972 commit feec447

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install/install.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
die('This software can not be installed on a server wich runs ISPConfig 2.x.');
9696
}
9797

98+
if(is_dir('/usr/local/ispconfig')) {
99+
die('ISPConfig 3 installation found. Please use update.php instead if install.php to update the installation.');
100+
}
101+
98102
//** Detect the installed applications
99103
$inst->find_installed_apps();
100104

0 commit comments

Comments
 (0)