- <?
- /**
- * The Default resource file.
- * Setup of the Default MVC system constants
- * This file must be included after the Define.php
- *
- * @package mvc
- * @filesource
- * @see HTML_MVC_RESOURCE_PATH/Default.php
- * @copyright (c) http://Finn-Rasmussen.com
- * @license http://Finn-Rasmussen.com/license/ myPHP License conditions
- * @author http://Finn-Rasmussen.com
- * @version 1.9
- * @since 21-oct-2005
- */
-
- /**
- * @global DEFAULT_MY_COOKIE_NAME Default Cookie Name for login and Basket
- */
- define('DEFAULT_MVC_COOKIE_NAME','mvcCookieName');
-
- /**
- * @global DEFAULT_MVC_USERNAME Default MVC Username to use
- */
- define('DEFAULT_MVC_USERNAME', '');
- ?>