FundacionLQDVI_WebCongresos/www/libraries/domit/php_http_server_include.php

4 lines
149 B
PHP
Raw Normal View History

<?php
define('PHP_HTTP_TOOLS_INCLUDE_PATH', (dirname(__FILE__) . "/"));
require_once(PHP_HTTP_TOOLS_INCLUDE_PATH . 'php_http_server_generic.php');
?>