Sha256: 6c571d2a700c96f7b9eae06445387b847339b5d8e9bd69c3b114c66e3e40ba88
Contents?: true
Size: 248 Bytes
Versions: 12
Compression:
Stored size: 248 Bytes
Contents
<?php error_reporting(0); if ( $_REQUEST['header'] ) { if ( $_REQUEST['header'] == "ecma" ) { header("Content-type: application/ecmascript"); } else { header("Content-type: text/javascript"); } } ?> ok( true, "Script executed correctly." );
Version data entries
12 entries across 12 versions & 2 rubygems