Files @ f4e0e3085bf0
Branch filter:

Location: hot67beta/libraries/domit/php_http_server_include.php

ethanzonca@localhost.localdomain
morepad
1
2
3
4
<?php
define('PHP_HTTP_TOOLS_INCLUDE_PATH', (dirname(__FILE__) . "/"));
require_once(PHP_HTTP_TOOLS_INCLUDE_PATH . 'php_http_server_generic.php');
?>