Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
v0.3.22
Browse files Browse the repository at this point in the history
  • Loading branch information
lesha724 committed Jan 31, 2020
1 parent 6a6f466 commit 47ccc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mb_internal_encoding("UTF-8");
ini_set('expose_php', 'Off');

define('ASU_PORTAL_VERSION', '0.3.21');
define('ASU_PORTAL_VERSION', '0.3.22');

// Debug is on when remote address is localhost
defined('YII_DEBUG') or $_SERVER['REMOTE_ADDR'] === '127.0.0.1' and define('YII_DEBUG', true);
Expand Down

0 comments on commit 47ccc54

Please sign in to comment.