- <?
- /**
- * This is the init file for the myPHP File system
- *
- * @package file
- * @filesource
- * @see MYPHP_FILE_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
- */
-
- /**
- * HTML_FILE_PATH
- * Defines the Path to the File package, FIXED, do not change ...
- * @global HTML_FILE_PATH, Html File path
- */
- define('HTML_FILE_PATH' , MYPHP_FILE_PATH.'/html');
-
- /**
- * HTML_FILE_PATH
- * Defines the Path to the File package, FIXED, do not change ...
- * @global HTML_FILE_UTIL_PATH, Html File path
- */
- define('HTML_FILE_UTIL_PATH', HTML_FILE_PATH.'/util');
- ?>