source: trunk/prototype/post.php @ 5341

Revision 5341, 196 bytes checked in by wmerlotto, 12 years ago (diff)

Ticket #2434 - Commit inicial do novo módulo de agenda do Expresso - expressoCalendar

Line 
1<?php
2
3if( !isset($_REQUEST['data']) ) return;
4
5$data = $_REQUEST['data']; unset( $_REQUEST['data'] );
6
7require_once "app/controller.php";
8
9echo json_encode( Controller::put( $_REQUEST, $data ) );
Note: See TracBrowser for help on using the repository browser.