source: trunk/jabberit_messenger/client.php @ 2152

Revision 2152, 565 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        if( file_exists("../controller.php") )
9        {
10                require_once("../header.session.inc.php");
11        }
12       
13        $GLOBALS['phpgw_info']['flags'] = array(
14                                                        'currentapp' => $_SESSION['phpgw_info']['expresso']['currentapp'],
15                                                        'nonavbar'   => true,
16                                                        'noheader'   => true
17                                                );
18        require_once("../header.inc.php");
19       
20        require_once(dirname(__FILE__)."/inc/login.php");
21?>
Note: See TracBrowser for help on using the repository browser.