source: trunk/prototype/converter.php @ 5341

Revision 5341, 287 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
3require_once 'app/controller.php';
4
5$args = Controller::call( 'parse',
6
7                          array( 'service' => $_REQUEST['type'] ),
8
9                          isset( $_FILES['data'] ) ? file_get_contents( $_FILES['data']['tmp_name'] ) : $_REQUEST['data'],
10
11                          $_REQUEST['params'] );
12
13require_once 'Sync.php';
14
15?>
Note: See TracBrowser for help on using the repository browser.