source: companies/celepar/jabberit_messenger/client.php @ 763

Revision 763, 416 bytes checked in by niltonneto, 15 years ago (diff)

Importação inicial do Expresso da Celepar

Line 
1<?php
2   /*****************************************************
3        * Applet - JabberIt
4        * Colaboradores : Alexandre Correia / Rodrigo Souza
5        *
6        ***************************************************/
7
8
9        $GLOBALS['phpgw_info']['flags'] = array(
10                                                'currentapp' => 'jabberit_messenger',
11                                                'nonavbar'   => true,
12                                                'noheader'   => true,
13                                                );
14
15        include('../header.inc.php');
16
17        require_once 'inc/login.php';
18?>
Note: See TracBrowser for help on using the repository browser.