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
d1386ac2
Commit
d1386ac2
authored
Dec 23, 2008
by
Antennipasi
Browse files
Up-to-date lenny/sid should return 5.0 as version since 2008-12-04
parent
9e356a00
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/lib/install.lib.php
View file @
d1386ac2
...
...
@@ -70,7 +70,7 @@ function get_distname() {
$distbaseid
=
'debian'
;
swriteln
(
"Operating System: Debian 4.0 or compatible
\n
"
);
}
if
(
trim
(
file_get_contents
(
'/etc/debian_version'
))
==
'
lenny/sid
'
)
{
if
(
trim
(
file_get_contents
(
'/etc/debian_version'
))
==
'
5.0
'
)
{
$distname
=
'Debian'
;
$distver
=
'Lenny/Sid'
;
$distid
=
'debian40'
;
...
...
@@ -565,4 +565,4 @@ function is_installed($appname) {
?>
\ No newline at end of file
?>
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