diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php
index 80fb854e..fcf961d7 100644
--- a/application/views/dashboard/index.php
+++ b/application/views/dashboard/index.php
@@ -160,7 +160,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc)
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) { ?>
-
+
diff --git a/index.php b/index.php
index 7d8fe56d..a606f51a 100644
--- a/index.php
+++ b/index.php
@@ -74,7 +74,7 @@ switch (ENVIRONMENT)
case 'testing':
case 'production':
ini_set('display_errors', 0);
- if (version_compare(PHP_VERSION, '5.3', '>='))
+ if (version_compare(PHP_VERSION, '7.0', '>='))
{
error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED & ~E_STRICT & ~E_USER_NOTICE & ~E_USER_DEPRECATED);
}