phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wiki config.php,1.5,1.6


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki config.php,1.5,1.6
Date: Thu, 06 Mar 2003 12:38:55 -0500

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

Modified Files:
        config.php 
Log Message:
wiki works now with session in cookie's on AND off


Index: config.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/config.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** config.php  4 Mar 2003 22:56:10 -0000       1.5
--- config.php  6 Mar 2003 17:38:13 -0000       1.6
***************
*** 16,20 ****
  // $HomePage determines the "main" page of your wiki.  If browsers do not ask
  // to see a specific page they will be shown the home page.  This should be
! // a wiki page name, like 'AcmeProjectWiki'.
  $HomePage = 'PhpGroupWare';
  
--- 16,20 ----
  // $HomePage determines the "main" page of your wiki.  If browsers do not ask
  // to see a specific page they will be shown the home page.  This should be
! // a EXISTING (!!!) wiki page name, like 'AcmeProjectWiki'.
  $HomePage = 'PhpGroupWare';
  
***************
*** 33,49 ****
  
  // Always have the Preview under the Edit
  $EditWithPreview = 1;
  
  // $ScriptBase determines the location of your wiki script.  It should 
indicate
  // the full URL of the main index.php script itself.
! # simply set the relative directory here for phpgw support
! $ScriptBase = $GLOBALS['phpgw']->link('/wiki/index.php');
  
  // $AdminScript indicates the location of your admin wiki script.  It should
  // indicate the full URL of the admin/index.php script itself.
! $AdminScript = $GLOBALS['phpgw']->link('/wiki/admin/index.php');
  
  // $WikiLogo determines the location of your wiki logo.
! $WikiLogo = 
$GLOBALS['phpgw']->link('/wiki/templates/default/images/navbar.gif');
  
  // $MetaKeywords indicates what keywords to report on the meta-keywords tag.
--- 33,49 ----
  
  // Always have the Preview under the Edit
+ // phpGW extension
  $EditWithPreview = 1;
  
  // $ScriptBase determines the location of your wiki script.  It should 
indicate
  // the full URL of the main index.php script itself.
! # this is NOT configurable for phpgw
  
  // $AdminScript indicates the location of your admin wiki script.  It should
  // indicate the full URL of the admin/index.php script itself.
! # this is NOT configurable for phpgw
  
  // $WikiLogo determines the location of your wiki logo.
! $WikiLogo = $GLOBALS['phpgw']->common->find_image('wiki','navbar.gif');
  
  // $MetaKeywords indicates what keywords to report on the meta-keywords tag.
***************
*** 67,71 ****
  //   and block others from accessing the wiki.
  // If $AdminEnabled is set to 0, administrator control will be disallowed.
! $AdminEnabled = 1;
  
  ?>
--- 67,71 ----
  //   and block others from accessing the wiki.
  // If $AdminEnabled is set to 0, administrator control will be disallowed.
! # this is not used in phpGW, only phpGW admins have admin-rights
  
  ?>





reply via email to

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