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