source: trunk/jabberit_messenger/client.php @ 382

Revision 382, 416 bytes checked in by niltonneto, 16 years ago (diff)

Inclusão do módulo JabberIt? Messenger, novo módulo de mensagens
instantâneas do Expresso. É uma customização do projeto original
Jeti, e foi desenvolvido em Java.

  • Property svn:executable set to *
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.