Fixing file upload params ($_FILES) normalization. Closes #75
[akelos.git] / vendor / domit / xml_domit_include.php
blobfa8a1ab8a9acad50817065025f66d0cae5faa4e9
1 <?php
2 /**
3 * @package domit-xmlparser
4 * @copyright (C) 2004 John Heinstein. All rights reserved
5 * @license http://www.gnu.org/copyleft/lesser.html LGPL License
6 * @author John Heinstein <johnkarl@nbnet.nb.ca>
7 * @link http://www.engageinteractive.com/domit/ DOMIT! Home Page
8 * DOMIT! is Free Software
9 **/
11 /** The file system path to the domit library */
12 define('DOMIT_INCLUDE_PATH', (dirname(__FILE__) . "/"));
13 require_once(DOMIT_INCLUDE_PATH . 'xml_domit_parser.php');