phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wiki/parse html.php,1.6,1.7


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wiki/parse html.php,1.6,1.7
Date: Thu, 06 Mar 2003 19:19:17 -0500

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

Modified Files:
        html.php 
Log Message:
some new features and some fixes
- wiki is now configurable to run anonymous, access can be restricted to ro
- admin's are always able to edit a page
- fixed blocking of hosts


Index: html.php
===================================================================
RCS file: /cvsroot/phpgroupware/wiki/parse/html.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** html.php    6 Mar 2003 17:38:20 -0000       1.6
--- html.php    7 Mar 2003 00:19:14 -0000       1.7
***************
*** 190,194 ****
  function html_toolbar_top()
  {
!       global $HomePage, $PrefsScript;
      
        return html_ref($HomePage, $HomePage) . ' | ' .
--- 190,194 ----
  function html_toolbar_top()
  {
!       global $HomePage, $PrefsScript,$AdminScript;
      
        return html_ref($HomePage, $HomePage) . ' | ' .
***************
*** 196,200 ****
             '<a href="' . $PrefsScript . '">Preferences</a>' .
               ($GLOBALS['phpgw_info']['user']['apps']['admin'] ?
!             ' | <a 
href="'.$GLOBALS['phpgw']->link("/wiki/admin/index.php").'">Administration</a>' 
: '').'<br>';
  }
  function html_history_entry($page, $version, $time, $host, $user, $c1, $c2,
--- 196,200 ----
             '<a href="' . $PrefsScript . '">Preferences</a>' .
               ($GLOBALS['phpgw_info']['user']['apps']['admin'] ?
!             ' | <a href="'.$AdminScript.'">Administration</a>' : '').'<br>';
  }
  function html_history_entry($page, $version, $time, $host, $user, $c1, $c2,





reply via email to

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