mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
changed currentapp to addressbook, to not allow access without run-rights for addressbook
This commit is contained in:
parent
a5ca0539aa
commit
9fd05b8872
@ -15,7 +15,7 @@
|
|||||||
$GLOBALS['phpgw_info']['flags'] = array(
|
$GLOBALS['phpgw_info']['flags'] = array(
|
||||||
'noheader' => True,
|
'noheader' => True,
|
||||||
'nonavbar' => True,
|
'nonavbar' => True,
|
||||||
'currentapp' => 'home', // resolves to phpgwapi, which is not allowed itself
|
'currentapp' => 'addressbook',
|
||||||
'enable_nextmatchs_class' => True
|
'enable_nextmatchs_class' => True
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -24,9 +24,9 @@
|
|||||||
// add a content-type header to overwrite an existing default charset in apache (AddDefaultCharset directiv)
|
// add a content-type header to overwrite an existing default charset in apache (AddDefaultCharset directiv)
|
||||||
header('Content-type: text/html; charset='.$GLOBALS['phpgw']->translation->charset());
|
header('Content-type: text/html; charset='.$GLOBALS['phpgw']->translation->charset());
|
||||||
|
|
||||||
$GLOBALS['phpgw_info']['flags']['currentapp'] = 'addressbook';
|
|
||||||
include('templates/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'].'/head.inc.php');
|
include('templates/'.$GLOBALS['phpgw_info']['user']['preferences']['common']['template_set'].'/head.inc.php');
|
||||||
|
|
||||||
|
$GLOBALS['phpgw']->template->set_root(PHPGW_TEMPLATE_DIR);
|
||||||
$GLOBALS['phpgw']->template->set_file(array(
|
$GLOBALS['phpgw']->template->set_file(array(
|
||||||
'addressbook_list_t' => 'addressbook.tpl',
|
'addressbook_list_t' => 'addressbook.tpl',
|
||||||
));
|
));
|
||||||
|
Loading…
Reference in New Issue
Block a user