install/lib/installer_base.lib.php | ●●●●● 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 @@ } ?> ?>