- <?
- /**
- * The Default resource file.
- * Setup of the Default DB system constants
- * This file must be included after the Define.php
- *
- * @package db
- * @filesource
- * @see HTML_DB_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
- */
-
- /**
- * Default Database Prefix to use. You MUST update files accordingly
- * @global DEFAULT_DATABASE_PREFIX Default Database Prefix to use
- */
- define('DEFAULT_DATABASE_PREFIX','demo_');
-
- /**
- * @global DEFAULT_ROLE_TYPE Default Role Type and Name
- */
- define('DEFAULT_ROLE_TYPE',ROLE_TYPE_BROWSE);
- define('DEFAULT_ROLE_NAME',ROLE_NAME_BROWSE);
- ?>