- <?
- /**
- * The DB Init Package.
- * This is the init file for the myPHP mysql - db package
- *
- * @package db-init
- * @filesource
- * @see MYPHP_DB_INIT_PATH/init.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 HTML_DB_INIT_PATH Defines the Path to each package, FIXED, do not change
- */
- define('HTML_DB_INIT_PATH' , MYPHP_DB_INIT_PATH.'/html');
- define('HTML_DB_INIT_SQL_SETUP_PATH' , HTML_DB_PATH.'/sql-setup');
- define('HTML_DB_INIT_SQL_CREATE_PATH' , HTML_DB_PATH.'/sql-create');
- define('HTML_DB_INIT_SQL_INSERT_PATH' , HTML_DB_PATH.'/sql-insert');
- ?>