Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
de492a12
Commit
de492a12
authored
Dec 23, 2015
by
Marius Burkard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
One-liner is not good to read.
parent
f837b6c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
install/lib/installer_base.lib.php
install/lib/installer_base.lib.php
+3
-2
No files found.
install/lib/installer_base.lib.php
View file @
de492a12
...
...
@@ -133,7 +133,8 @@ class installer_base {
//** Detect PHP-Version
public
function
get_php_version
()
{
if
(
version_compare
(
PHP_VERSION
,
$this
->
min_php
,
'<'
))
return
false
;
else
return
true
;
if
(
version_compare
(
PHP_VERSION
,
$this
->
min_php
,
'<'
))
return
false
;
else
return
true
;
}
//** Detect installed applications
...
...
@@ -2743,4 +2744,4 @@ Email Address []:
}
?>
?>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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