phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wiki/admin index.php,1.2,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/admin index.php,1.2,1.3
Date: Mon, 03 Mar 2003 09:16:26 -0500

Update of /cvsroot/phpgroupware/wiki/admin
In directory subversions:/tmp/cvs-serv15091/admin

Modified Files:
        index.php 
Log Message:
first version of phpgw port, includes:
- automatic install by setup(3)
- some example data

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/admin/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** index.php   3 Mar 2003 13:37:05 -0000       1.2
--- index.php   3 Mar 2003 14:16:23 -0000       1.3
***************
*** 2,9 ****
  // $Id$
  if(empty($Save) && empty($Block) && empty($Unblock)) {
! $phpgw_info["flags"] = array ("currentapp" => "axiswiki",
                                                         
"enable_nextmatchs_class" => True );
  } else {
!                               $phpgw_info["flags"] = array ("currentapp" => 
"axiswiki",
                                                         
"enable_nextmatchs_class" => True,
                                                         "noheader" => True );
--- 2,9 ----
  // $Id$
  if(empty($Save) && empty($Block) && empty($Unblock)) {
! $phpgw_info["flags"] = array ("currentapp" => "wiki",
                                                         
"enable_nextmatchs_class" => True );
  } else {
!                               $phpgw_info["flags"] = array ("currentapp" => 
"wiki",
                                                         
"enable_nextmatchs_class" => True,
                                                         "noheader" => True );
***************
*** 25,29 ****
  else {
                echo "You are not authorized to access this page.<br><a 
href=\"";
!               echo $GLOBALS['phpgw']->link("/axiswiki/index.php");
                echo "\">Go Back</a>";
  }
--- 25,29 ----
  else {
                echo "You are not authorized to access this page.<br><a 
href=\"";
!               echo $GLOBALS['phpgw']->link("/wiki/index.php");
                echo "\">Go Back</a>";
  }





reply via email to

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