<?php

define("NO_REQUESTHANDLER", "1");

header("Content-Type: text/xml; charset=UTF-8");
setlocale(LC_TIME, 'en_US.UTF-8');
echo '<?xml version="1.0" encoding="UTF-8"?>';

include_once($GLOBALS['mytyInstallPath'] . '/modules/crowdfunding/includes/config.inc.php');
include($GLOBALS['mytyInstallPath'] . '/modules/crowdfunding/mvc/controller/project.controller.php');
