From 37e57df6d503fcf3db501b4a23961434a5a0f18f Mon Sep 17 00:00:00 2001 From: lesha724 Date: Wed, 29 Jan 2020 11:24:18 +0200 Subject: [PATCH] v0.3.21 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index df589c4f..93a209dc 100755 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ mb_internal_encoding("UTF-8"); ini_set('expose_php', 'Off'); -define('ASU_PORTAL_VERSION', '0.3.20'); +define('ASU_PORTAL_VERSION', '0.3.21'); // Debug is on when remote address is localhost defined('YII_DEBUG') or $_SERVER['REMOTE_ADDR'] === '127.0.0.1' and define('YII_DEBUG', true);