source: sandbox/webservice/rest/index.php @ 7466

Revision 7466, 130 bytes checked in by alexandrecorreia, 11 years ago (diff)

Ticket #3171 - Módulo REST para configuração dos servidores.

Line 
1<?php
2       
3        $phpgw_flags['currentapp'] = 'rest';
4        $GLOBALS['phpgw_info']['flags'] = $phpgw_flags;
5       
6        include('../header.inc.php');
7?>
Note: See TracBrowser for help on using the repository browser.