We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc56972 commit feec447Copy full SHA for feec447
1 file changed
install/install.php
@@ -95,6 +95,10 @@
95
die('This software can not be installed on a server wich runs ISPConfig 2.x.');
96
}
97
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
+
102
//** Detect the installed applications
103
$inst->find_installed_apps();
104
0 commit comments