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
ISPConfig
ISPConfig 3
Commits
67cae4ac
Commit
67cae4ac
authored
Mar 12, 2009
by
tbrehm
Browse files
Added version number to installer text.
parent
1ff812c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/scripts/ispconfig_update.php
View file @
67cae4ac
...
...
@@ -96,7 +96,7 @@ if($method == 'stable') {
if
(
$new_version
!=
ISPC_APP_VERSION
)
{
passthru
(
'/usr/local/ispconfig/server/scripts/update_from_tgz.sh'
);
}
else
{
echo
"There are no updates available
.
\n
"
;
echo
"There are no updates available
for ISPConfig "
.
ISPC_APP_VERSION
.
"
\n
"
;
}
}
else
{
passthru
(
'/usr/local/ispconfig/server/scripts/update_from_svn.sh'
);
...
...
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