Many misc fixes

This commit is contained in:
Deon George
2012-02-22 19:15:46 +11:00
parent f0f6479ca2
commit d9c3394b0f
14 changed files with 47 additions and 18 deletions

View File

@@ -18,6 +18,6 @@ return array(
'minpass_length' => 4,
// Location to openssl config
'config' => 'appliation/config/openssl.cnf',
'config' => 'application/config/openssl.cnf',
);
?>