Browse Source

changed version to 2.5.13

2.5-stable v2.5.13
Raphael Jackstadt 8 years ago committed by GitHub
parent
commit
282cb23791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      application/libraries/Aauth.php

10
application/libraries/Aauth.php

@ -13,7 +13,7 @@
*
* @copyright 2014-2016 Emre Akay
*
* @version 2.5.12
* @version 2.5.13
*
* @license LGPL
* @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License
@ -72,11 +72,11 @@ class Aauth {
public $flash_infos = array();
/**
* The CodeIgniter object variable
* The CodeIgniter object variable
* @access public
* @var object
*/
public $aauth_db;
* @var object
*/
public $aauth_db;
########################
# Base Functions

Loading…
Cancel
Save