source: trunk/jabberit_messenger/client.php @ 2153

Revision 2153, 518 bytes checked in by alexandrecorreia, 14 years ago (diff)

Ticket #911 - Correcao para unificacao do ajax dentro dos modulos

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