webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Variables | |
$mimeType = isset($_GET['mimetype']) ? $_GET['mimetype'] : 'text/plain' | |
$content = isset($_GET['content']) ? $_GET['content'] : 'Missing mimetype or content query parameter.' | |
$content = isset($_GET['content']) ? $_GET['content'] : 'Missing mimetype or content query parameter.' |
$mimeType = isset($_GET['mimetype']) ? $_GET['mimetype'] : 'text/plain' |