phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/index.php, 1.1.1.7


From: nomail
Subject: [Phpgroupware-cvs] property/index.php, 1.1.1.7
Date: Thu, 13 May 2004 20:09:41 +0200

Update of /property
Modified Files:
        Branch: 
          index.php

date: 2004/05/13 18:09:41;  author: sigurdne;  state: Exp;  lines: +37 -1

Log Message:
no message
=====================================================================
Index: property/index.php
diff -u property/index.php:1.1.1.6 property/index.php:1.1.1.7
--- property/index.php:1.1.1.6  Wed May  5 07:15:01 2004
+++ property/index.php  Thu May 13 18:09:41 2004
@@ -1,3 +1,39 @@
 <?php
-       header('Location: ../index.php');
+       
/**************************************************************************\
+       * phpGroupWare - property                                               
   *
+       * http://www.phpgroupware.org                                           
   *
+       *                                                                       
   *
+       * Facilities Management                                                 
   *
+       * Written by Sigurd Nes [sigurdne at online.no]                         
   *
+       * 
------------------------------------------------------------------------ *
+       * Copyright 2000 - 2003 Free Software Foundation, Inc                   
   *
+       * This program is part of the GNU project, see http://www.gnu.org/      
   *
+       * 
------------------------------------------------------------------------ *
+       * This program is free software; you can redistribute it and/or modify 
it  *
+       * under the terms of the GNU General Public License as published by the 
   *
+       * Free Software Foundation; either version 2 of the License, or (at 
your   *
+       * option) any later version.                                            
   *
+       
\**************************************************************************/
 
+       $currentapp='property';
+
+       $GLOBALS['phpgw_info']['flags'] = array
+       (
+               'currentapp'    => $currentapp
+       );
+
+       include('../header.inc.php');
+
+       
$start_page=$GLOBALS['phpgw_info']['user']['preferences'][$currentapp]['default_start_page'];
+
+       if ($start_page)
+       {
+               
$start_page='menuaction='.$currentapp.'.ui'.$start_page.'.index';
+       }
+       else
+       {
+               $start_page='menuaction='.$currentapp.'.uilocation.index';
+       }
+
+       $GLOBALS['phpgw']->redirect_link('/index.php',$start_page);
+?>




reply via email to

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