Skip to content

Commit

Permalink
Version CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
sayghteight committed Nov 7, 2022
1 parent 50f5439 commit b616391
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions application/config/blizzcms.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,11 @@
*
*/
$config['check_realm_local'] = false;

/**
*
* Version CMS
*
*
*/
$config['cms_version'] = '1.2.1';
2 changes: 1 addition & 1 deletion application/libraries/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct()
{
$this->CI =& get_instance();

// $this->version = $this->CI->config->item('cms_version');
$this->version = $this->CI->config->item('cms_version');

$update = new AutoUpdate(FCPATH . 'temp', FCPATH . '', 60);

Expand Down

0 comments on commit b616391

Please sign in to comment.