some small refactoring and bug fixing.
This commit is contained in:
@@ -114,7 +114,7 @@ class Cookie {
|
||||
*/
|
||||
protected static function hash($name, $value)
|
||||
{
|
||||
return sha1($name.$value.Config::get('application.key'));
|
||||
return sha1($name.$value.Config::$items['application']['key']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user