Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guilherme Filippo
ISPConfig 3
Commits
feec447f
Commit
feec447f
authored
Feb 10, 2010
by
tbrehm
Browse files
Added detection of existing installs in install.php
parent
bc569728
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/install.php
View file @
feec447f
...
...
@@ -95,6 +95,10 @@ if(is_dir('/root/ispconfig') || is_dir('/home/admispconfig')) {
die
(
'This software can not be installed on a server wich runs ISPConfig 2.x.'
);
}
if
(
is_dir
(
'/usr/local/ispconfig'
))
{
die
(
'ISPConfig 3 installation found. Please use update.php instead if install.php to update the installation.'
);
}
//** Detect the installed applications
$inst
->
find_installed_apps
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment