source: trunk/jabberit_messenger/client.php @ 1766

Revision 1766, 442 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #808 - Busca implementada utilizando somente os grupos cadastrados.

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