phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-site config.inc.php.template,1.4


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-site config.inc.php.template,1.4,1.5
Date: Wed, 11 Sep 2002 23:55:59 -0400

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-site
In directory subversions:/tmp/cvs-serv4906

Modified Files:
        config.inc.php.template 
Log Message:
Changes for dir links


Index: config.inc.php.template
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-site/config.inc.php.template,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** config.inc.php.template     7 Sep 2002 05:21:36 -0000       1.4
--- config.inc.php.template     12 Sep 2002 03:55:57 -0000      1.5
***************
*** 6,10 ****
        $sitemgr_info = array(
                // add trailing slash
!               'phpgw_path'           => '/var/www/html/phpgroupware/'
        );
  
--- 6,11 ----
        $sitemgr_info = array(
                // add trailing slash
!               'phpgw_path'           => '/var/www/html/phpgroupware/',
!               'htaccess_404'         => 'disabled'
        );
  
***************
*** 32,36 ****
                $sitemgr_info = array(
                        'phpgw_path'           => $sitemgr_info['phpgw_path'],
!                       'usethemes'            => (int) 
$pref->getPreference('usethemes'),
                        'sitemgr-site_path'    => 
$pref->getPreference('sitemgr-site-dir'),
                        'sitemgr-site_url'     => 
$pref->getPreference('sitemgr-site-url'),
--- 33,38 ----
                $sitemgr_info = array(
                        'phpgw_path'           => $sitemgr_info['phpgw_path'],
!                       'htaccess_404'         => $sitemgr_info['htaccess_404'],
!                       'usethemes'            => (int) 
$pref->getPreference('interface'),
                        'sitemgr-site_path'    => 
$pref->getPreference('sitemgr-site-dir'),
                        'sitemgr-site_url'     => 
$pref->getPreference('sitemgr-site-url'),





reply via email to

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