Browse Source

minor changes

develop
Emre Akay 12 years ago
parent
commit
0ea6409608
  1. 2
      application/config/aauth.php
  2. 2
      application/libraries/Aauth.php

2
application/config/aauth.php

@ -19,7 +19,7 @@ $config['aauth'] = array(
'no_permission' => '/',
//name of admin group
'admin_group' => 'admin',
//the new user is added in it
//name of default group, the new user is added in it
'default_group' => 'default',
// public group , people who not logged in
'public_group' => 'public',

2
application/libraries/Aauth.php

@ -218,6 +218,7 @@ class Aauth {
return $query = $this->CI->db->insert( $this->config_vars['pm'], $data );
}
// updates user's last activity date
public function update_activity($user_id = FALSE) {
@ -961,6 +962,7 @@ class Aauth {
* performance impr. // tablo isimlerini configden çekmesin
* captcha
* mail fonksiyonları imtihanı
* pm için okundu ve göster, sil, engelle? die fonksiyonlar eklencek
*
* Done staff
* -----------

Loading…
Cancel
Save