From 4d0370af5747ceebbdb8781f13490d52a6860c3b Mon Sep 17 00:00:00 2001 From: REJack Date: Wed, 6 Aug 2014 04:04:56 +0200 Subject: [PATCH] Update aauth.php --- application/config/aauth.php | 37 ++---------------------------------- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/application/config/aauth.php b/application/config/aauth.php index 34c4c1b..9bbdbff 100644 --- a/application/config/aauth.php +++ b/application/config/aauth.php @@ -64,43 +64,10 @@ $config['aauth'] = array( // system email. 'email' => 'admin@admin.com', - 'name' => 'Emre Akay', - 'subject' => 'Account Vertification', - 'reset' => 'Pasword Reset', - - - // error mesages - // change to your language - - 'email_taken' => 'E-mail is already taken', - 'email_invalid' => 'E-mail invalid', - 'pass_invalid' => 'Password invalid', - 'name_invalid' => 'Name invalid', - 'code' => 'Your code is: ', - 'link' => ' or you can copy and paste falowing link http://localhost/vert/', - - 'remind' => 'If you want to reset your password click the copy and go the link below http://localhost/reset/', - 'new_password' => 'Your new password is : ', - - // no access - 'no_access' => 'You dont have access.', - - // - 'wrong' => 'E-mail or Password is wrong.', - 'exceeded' => 'Login try limit exceeded.', - 'no_user' => 'User not Exist', - 'not_verified' => 'Please verify your account.', - 'group_exist' => 'Group already exists', - 'no_group' => 'Group doesn\'t exists', - 'self_pm' => 'It is not reasonable to send pm to yourself :)', - 'no_pm' => 'Pm not found', - - //info - 'already_member' => 'User already member of group', - 'already_perm' => 'Permission name already existed' + 'name' => 'Emre Akay' ); /* End of file autoload.php */ -/* Location: ./application/config/autoload.php */ \ No newline at end of file +/* Location: ./application/config/autoload.php */