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

Revision 7355, 149 bytes checked in by alexandrecorreia, 12 years ago (diff)

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

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