<?php defined('SYSPATH') or die('No direct access allowed.');

/**
 * This class overrides Kohana's Cookie
 *
 * @package    PTA/Modifications
 * @category   Classes
 * @category   Helpers
 * @author     Deon George
 * @copyright  (c) 2010 phpTSMadmin Development Team
 * @license    http://phptsmadmin.sf.net/license.html
 */
class Cookie extends Kohana_Cookie {
	public static $salt = 'PTA';
}
?>