ionic-Material Design , Codecanyon
This commit is contained in:
11
IonicMaterialDesign/www/lib/jQuery/test/data/script.php
Normal file
11
IonicMaterialDesign/www/lib/jQuery/test/data/script.php
Normal file
@@ -0,0 +1,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." );
|
||||
Reference in New Issue
Block a user