source: sandbox/2.4.3-expresso-rest/negrinha/index.php @ 7368

Revision 7368, 150 bytes checked in by alexandrecorreia, 11 years ago (diff)

Ticket #3093 - Configuração dos servidores com API REST.

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