upgrading to YUI 2.6
data tables are going to need some work yet, but the other stuff seems to be working 100%
This commit is contained in:
parent
a041e93da8
commit
20f8df1291
2106 changed files with 993560 additions and 237 deletions
8
www/extras/yui/tests/connection/submitReporter.php
Normal file
8
www/extras/yui/tests/connection/submitReporter.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
header('Content-type: application/json');
|
||||
//header('Content-type: text/plain');
|
||||
echo(json_encode(array(
|
||||
POST => $_POST,
|
||||
GET => $_GET
|
||||
)));
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue