phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: wcm/website/templates frame.tpl,1.11,1.12


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: wcm/website/templates frame.tpl,1.11,1.12
Date: Tue, 26 Feb 2002 23:10:14 -0500

Update of /cvsroot/phpgroupware/wcm/website/templates
In directory subversions:/tmp/cvs-serv31350/website/templates

Modified Files:
        frame.tpl 
Log Message:
Add new config for anon user password; phpGroupWare install location and anon 
user/pass
now set during publish (not hardcoded in template)



Index: frame.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/wcm/website/templates/frame.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** frame.tpl   25 Feb 2002 04:04:00 -0000      1.11
--- frame.tpl   27 Feb 2002 04:10:11 -0000      1.12
***************
*** 111,116 ****
        function refresh_page($sname='', $pname='')
        {
!               $login  = 'anonymous';
!               $passwd = 'anonymous1';
                $phpgw_info = array();
  
--- 111,116 ----
        function refresh_page($sname='', $pname='')
        {
!               $login  = '{anonusername}';
!               $passwd = '{anonpassword}';
                $phpgw_info = array();
  
***************
*** 121,125 ****
                        'nonavbar'   => True
                );
!               include('/usr/local/apache/htdocs/phpgroupware/header.inc.php');
  
                if(!$GLOBALS['sessionid'])
--- 121,125 ----
                        'nonavbar'   => True
                );
!               include('{phpgwdir}header.inc.php');
  
                if(!$GLOBALS['sessionid'])




reply via email to

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