steffen: server/kolab-webadmin/kolab-webadmin/www/admin/service index.php, 1.11, 1.12 service.php, 1.4, NONE

cvs at intevation.de cvs at intevation.de
Fri Dec 3 01:02:14 CET 2004


Author: steffen

Update of /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/service
In directory doto:/tmp/cvs-serv32611/kolab-webadmin/www/admin/service

Modified Files:
	index.php 
Removed Files:
	service.php 
Log Message:
Fix for Issue329 (legacy status for ftp etc.)

Index: index.php
===================================================================
RCS file: /kolabrepository/server/kolab-webadmin/kolab-webadmin/www/admin/service/index.php,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- index.php	21 Oct 2004 20:29:46 -0000	1.11
+++ index.php	3 Dec 2004 00:02:12 -0000	1.12
@@ -202,8 +202,8 @@
 				  array( 'service' => 'imap', 'name'  => _('IMAP Service'), 'enabled' => toboolstr( $imap ) ),
 				  array( 'service' => 'imaps', 'name' => _('IMAP/SSL Service (TCP port 993)'), 'enabled' => toboolstr( $imaps ) ),
 				  array( 'service' => 'sieve', 'name' => _('Sieve service (TCP port 2000)'), 'enabled' => toboolstr( $sieve ) ),
-				  array( 'service' => 'ftp', 'name'   => _('FTP FreeBusy Service'), 'enabled' => toboolstr( $ftp ) ),
-				  array( 'service' => 'http', 'name'  => _('HTTP FreeBusy Service'), 'enabled' => toboolstr( $http ) ),
+				  array( 'service' => 'ftp', 'name'   => _('FTP FreeBusy Service (Legacy, not interoperable with Kolab2 FreeBusy)'), 'enabled' => toboolstr( $ftp ) ),
+				  array( 'service' => 'http', 'name'  => _('HTTP FreeBusy Service (Legacy)'), 'enabled' => toboolstr( $http ) ),
 				  array( 'service' => 'amavis', 'name' => _('Amavis Virus Scanning'), 'enabled' => toboolstr( $amavis ) ) );
 
 /**** Check for system aliases ****/

--- service.php DELETED ---





More information about the commits mailing list