Marius Burkard
2015-12-23 de492a129186f5e1d0d1aad4173950b52ee778f3
One-liner is not good to read.
1 files modified
5 ■■■■■ changed files
install/lib/installer_base.lib.php 5 ●●●●● patch | view | raw | blame | history
install/lib/installer_base.lib.php
@@ -133,7 +133,8 @@
    //** 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 @@
}
?>
?>