|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Variables | |
| $delay = $_GET['delay'] | |
| $origin = $_GET['origin'] | |
| if(isset($origin)) header("Access-Control-Allow-Origin else if ( $_SERVER["HTTP_ORIGIN"]) | $allowCredentials = $_GET['allowCredentials'] |
| if(isset($allowCredentials)) header("Access-Control-Allow-Credentials | $allowCache = $_GET['allowCache'] |
| if(isset($allowCache)) header("Cache-Control | $name = $_GET['name'] |
| $fp = fopen($name, 'rb') | |
| $contentType = $_GET['contentType'] | |
| exit | |
| if (isset( $allowCredentials)) header("Access-Control-Allow-Credentials $allowCache = $_GET['allowCache'] |
| if (isset( $origin)) header("Access-Control-Allow-Origin else if ( $_SERVER["HTTP_ORIGIN"]) $allowCredentials = $_GET['allowCredentials'] |
| $contentType = $_GET['contentType'] |
| $delay = $_GET['delay'] |
| $fp = fopen($name, 'rb') |
| exit |
1.8.13