diff --git a/build/portal/html/classes/template.class.php b/build/portal/html/classes/template.class.php index e38e182..5a5afd3 100644 --- a/build/portal/html/classes/template.class.php +++ b/build/portal/html/classes/template.class.php @@ -37,7 +37,7 @@ // Check if the portal is installed or needs upgraded. - $thisVersion = "2.2.0"; + $thisVersion = "2.3.0"; if (!file_exists($_SERVER['DOCUMENT_ROOT']."/classes/settings.class.php")) { header ("Location: /install/install.php");