diff --git a/install.php b/install.php index 3c363e8..b6aebf3 100644 --- a/install.php +++ b/install.php @@ -15,14 +15,7 @@ // Load bootstrap file require_once(ROOT . DS . 'monstra' . DS . 'bootstrap.php'); - - // Setting error display depending on debug mode or not - // Get php version id - if ( ! defined('PHP_VERSION_ID')){ - $version = PHP_VERSION; - define('PHP_VERSION_ID', ($version{0} * 10000 + $version{2} * 100 + $version{4})); - } - + // Get array with the names of all modules compiled and loaded $php_modules = get_loaded_extensions(); @@ -182,7 +175,8 @@