Blame view

vendor/bower-asset/jquery/test/data/script.php 248 Bytes
b2a15e0c   Dmitryi   роли и права поль...
1
2
3
4
5
6
7
8
9
10
11
  <?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." );