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:
JT Smith 2008-10-22 23:53:29 +00:00
parent a041e93da8
commit 20f8df1291
2106 changed files with 993560 additions and 237 deletions

View file

@ -0,0 +1,8 @@
<?php
header('Content-type: application/json');
//header('Content-type: text/plain');
echo(json_encode(array(
POST => $_POST,
GET => $_GET
)));
?>