source: Dev/trunk/src/client/dojox/atom/tests/io/app.php

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 129 bytes
Line 
1<?php
2if($_SERVER['REQUEST_METHOD'] == 'POST'){
3        header('Location: http://example.com/samplefeed.xml/entry/10', true, 201);
4}
5?>
Note: See TracBrowser for help on using the repository browser.