preparing for 2.6 yui upgrade

This commit is contained in:
JT Smith 2008-10-22 18:36:26 +00:00
parent eea207b3ec
commit a041e93da8
1632 changed files with 0 additions and 812103 deletions

View file

@ -1,13 +0,0 @@
<?php
/* yadl_spaceid - Skip Stamping */
header('Content-type: application/json');
?>
{"Results":
[
{"Name":"A","Value":"<?php echo rand(0, 99); ?>"},
{"Name":"B","Value":"<?php echo rand(0, 99); ?>"},
{"Name":"C","Value":"<?php echo rand(0, 99); ?>"},
{"Name":"D","Value":"<?php echo rand(0, 99); ?>"},
{"Name":"E","Value":"<?php echo rand(0, 99); ?>"}
]}