source: trunk/expressoMail1_2/inc/hook_preferences.inc.php @ 1036

Revision 1036, 420 bytes checked in by amuller, 15 years ago (diff)

Ticket #559 - Atualização de segurança

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<?php
2        $GLOBALS['phpgw_info']['flags'] = array(
3                'currentapp' => 'expressoMail1_2',
4                'nonavbar'   => true,
5                'noheader'   => true
6        );
7
8        require_once $_SERVER[ 'DOCUMENT_ROOT' ] . '/header.inc.php';
9{
10        $title = $appname;
11        $file = array(
12                'Preferences'     => $GLOBALS['phpgw']->link('/preferences/preferences.php','appname='.$appname)
13        );
14        //Do not modify below this line
15        display_section($appname,$title,$file);
16}
17?>
Note: See TracBrowser for help on using the repository browser.