preparing to upgrade yui

This commit is contained in:
JT Smith 2008-03-25 16:12:16 +00:00
parent 1d7ee90a34
commit e00050ad1c
1636 changed files with 0 additions and 815350 deletions

View file

@ -1,16 +0,0 @@
<?php
/* yadl_spaceid - Skip Stamping */
header('Content-Type: application/json');
$messages =<<<END
[
{ "animal" : "Cat", "message" : "Meow" },
{ "animal" : "Dog", "message" : "Woof" },
{ "animal" : "Cow", "message" : "Moo" },
{ "animal" : "Duck", "message" : "Quack" },
{ "animal" : "Lion", "message" : "Roar" }
]
END;
echo($messages);
?>