fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [17388] add session info to logout url


From: sigurdne
Subject: [Fmsystem-commits] [17388] add session info to logout url
Date: Sun, 3 Dec 2017 11:47:01 -0500 (EST)

Revision: 17388
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=17388
Author:   sigurdne
Date:     2017-12-03 11:47:00 -0500 (Sun, 03 Dec 2017)
Log Message:
-----------
add session info to logout url

Modified Paths:
--------------
    trunk/phpgwapi/templates/bkbooking/head.inc.php
    trunk/phpgwapi/templates/bookingfrontend/head.inc.php

Modified: trunk/phpgwapi/templates/bkbooking/head.inc.php
===================================================================
--- trunk/phpgwapi/templates/bkbooking/head.inc.php     2017-12-03 16:26:08 UTC 
(rev 17387)
+++ trunk/phpgwapi/templates/bkbooking/head.inc.php     2017-12-03 16:47:00 UTC 
(rev 17388)
@@ -234,7 +234,7 @@
        //              $tpl_vars['org_url'] = 
"/bookingfrontend/?menuaction=bookingfrontend.uiorganization.show&id=".$orgid;
                }
                $tpl_vars['login_text'] = $bouser->orgnr . ' :: ' . 
lang('Logout');
-               $tpl_vars['login_url'] = 'logout.php';
+               $tpl_vars['login_url'] = 
$GLOBALS['phpgw']->link('/bookingfrontend/logout.php', array());
        }
        else
        {

Modified: trunk/phpgwapi/templates/bookingfrontend/head.inc.php
===================================================================
--- trunk/phpgwapi/templates/bookingfrontend/head.inc.php       2017-12-03 
16:26:08 UTC (rev 17387)
+++ trunk/phpgwapi/templates/bookingfrontend/head.inc.php       2017-12-03 
16:47:00 UTC (rev 17388)
@@ -224,7 +224,7 @@
                        $tpl_vars['org_url'] = 
$GLOBALS['phpgw']->link('/bookingfrontend/', 
array('menuaction'=>'bookingfrontend.uiorganization.show', 'id'=> $orgid));
                }
                $tpl_vars['login_text'] = $bouser->orgnr . ' :: ' . 
lang('Logout');
-               $tpl_vars['login_url'] = 'logout.php';
+               $tpl_vars['login_url'] = 
$GLOBALS['phpgw']->link('/bookingfrontend/logout.php', array());
        }
        else
        {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]