Browse Source

Merge pull request #9 from emreakay/1.0

Version 1.0 last commit
develop
Emre Akay 11 years ago
parent
commit
324afa52a2
  1. 3
      application/controllers/example.php
  2. 2
      application/libraries/Aauth.php

3
application/controllers/example.php

@ -7,8 +7,7 @@ if (!defined('BASEPATH'))
* *
* @property Login_control $Login_control * @property Login_control $Login_control
* @property Aauth $aauth Description * @property Aauth $aauth Description
* * @version 1.0
*
*/ */
class Example extends CI_Controller { class Example extends CI_Controller {

2
application/libraries/Aauth.php

@ -11,6 +11,8 @@
* *
* @copyright 2014 Emre Akay * @copyright 2014 Emre Akay
* *
* @version 1.0
*
* @license LGPL * @license LGPL
* @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License * @license http://opensource.org/licenses/LGPL-3.0 Lesser GNU Public License
* *

Loading…
Cancel
Save