source: sandbox/2.3-MailArchiver/calendar/js/dhtmlx/samples/04_export/php/json_writer.php @ 6779

Revision 6779, 97 bytes checked in by rafaelraymundo, 12 years ago (diff)

Ticket #2946 - Liberado Expresso(branch 2.3) integrado ao MailArchiver?.

Line 
1<?php
2file_put_contents("./data.json",$_POST["data"]);
3header("Location:./php/dummy.html");
4?>
Note: See TracBrowser for help on using the repository browser.