- <?
- /**
- * The Sax Package.
- * This is the init file for the myPHP Sax package
- *
- * @package sax
- * @filesource
- * @see MYPHP_SAX_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_SAX_PATH Defines the Path to the Sax package, FIXED, do not change ...
- */
- define('HTML_SAX_PATH' , MYPHP_SAX_PATH.'/html');
- define('HTML_SAX_COMPONENT_PATH', HTML_SAX_PATH.'/component');
- define('HTML_SAX_RESOURCE_PATH' , HTML_SAX_PATH.'/resource');
- ?>