Initial Membership Database Work
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
/**
|
||||
* This class overrides Kohana's Cookie
|
||||
*
|
||||
* @package AER
|
||||
* @package Membership Database
|
||||
* @category Modifications
|
||||
* @author Deon George
|
||||
* @copyright (c) 2014 Deon George
|
||||
* @license http://dev.leenooks.net/license.html
|
||||
*/
|
||||
class Cookie extends Kohana_Cookie {
|
||||
public static $salt = 'AER';
|
||||
public static $salt = 'Photo';
|
||||
}
|
||||
?>
|
||||
|
Reference in New Issue
Block a user