diff options
author | Michael Francis <edude03@gmail.com> | 2011-07-09 23:26:33 -0400 |
---|---|---|
committer | Michael Francis <edude03@gmail.com> | 2011-07-09 23:26:33 -0400 |
commit | a5e050a96665e72101b087a3cd10c69b5e6b89d1 (patch) | |
tree | 51fbf3f3a13f7fd0847eed2fa3130e305f9d1342 /config | |
parent | a8bda745c77c38ce7c3bcf719d6d821cd35766f3 (diff) | |
download | otakuhub-a5e050a96665e72101b087a3cd10c69b5e6b89d1.tar.xz |
Cleanup
Diffstat (limited to 'config')
-rw-r--r-- | config/bootstrap/auth.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/bootstrap/auth.php b/config/bootstrap/auth.php index ea6ef2e..67c3143 100644 --- a/config/bootstrap/auth.php +++ b/config/bootstrap/auth.php @@ -27,9 +27,8 @@ Auth::config(array( 'validators' => array( 'password' => function($form, $data) { return password::check($form, $data); - }) - ) -); + })) +)); $secret = "cake"; |