ports/129249: [Maintainer Update]deskutils/egroupware

Wen Heping wenheping at gmail.com
Fri Nov 28 07:40:07 UTC 2008


>Number:         129249
>Category:       ports
>Synopsis:       [Maintainer Update]deskutils/egroupware
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 28 07:40:06 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Wen Heping
>Release:        FreeBSD 8.0-CURRENT i386
>Organization:
ChangAn Midlle School 
>Environment:


System: FreeBSD 8.0-CURRENT #0: Sun Sep 21 18:56:51 HKT 2008
    root at fb8.wenjing.com:/usr/obj/usr/src/sys/GENERIC



>Description:


update to 1.6.001 from 1.4.004


>How-To-Repeat:





>Fix:


--- eg16.diff.txt begins here ---
diff -curN egroupware/Makefile egroupware.new/Makefile
--- egroupware/Makefile	2008-11-12 23:13:21.000000000 +0800
+++ egroupware.new/Makefile	2008-11-28 21:12:26.000000000 +0800
@@ -4,36 +4,42 @@
 #
 # $FreeBSD: ports/deskutils/egroupware/Makefile,v 1.31 2008/07/12 05:03:55 kuriyama Exp $
 
-PORTNAME=	eGroupWare
-PORTVERSION=	1.4.004
-PORTREVISION=	1
+PORTNAME=	eGroupware
+PORTVERSION=	1.6.001
+PORTREVISION=	4
 CATEGORIES=	deskutils
 MASTER_SITES=	SF
-DISTNAME=	${PORTNAME}-${PORTVERSION}-2
 
 MAINTAINER=	wenheping at gmail.com
 COMMENT=	A web based GroupWare system
 
+BUILD_DEPENDS=  ${PEARDIR}/Auth/SASL.php:${PORTSDIR}/security/pear-Auth_SASL \
+		${PEARDIR}/Net/IMAP.php:${PORTSDIR}/mail/pear-Net_IMAP \
+		${PEARDIR}/Net/Sieve.php:${PORTSDIR}/net/pear-Net_Sieve \
+		${PEARDIR}/XML/Feed/Parser.php:${PORTSDIR}/textproc/pear-XML_Feed_Parser \
+		${PEARDIR}/Log/null.php:${PORTSDIR}/sysutils/pear-Log \
+		${PEARDIR}/HTTP/WebDAV/Server.php:${PORTSDIR}/www/pear-HTTP_WebDAV_Server
+RUN_DEPENDS=    ${BUILD_DEPENDS}
+
+PEARDIR=	${LOCALBASE}/share/pear
 USE_BZIP2=	yes
 NO_BUILD=	yes
-#WRKSRC=		${DEST}
-
-DEST=		${PREFIX}/www/data-dist/egroupware
+PLIST=          ${WRKDIR}/plist
+SUB_FILES=	pkg-message
+SUB_LIST=	EG_DIR=${EG_DIR} \
+		EG_DATA=${EG_DATA}
 
 OPTIONS=	MYSQL "Use MySQL database" on \
 		POSTGRE "Use PostgreSQL Database" off \
 		IMAP "Enable Mail support in eGroupware" on \
 		GD "Enable graphic support (needs xorg-libraries)" off \
-		PEAR "Req. by SyncML (see pkg-msg for php.ini)" on \
-		LDAP "Contacts can be stored using OpenLDAP" off
-#	doesn't work!	MBSTRING "Support for complete UTF-8 charsets" off
+		LDAP "Contacts can be stored using OpenLDAP" off \
+		MBSTRING "Support for complete UTF-8 charsets" off
 
 .include <bsd.port.pre.mk>
-
-USE_PHP=	pcre session xml
-
 .if defined(WITH_MYSQL)
 USE_PHP+=	mysql
+USE_PHP+=	pdo_mysql
 .endif
 .if defined(WITH_POSTGRE)
 USE_PHP+=	pgsql
@@ -47,48 +53,42 @@
 .if defined(WITH_GD)
 USE_PHP+=	gd
 .endif
-.if defined(WITH_PEAR)
-RUN_DEPENDS=	${LOCALBASE}/share/pear/Log/null.php:${PORTSDIR}/sysutils/pear-Log
-.endif
 .if defined(WITH_LDAP)
 USE_PHP+=	ldap
 .endif
 
-.include "${PORTSDIR}/Mk/bsd.php.mk"
-
-do-extract:
-	${MKDIR} ${WRKDIR}
+WRKSRC=	${WRKDIR}/egroupware
+EG_DIR=	www/eg
+EG_WWWDIR=	${PREFIX}/${EG_DIR}
+EG_DATA=	www/egdata
+EG_DATADIR=	${PREFIX}/www/egdata
+
+pre-install:
+	@${FIND} -s -d ${WRKSRC} -type f | ${SED} "s#${WRKSRC}#${EG_DIR}#g" >${PLIST}
+	@${FIND} -s -d ${WRKSRC} -type d  | ${SED} "s#${WRKSRC}#@dirrm ${EG_DIR}#g" >> ${PLIST}
+	@${ECHO} @dirrm ${EG_DATA}/files >> ${PLIST}
+	@${ECHO} @dirrm ${EG_DATA}/backup >> ${PLIST}
+	@${ECHO} @dirrm ${EG_DATA} >> ${PLIST}
 
 do-install:
-	${MKDIR} ${DEST}
-	cd ${DEST}/.. && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${DISTFILES} ${EXTRACT_AFTER_ARGS}
-	@${FIND} ${DEST} -name .svn -type d | ${XARGS} ${RM} -rf
-	${MKDIR} /var/db/egroupware/default
-	${MKDIR} /var/db/egroupware/default/files
-	${MKDIR} /var/db/egroupware/default/backup
-	${MKDIR} /var/db/egroupware/default/sessions
-	${CHMOD} g+w ${DEST} ${DEST}/phpgwapi/images
-	${CHMOD} -R g+w /var/db/egroupware
-	${CHGRP} ${WWWGRP} ${DEST} ${DEST}/phpgwapi/images
-	${CHGRP} -R ${WWWGRP} /var/db/egroupware
-	${MV} ${DEST}/setup/inc/class.setup_process.inc.php ${WRKDIR}
-	${SED} s,/var/lib/,/var/db/, ${WRKDIR}/class.setup_process.inc.php > \
-		${DEST}/setup/inc/class.setup_process.inc.php
-
-# --- postgresql.conf
-# tcpip_socket = true
-# ports = 5432
-#
-# --- pg_hba.conf
-# local $dbname trust
-# host  $dbname all   127.0.0.1 255.255.255.255 md5
-#
-# --- php.ini
-# memory_limit = 16M (or above)
-#
-# createuser $dbuser -P -A -d
-# createdb -U $dbuser $dbname
-#
-# Open http://localhost/egroupware/setup/index.php
+	${MKDIR} ${EG_WWWDIR}
+	@cd ${WRKSRC} && ${COPYTREE_SHARE} . ${EG_WWWDIR}
+	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${EG_WWWDIR}
+	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${EG_WWWDIR}' \
+		>> ${TMPPLIST}
+	${CHMOD} -R 755 ${EG_WWWDIR}
+	@${ECHO_CMD} '@exec ${CHMOD} -R 755 ${EG_WWWDIR}' >> ${TMPPLIST}
+
+	${MKDIR} ${EG_DATADIR}
+	${MKDIR} ${EG_DATADIR}/files
+	${MKDIR} ${EG_DATADIR}/backup
+	@${CHOWN} -R ${WWWOWN}:${WWWGRP} ${EG_DATADIR}
+	@${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${EG_DATADIR}' \
+		>> ${TMPPLIST}
+	${CHMOD} -R 755 ${EG_DATADIR}
+	@${ECHO_CMD} '@exec ${CHMOD} -R 755 ${EG_DATADIR}' >> ${TMPPLIST}
+
+post-install:
+	${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.post.mk>
diff -curN egroupware/distinfo egroupware.new/distinfo
--- egroupware/distinfo	2008-11-12 23:13:21.000000000 +0800
+++ egroupware.new/distinfo	2008-11-28 20:38:59.000000000 +0800
@@ -1,3 +1,3 @@
-MD5 (eGroupWare-1.4.004-2.tar.bz2) = 17533db1679a756de2c91f6dc065eb25
-SHA256 (eGroupWare-1.4.004-2.tar.bz2) = fec225330ba94a7a566d998438357119f70a639bf932abeb6468139db34dc7e1
-SIZE (eGroupWare-1.4.004-2.tar.bz2) = 10035344
+MD5 (eGroupware-1.6.001.tar.bz2) = 95fef56b60b21b1dbd5b402e4af29d95
+SHA256 (eGroupware-1.6.001.tar.bz2) = 1c7442b34e629065419e4414ae96b7990a6c0f5fdc411ee556259744e7594ba7
+SIZE (eGroupware-1.6.001.tar.bz2) = 9021592
diff -curN egroupware/files/pkg-message.in egroupware.new/files/pkg-message.in
--- egroupware/files/pkg-message.in	1970-01-01 08:00:00.000000000 +0800
+++ egroupware.new/files/pkg-message.in	2008-11-28 21:15:29.000000000 +0800
@@ -0,0 +1,45 @@
+==============================================================
+POST-INSTALL CONFIGURATION FOR eGroupware
+
+
+Make sure in your php.ini session.save_path='/tmp' is writable
+upload_max_filesize >= 8M
+
+1) Create a user and a database for eGroupware to store all
+   its tables in (or choose an existing database).
+   It doesn't matter what the database or user names are,
+   as this will be configured in a later step.
+
+2) Add the following to your Apache configuration, and
+   restart the server:
+
+   ### Add the AcceptPathInfo directive only for Apache 2.0.30 or later.
+   Alias /eg %%PREFIX%%/%%EG_DIR%%/
+   AcceptPathInfo On
+   <Directory %%PREFIX%%/%%EG_DIR%%>
+      AllowOverride None
+      Order Allow,Deny
+      Allow from all 
+   </Directory>
+   <Directory %%PREFIX%%/%%EG_DATA%%>
+      AllowOverride None
+      Order Allow,Deny
+      Deny from all 
+   </Directory>
+
+3) Visit your eGroupware site with a browser (i.e.,
+   http://your.server.com/eg/), and you should
+   be taken to the install.php script, which will lead
+   you through creating a config file and then
+   setting up eGroupware, creating an admin account, etc.
+
+4) When you come to the setup page,please set the files'
+and backup's full path with:
+   %%PREFIX%%/%%EG_DATA%%/files
+   %%PREFIX%%/%%EG_DATA%%/backup
+
+For more information, see the INSTALL DOCUMENTATION:
+
+http://www.egroupware.org/index.php?page_name=wiki&lang=&wikipage=ManualSetup
+
+======================================================
diff -curN egroupware/pkg-plist egroupware.new/pkg-plist
--- egroupware/pkg-plist	2008-11-12 23:13:21.000000000 +0800
+++ egroupware.new/pkg-plist	1970-01-01 08:00:00.000000000 +0800
@@ -1,6282 +0,0 @@
-www/data-dist/egroupware/.htaccess
-www/data-dist/egroupware/about.php
-www/data-dist/egroupware/addressbook/csv_import.php
-www/data-dist/egroupware/addressbook/doc/README
-www/data-dist/egroupware/addressbook/doc/acl_addressbook.conf
-www/data-dist/egroupware/addressbook/doc/evolutionperson.schema
-www/data-dist/egroupware/addressbook/doc/fieldnames.txt
-www/data-dist/egroupware/addressbook/doc/mozillaabpersonalpha.schema
-www/data-dist/egroupware/addressbook/doc/mozillaorgperson.schema
-www/data-dist/egroupware/addressbook/importexport/class.egw_addressbook_record.inc.php
-www/data-dist/egroupware/addressbook/importexport/class.export_contacts_csv.inc.php
-www/data-dist/egroupware/addressbook/importexport/class.import_contacts_csv.inc.php
-www/data-dist/egroupware/addressbook/importexport/class.wizzard_addressbook_csv_import.inc.php
-www/data-dist/egroupware/addressbook/importexport/definitions/outlook_csv_english.xml
-www/data-dist/egroupware/addressbook/importexport/definitions/outlook_csv_finish.xml
-www/data-dist/egroupware/addressbook/importexport/definitions/outlook_csv_french.xml
-www/data-dist/egroupware/addressbook/importexport/definitions/outlook_csv_german.xml
-www/data-dist/egroupware/addressbook/importexport/definitions/outlook_csv_italian.xml
-www/data-dist/egroupware/addressbook/inc/class.addressbook_contactform.inc.php
-www/data-dist/egroupware/addressbook/inc/class.addressbook_merge.inc.php
-www/data-dist/egroupware/addressbook/inc/class.addressbook_tracking.inc.php
-www/data-dist/egroupware/addressbook/inc/class.boaddressbook.inc.php
-www/data-dist/egroupware/addressbook/inc/class.bocontacts.inc.php
-www/data-dist/egroupware/addressbook/inc/class.contacts_admin_prefs.inc.php
-www/data-dist/egroupware/addressbook/inc/class.csv_export.inc.php
-www/data-dist/egroupware/addressbook/inc/class.sifaddressbook.inc.php
-www/data-dist/egroupware/addressbook/inc/class.so_ldap.inc.php
-www/data-dist/egroupware/addressbook/inc/class.socontacts.inc.php
-www/data-dist/egroupware/addressbook/inc/class.socontacts_sql.inc.php
-www/data-dist/egroupware/addressbook/inc/class.uicontacts.inc.php
-www/data-dist/egroupware/addressbook/inc/class.vcaladdressbook.inc.php
-www/data-dist/egroupware/addressbook/inc/hook_config.inc.php
-www/data-dist/egroupware/addressbook/inc/hook_home.inc.php
-www/data-dist/egroupware/addressbook/index.php
-www/data-dist/egroupware/addressbook/setup/etemplates.inc.php
-www/data-dist/egroupware/addressbook/setup/phpgw_bg.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_ca.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_cs.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_da.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_de.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_el.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_en.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_es-es.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_eu.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_fa.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_fi.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_fr.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_gl.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_hi.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_hr.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_hu.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_it.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_iw.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_ja.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_ko.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_lt.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_lv.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_nl.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_no.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_pl.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_pt.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_ru.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_sk.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_sl.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_sv.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_tr.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_uk.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/addressbook/setup/phpgw_zh.lang
-www/data-dist/egroupware/addressbook/setup/setup.inc.php
-www/data-dist/egroupware/addressbook/sitemgr/class.module_addressbook_contactform.inc.php
-www/data-dist/egroupware/addressbook/templates/default/app.css
-www/data-dist/egroupware/addressbook/templates/default/config.tpl
-www/data-dist/egroupware/addressbook/templates/default/contactform.xet
-www/data-dist/egroupware/addressbook/templates/default/csv_import.tpl
-www/data-dist/egroupware/addressbook/templates/default/edit.xet
-www/data-dist/egroupware/addressbook/templates/default/email.xet
-www/data-dist/egroupware/addressbook/templates/default/images/accounts.png
-www/data-dist/egroupware/addressbook/templates/default/images/email.png
-www/data-dist/egroupware/addressbook/templates/default/images/folder.png
-www/data-dist/egroupware/addressbook/templates/default/images/gear.png
-www/data-dist/egroupware/addressbook/templates/default/images/group.png
-www/data-dist/egroupware/addressbook/templates/default/images/home.png
-www/data-dist/egroupware/addressbook/templates/default/images/infolog.png
-www/data-dist/egroupware/addressbook/templates/default/images/internet.png
-www/data-dist/egroupware/addressbook/templates/default/images/navbar.png
-www/data-dist/egroupware/addressbook/templates/default/images/personal.png
-www/data-dist/egroupware/addressbook/templates/default/images/phone.png
-www/data-dist/egroupware/addressbook/templates/default/images/photo.png
-www/data-dist/egroupware/addressbook/templates/default/images/private.png
-www/data-dist/egroupware/addressbook/templates/default/index.org_rows.xet
-www/data-dist/egroupware/addressbook/templates/default/index.xet
-www/data-dist/egroupware/addressbook/templates/default/preference_acl_row.tpl
-www/data-dist/egroupware/addressbook/templates/default/preference_colspan.tpl
-www/data-dist/egroupware/addressbook/templates/default/search.xet
-www/data-dist/egroupware/addressbook/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/addressbook/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/admin/admin-cli.php
-www/data-dist/egroupware/admin/doc/README.ldapman
-www/data-dist/egroupware/admin/doc/adminconfig.dvi
-www/data-dist/egroupware/admin/doc/adminconfig.lyx
-www/data-dist/egroupware/admin/doc/adminconfig.pdf
-www/data-dist/egroupware/admin/doc/adminconfig.ps
-www/data-dist/egroupware/admin/doc/adminconfig.sgml
-www/data-dist/egroupware/admin/doc/adminconfig.txt
-www/data-dist/egroupware/admin/doc/copyright.gpl
-www/data-dist/egroupware/admin/inc/class.admin_db_backup.inc.php
-www/data-dist/egroupware/admin/inc/class.boaccess_history.inc.php
-www/data-dist/egroupware/admin/inc/class.boaccounts.inc.php
-www/data-dist/egroupware/admin/inc/class.boaclmanager.inc.php
-www/data-dist/egroupware/admin/inc/class.boapplications.inc.php
-www/data-dist/egroupware/admin/inc/class.bocategories.inc.php
-www/data-dist/egroupware/admin/inc/class.boconfig.inc.php
-www/data-dist/egroupware/admin/inc/class.bocurrentsessions.inc.php
-www/data-dist/egroupware/admin/inc/class.boldap_mgr.inc.php
-www/data-dist/egroupware/admin/inc/class.bolog.inc.php
-www/data-dist/egroupware/admin/inc/class.boserver.inc.php
-www/data-dist/egroupware/admin/inc/class.customfields.inc.php
-www/data-dist/egroupware/admin/inc/class.html_tables.inc.php
-www/data-dist/egroupware/admin/inc/class.soaccess_history.inc.php
-www/data-dist/egroupware/admin/inc/class.soaccounts.inc.php
-www/data-dist/egroupware/admin/inc/class.soapplications.inc.php
-www/data-dist/egroupware/admin/inc/class.soldap_mgr.inc.php
-www/data-dist/egroupware/admin/inc/class.solog.inc.php
-www/data-dist/egroupware/admin/inc/class.soserver.inc.php
-www/data-dist/egroupware/admin/inc/class.uiaccess_history.inc.php
-www/data-dist/egroupware/admin/inc/class.uiaccounts.inc.php
-www/data-dist/egroupware/admin/inc/class.uiaclmanager.inc.php
-www/data-dist/egroupware/admin/inc/class.uiapplications.inc.php
-www/data-dist/egroupware/admin/inc/class.uiasyncservice.inc.php
-www/data-dist/egroupware/admin/inc/class.uicategories.inc.php
-www/data-dist/egroupware/admin/inc/class.uiconfig.inc.php
-www/data-dist/egroupware/admin/inc/class.uicurrentsessions.inc.php
-www/data-dist/egroupware/admin/inc/class.uildap_mgr.inc.php
-www/data-dist/egroupware/admin/inc/class.uilog.inc.php
-www/data-dist/egroupware/admin/inc/class.uimainscreen.inc.php
-www/data-dist/egroupware/admin/inc/class.uimenuclass.inc.php
-www/data-dist/egroupware/admin/inc/class.uiserver.inc.php
-www/data-dist/egroupware/admin/inc/hook_acl_manager.inc.php
-www/data-dist/egroupware/admin/inc/hook_add_def_pref.inc.php
-www/data-dist/egroupware/admin/inc/hook_admin.inc.php
-www/data-dist/egroupware/admin/inc/hook_after_navbar.inc.php
-www/data-dist/egroupware/admin/inc/hook_config.inc.php
-www/data-dist/egroupware/admin/inc/hook_deleteaccount.inc.php
-www/data-dist/egroupware/admin/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/admin/inc/hook_topmenu_info.inc.php
-www/data-dist/egroupware/admin/index.php
-www/data-dist/egroupware/admin/js/jscode/openwindow.js
-www/data-dist/egroupware/admin/phpinfo.php
-www/data-dist/egroupware/admin/setup/etemplates.inc.php
-www/data-dist/egroupware/admin/setup/phpgw_ca.lang
-www/data-dist/egroupware/admin/setup/phpgw_cs.lang
-www/data-dist/egroupware/admin/setup/phpgw_da.lang
-www/data-dist/egroupware/admin/setup/phpgw_de.lang
-www/data-dist/egroupware/admin/setup/phpgw_el.lang
-www/data-dist/egroupware/admin/setup/phpgw_en.lang
-www/data-dist/egroupware/admin/setup/phpgw_es-es.lang
-www/data-dist/egroupware/admin/setup/phpgw_eu.lang
-www/data-dist/egroupware/admin/setup/phpgw_fa.lang
-www/data-dist/egroupware/admin/setup/phpgw_fi.lang
-www/data-dist/egroupware/admin/setup/phpgw_fr.lang
-www/data-dist/egroupware/admin/setup/phpgw_gl.lang
-www/data-dist/egroupware/admin/setup/phpgw_hr.lang
-www/data-dist/egroupware/admin/setup/phpgw_hu.lang
-www/data-dist/egroupware/admin/setup/phpgw_it.lang
-www/data-dist/egroupware/admin/setup/phpgw_iw.lang
-www/data-dist/egroupware/admin/setup/phpgw_ja.lang
-www/data-dist/egroupware/admin/setup/phpgw_ko.lang
-www/data-dist/egroupware/admin/setup/phpgw_lt.lang
-www/data-dist/egroupware/admin/setup/phpgw_lv.lang
-www/data-dist/egroupware/admin/setup/phpgw_nl.lang
-www/data-dist/egroupware/admin/setup/phpgw_no.lang
-www/data-dist/egroupware/admin/setup/phpgw_pl.lang
-www/data-dist/egroupware/admin/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/admin/setup/phpgw_pt.lang
-www/data-dist/egroupware/admin/setup/phpgw_ru.lang
-www/data-dist/egroupware/admin/setup/phpgw_sk.lang
-www/data-dist/egroupware/admin/setup/phpgw_sl.lang
-www/data-dist/egroupware/admin/setup/phpgw_sv.lang
-www/data-dist/egroupware/admin/setup/phpgw_tr.lang
-www/data-dist/egroupware/admin/setup/phpgw_uk.lang
-www/data-dist/egroupware/admin/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/admin/setup/phpgw_zh.lang
-www/data-dist/egroupware/admin/setup/setup.inc.php
-www/data-dist/egroupware/admin/templates/default/accesslog.tpl
-www/data-dist/egroupware/admin/templates/default/account_form.tpl
-www/data-dist/egroupware/admin/templates/default/account_form_ldap.tpl
-www/data-dist/egroupware/admin/templates/default/account_form_ldapdata.tpl
-www/data-dist/egroupware/admin/templates/default/accounts.tpl
-www/data-dist/egroupware/admin/templates/default/acl_accounts.tpl
-www/data-dist/egroupware/admin/templates/default/acl_applist.tpl
-www/data-dist/egroupware/admin/templates/default/acl_manager_form.tpl
-www/data-dist/egroupware/admin/templates/default/application_form.tpl
-www/data-dist/egroupware/admin/templates/default/applications.tpl
-www/data-dist/egroupware/admin/templates/default/category_form.tpl
-www/data-dist/egroupware/admin/templates/default/config.tpl
-www/data-dist/egroupware/admin/templates/default/config_footer.tpl
-www/data-dist/egroupware/admin/templates/default/config_head.tpl
-www/data-dist/egroupware/admin/templates/default/currentusers.tpl
-www/data-dist/egroupware/admin/templates/default/customfields.xet
-www/data-dist/egroupware/admin/templates/default/delete_account.tpl
-www/data-dist/egroupware/admin/templates/default/delete_cat.tpl
-www/data-dist/egroupware/admin/templates/default/delete_common.tpl
-www/data-dist/egroupware/admin/templates/default/form_button_script.tpl
-www/data-dist/egroupware/admin/templates/default/group_form.tpl
-www/data-dist/egroupware/admin/templates/default/group_manager.tpl
-www/data-dist/egroupware/admin/templates/default/groups.tpl
-www/data-dist/egroupware/admin/templates/default/images/navbar.gif
-www/data-dist/egroupware/admin/templates/default/images/navbar.png
-www/data-dist/egroupware/admin/templates/default/images/navbar18.png
-www/data-dist/egroupware/admin/templates/default/index.tpl
-www/data-dist/egroupware/admin/templates/default/kill_session.tpl
-www/data-dist/egroupware/admin/templates/default/listcats.tpl
-www/data-dist/egroupware/admin/templates/default/listservers.tpl
-www/data-dist/egroupware/admin/templates/default/log.tpl
-www/data-dist/egroupware/admin/templates/default/mainscreen_message.tpl
-www/data-dist/egroupware/admin/templates/default/menurow.tpl
-www/data-dist/egroupware/admin/templates/default/message_row.tpl
-www/data-dist/egroupware/admin/templates/default/nntp.tpl
-www/data-dist/egroupware/admin/templates/default/server_form.tpl
-www/data-dist/egroupware/admin/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/admin/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/anon_wrapper.php
-www/data-dist/egroupware/bookmarks/glist.wml
-www/data-dist/egroupware/bookmarks/inc/class.bo.inc.php
-www/data-dist/egroupware/bookmarks/inc/class.so.inc.php
-www/data-dist/egroupware/bookmarks/inc/class.sqlquery.inc.php
-www/data-dist/egroupware/bookmarks/inc/class.ui.inc.php
-www/data-dist/egroupware/bookmarks/inc/hook_admin.inc.php
-www/data-dist/egroupware/bookmarks/inc/hook_preferences.inc.php
-www/data-dist/egroupware/bookmarks/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/bookmarks/index.php
-www/data-dist/egroupware/bookmarks/setup/default_records.inc.php
-www/data-dist/egroupware/bookmarks/setup/phpgw_bg.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_ca.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_cs.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_da.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_de.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_en.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_es-es.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_eu.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_fa.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_fi.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_fr.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_gl.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_hr.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_hu.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_it.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_iw.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_ja.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_ko.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_lt.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_lv.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_nl.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_no.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_pl.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_pt.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_ru.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_sk.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_sl.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_sv.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_tr.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_vi.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/bookmarks/setup/phpgw_zh.lang
-www/data-dist/egroupware/bookmarks/setup/setup.inc.php
-www/data-dist/egroupware/bookmarks/setup/tables_current.inc.php
-www/data-dist/egroupware/bookmarks/setup/tables_update.inc.php
-www/data-dist/egroupware/bookmarks/sitemgr/class.module_bookmarks.inc.php
-www/data-dist/egroupware/bookmarks/templates/default/common.tpl
-www/data-dist/egroupware/bookmarks/templates/default/config.tpl
-www/data-dist/egroupware/bookmarks/templates/default/export.body.tpl
-www/data-dist/egroupware/bookmarks/templates/default/form.tpl
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-0.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-1.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-10.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-2.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-3.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-4.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-5.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-6.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-7.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-8.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/bar-9.jpg
-www/data-dist/egroupware/bookmarks/templates/default/images/cancel.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/cancel.png
-www/data-dist/egroupware/bookmarks/templates/default/images/create.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/create.png
-www/data-dist/egroupware/bookmarks/templates/default/images/delete.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/delete.png
-www/data-dist/egroupware/bookmarks/templates/default/images/document.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/document.png
-www/data-dist/egroupware/bookmarks/templates/default/images/edit.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/edit.png
-www/data-dist/egroupware/bookmarks/templates/default/images/first.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/first.png
-www/data-dist/egroupware/bookmarks/templates/default/images/home.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/home.png
-www/data-dist/egroupware/bookmarks/templates/default/images/last.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/last.png
-www/data-dist/egroupware/bookmarks/templates/default/images/mail.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/mail.png
-www/data-dist/egroupware/bookmarks/templates/default/images/navbar.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/navbar.png
-www/data-dist/egroupware/bookmarks/templates/default/images/next.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/next.png
-www/data-dist/egroupware/bookmarks/templates/default/images/prev.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/prev.png
-www/data-dist/egroupware/bookmarks/templates/default/images/save.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/save.png
-www/data-dist/egroupware/bookmarks/templates/default/images/search.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/search.png
-www/data-dist/egroupware/bookmarks/templates/default/images/tree.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/tree.png
-www/data-dist/egroupware/bookmarks/templates/default/images/tree_collapse.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/tree_collapse.png
-www/data-dist/egroupware/bookmarks/templates/default/images/tree_expand.gif
-www/data-dist/egroupware/bookmarks/templates/default/images/tree_expand.png
-www/data-dist/egroupware/bookmarks/templates/default/import.body.tpl
-www/data-dist/egroupware/bookmarks/templates/default/list.body.tpl
-www/data-dist/egroupware/bookmarks/templates/default/list.tpl
-www/data-dist/egroupware/bookmarks/templates/default/maillink.body.tpl
-www/data-dist/egroupware/bookmarks/templates/default/preference_acl_row.tpl
-www/data-dist/egroupware/bookmarks/templates/default/preference_colspan.tpl
-www/data-dist/egroupware/bookmarks/templates/default/search.body.tpl
-www/data-dist/egroupware/bookmarks/templates/default/search.results.tpl
-www/data-dist/egroupware/bookmarks/templates/export/export_ns.tpl
-www/data-dist/egroupware/bookmarks/templates/export/export_ns_catlist.tpl
-www/data-dist/egroupware/bookmarks/templates/export/export_xbel.tpl
-www/data-dist/egroupware/bookmarks/templates/export/export_xbel_catlist.tpl
-www/data-dist/egroupware/bookmarks/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/bookmarks/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/calendar/csv_import.php
-www/data-dist/egroupware/calendar/doc/rfc2445.txt
-www/data-dist/egroupware/calendar/egroupware.org/accept_holiday.php
-www/data-dist/egroupware/calendar/egroupware.org/holidays.AT.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.AU.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.BE.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.BR.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.CA.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.CH.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.CL.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.CO.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.CZ.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.DE.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.DK.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.ES.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.FI.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.FR.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.GB.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.GR.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.HK.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.HR.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.IE.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.IL.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.IT.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.JP.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.KR.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.MU.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.MX.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.MY.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.NC.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.NL.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.NO.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.NZ.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.PL.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.PT.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.RU.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.SE.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.SK.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.SL.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.TH.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.TW.csv
-www/data-dist/egroupware/calendar/egroupware.org/holidays.US.csv
-www/data-dist/egroupware/calendar/freebusy.php
-www/data-dist/egroupware/calendar/importexport/class.import_events_csv.inc.php
-www/data-dist/egroupware/calendar/inc/class.ajaxcalendar.inc.php
-www/data-dist/egroupware/calendar/inc/class.bocal.inc.php
-www/data-dist/egroupware/calendar/inc/class.bocalendar.inc.php
-www/data-dist/egroupware/calendar/inc/class.bocalupdate.inc.php
-www/data-dist/egroupware/calendar/inc/class.boholiday.inc.php
-www/data-dist/egroupware/calendar/inc/class.boical.inc.php
-www/data-dist/egroupware/calendar/inc/class.datasource_calendar.inc.php
-www/data-dist/egroupware/calendar/inc/class.holidaycalc.inc.php
-www/data-dist/egroupware/calendar/inc/class.holidaycalc_JP.inc.php
-www/data-dist/egroupware/calendar/inc/class.holidaycalc_US.inc.php
-www/data-dist/egroupware/calendar/inc/class.php5_notification.inc.php
-www/data-dist/egroupware/calendar/inc/class.sbox.inc.php
-www/data-dist/egroupware/calendar/inc/class.sifcalendar.inc.php
-www/data-dist/egroupware/calendar/inc/class.socal.inc.php
-www/data-dist/egroupware/calendar/inc/class.soholiday.inc.php
-www/data-dist/egroupware/calendar/inc/class.toolbar.inc.php
-www/data-dist/egroupware/calendar/inc/class.uical.inc.php
-www/data-dist/egroupware/calendar/inc/class.uiforms.inc.php
-www/data-dist/egroupware/calendar/inc/class.uiholiday.inc.php
-www/data-dist/egroupware/calendar/inc/class.uilist.inc.php
-www/data-dist/egroupware/calendar/inc/class.uiviews.inc.php
-www/data-dist/egroupware/calendar/inc/events.ics
-www/data-dist/egroupware/calendar/inc/gradient.php
-www/data-dist/egroupware/calendar/inc/hook_admin.inc.php
-www/data-dist/egroupware/calendar/inc/hook_deleteaccount.inc.php
-www/data-dist/egroupware/calendar/inc/hook_home.inc.php
-www/data-dist/egroupware/calendar/inc/hook_preferences.inc.php
-www/data-dist/egroupware/calendar/inc/hook_settings.inc.php
-www/data-dist/egroupware/calendar/inc/round_corners.php
-www/data-dist/egroupware/calendar/index.php
-www/data-dist/egroupware/calendar/js/dragDropFunctions.js
-www/data-dist/egroupware/calendar/setup/default_records.inc.php
-www/data-dist/egroupware/calendar/setup/etemplates.inc.php
-www/data-dist/egroupware/calendar/setup/phpgw_bg.lang
-www/data-dist/egroupware/calendar/setup/phpgw_ca.lang
-www/data-dist/egroupware/calendar/setup/phpgw_cs.lang
-www/data-dist/egroupware/calendar/setup/phpgw_da.lang
-www/data-dist/egroupware/calendar/setup/phpgw_de.lang
-www/data-dist/egroupware/calendar/setup/phpgw_el.lang
-www/data-dist/egroupware/calendar/setup/phpgw_en.lang
-www/data-dist/egroupware/calendar/setup/phpgw_es-es.lang
-www/data-dist/egroupware/calendar/setup/phpgw_eu.lang
-www/data-dist/egroupware/calendar/setup/phpgw_fa.lang
-www/data-dist/egroupware/calendar/setup/phpgw_fi.lang
-www/data-dist/egroupware/calendar/setup/phpgw_fr.lang
-www/data-dist/egroupware/calendar/setup/phpgw_gl.lang
-www/data-dist/egroupware/calendar/setup/phpgw_hr.lang
-www/data-dist/egroupware/calendar/setup/phpgw_hu.lang
-www/data-dist/egroupware/calendar/setup/phpgw_it.lang
-www/data-dist/egroupware/calendar/setup/phpgw_iw.lang
-www/data-dist/egroupware/calendar/setup/phpgw_ja.lang
-www/data-dist/egroupware/calendar/setup/phpgw_ko.lang
-www/data-dist/egroupware/calendar/setup/phpgw_lt.lang
-www/data-dist/egroupware/calendar/setup/phpgw_lv.lang
-www/data-dist/egroupware/calendar/setup/phpgw_nl.lang
-www/data-dist/egroupware/calendar/setup/phpgw_no.lang
-www/data-dist/egroupware/calendar/setup/phpgw_pl.lang
-www/data-dist/egroupware/calendar/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/calendar/setup/phpgw_pt.lang
-www/data-dist/egroupware/calendar/setup/phpgw_ru.lang
-www/data-dist/egroupware/calendar/setup/phpgw_sk.lang
-www/data-dist/egroupware/calendar/setup/phpgw_sl.lang
-www/data-dist/egroupware/calendar/setup/phpgw_sr.lang
-www/data-dist/egroupware/calendar/setup/phpgw_sv.lang
-www/data-dist/egroupware/calendar/setup/phpgw_tr.lang
-www/data-dist/egroupware/calendar/setup/phpgw_uk.lang
-www/data-dist/egroupware/calendar/setup/phpgw_vi.lang
-www/data-dist/egroupware/calendar/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/calendar/setup/phpgw_zh.lang
-www/data-dist/egroupware/calendar/setup/setup.inc.php
-www/data-dist/egroupware/calendar/setup/tables_current.inc.php
-www/data-dist/egroupware/calendar/setup/tables_update.inc.php
-www/data-dist/egroupware/calendar/sitemgr/class.module_calendar.inc.php
-www/data-dist/egroupware/calendar/templates/default/app.css
-www/data-dist/egroupware/calendar/templates/default/config.tpl
-www/data-dist/egroupware/calendar/templates/default/conflicts.xet
-www/data-dist/egroupware/calendar/templates/default/csv_import.tpl
-www/data-dist/egroupware/calendar/templates/default/delete_common.tpl
-www/data-dist/egroupware/calendar/templates/default/edit.xet
-www/data-dist/egroupware/calendar/templates/default/event_widget.tpl
-www/data-dist/egroupware/calendar/templates/default/export.xet
-www/data-dist/egroupware/calendar/templates/default/form_button_script.tpl
-www/data-dist/egroupware/calendar/templates/default/freetimesearch.xet
-www/data-dist/egroupware/calendar/templates/default/holiday.tpl
-www/data-dist/egroupware/calendar/templates/default/images/agt_action_fail.gif
-www/data-dist/egroupware/calendar/templates/default/images/agt_action_fail.png
-www/data-dist/egroupware/calendar/templates/default/images/agt_action_success.gif
-www/data-dist/egroupware/calendar/templates/default/images/agt_action_success.png
-www/data-dist/egroupware/calendar/templates/default/images/alarm.gif
-www/data-dist/egroupware/calendar/templates/default/images/alarm.png
-www/data-dist/egroupware/calendar/templates/default/images/cnr-pending.gif
-www/data-dist/egroupware/calendar/templates/default/images/cnr-pending.png
-www/data-dist/egroupware/calendar/templates/default/images/high.gif
-www/data-dist/egroupware/calendar/templates/default/images/high.png
-www/data-dist/egroupware/calendar/templates/default/images/list.png
-www/data-dist/egroupware/calendar/templates/default/images/month.gif
-www/data-dist/egroupware/calendar/templates/default/images/month.png
-www/data-dist/egroupware/calendar/templates/default/images/navbar.gif
-www/data-dist/egroupware/calendar/templates/default/images/navbar.png
-www/data-dist/egroupware/calendar/templates/default/images/nonblocking.png
-www/data-dist/egroupware/calendar/templates/default/images/planner.gif
-www/data-dist/egroupware/calendar/templates/default/images/planner.png
-www/data-dist/egroupware/calendar/templates/default/images/private.gif
-www/data-dist/egroupware/calendar/templates/default/images/private.png
-www/data-dist/egroupware/calendar/templates/default/images/recur.gif
-www/data-dist/egroupware/calendar/templates/default/images/recur.png
-www/data-dist/egroupware/calendar/templates/default/images/single.gif
-www/data-dist/egroupware/calendar/templates/default/images/single.png
-www/data-dist/egroupware/calendar/templates/default/images/tentative.gif
-www/data-dist/egroupware/calendar/templates/default/images/tentative.png
-www/data-dist/egroupware/calendar/templates/default/images/today.gif
-www/data-dist/egroupware/calendar/templates/default/images/today.png
-www/data-dist/egroupware/calendar/templates/default/images/transparent.gif
-www/data-dist/egroupware/calendar/templates/default/images/week.gif
-www/data-dist/egroupware/calendar/templates/default/images/week.png
-www/data-dist/egroupware/calendar/templates/default/images/year.gif
-www/data-dist/egroupware/calendar/templates/default/images/year.png
-www/data-dist/egroupware/calendar/templates/default/import.xet
-www/data-dist/egroupware/calendar/templates/default/list.xet
-www/data-dist/egroupware/calendar/templates/default/locales.tpl
-www/data-dist/egroupware/calendar/templates/default/preference_acl_row.tpl
-www/data-dist/egroupware/calendar/templates/default/preference_colspan.tpl
-www/data-dist/egroupware/calendar/templates/jerryr/images/list.png
-www/data-dist/egroupware/calendar/templates/jerryr/images/month.png
-www/data-dist/egroupware/calendar/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/calendar/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/calendar/templates/jerryr/images/planner.png
-www/data-dist/egroupware/calendar/templates/jerryr/images/today.png
-www/data-dist/egroupware/calendar/templates/jerryr/images/week.png
-www/data-dist/egroupware/calendar/templates/jerryr/images/year.png
-www/data-dist/egroupware/debian/README.maintainer
-www/data-dist/egroupware/debian/TODO.Debian
-www/data-dist/egroupware/debian/changelog
-www/data-dist/egroupware/debian/compat
-www/data-dist/egroupware/debian/control
-www/data-dist/egroupware/debian/copyright
-www/data-dist/egroupware/debian/egroupware-addressbook.copyright
-www/data-dist/egroupware/debian/egroupware-bookmarks.copyright
-www/data-dist/egroupware/debian/egroupware-core.README.Debian
-www/data-dist/egroupware/debian/egroupware-core.config
-www/data-dist/egroupware/debian/egroupware-core.copyright
-www/data-dist/egroupware/debian/egroupware-core.install
-www/data-dist/egroupware/debian/egroupware-core.links
-www/data-dist/egroupware/debian/egroupware-core.postinst
-www/data-dist/egroupware/debian/egroupware-core.postrm
-www/data-dist/egroupware/debian/egroupware-core.remove
-www/data-dist/egroupware/debian/egroupware-core.templates
-www/data-dist/egroupware/debian/egroupware-emailadmin.remove
-www/data-dist/egroupware/debian/egroupware-etemplate.links
-www/data-dist/egroupware/debian/egroupware-etemplate.remove
-www/data-dist/egroupware/debian/egroupware-felamimail.copyright
-www/data-dist/egroupware/debian/egroupware-felamimail.remove
-www/data-dist/egroupware/debian/egroupware-filemanager.remove
-www/data-dist/egroupware/debian/egroupware-ldap.README.Debian
-www/data-dist/egroupware/debian/egroupware-ldap.copyright
-www/data-dist/egroupware/debian/egroupware-ldap.dirs
-www/data-dist/egroupware/debian/egroupware-ldap.install
-www/data-dist/egroupware/debian/egroupware-phpsysinfo.copyright
-www/data-dist/egroupware/debian/egroupware-polls.copyright
-www/data-dist/egroupware/debian/egroupware-projectmanager.copyright
-www/data-dist/egroupware/debian/egroupware-projectmanager.links
-www/data-dist/egroupware/debian/egroupware-projectmanager.remove
-www/data-dist/egroupware/debian/egroupware-registration.remove
-www/data-dist/egroupware/debian/egroupware-sitemgr.copyright
-www/data-dist/egroupware/debian/egroupware-sitemgr.docs
-www/data-dist/egroupware/debian/egroupware-sitemgr.links
-www/data-dist/egroupware/debian/egroupware-sitemgr.remove
-www/data-dist/egroupware/debian/egroupware-wiki.copyright
-www/data-dist/egroupware/debian/egroupware-wiki.docs
-www/data-dist/egroupware/debian/egroupware-wiki.remove
-www/data-dist/egroupware/debian/egroupware.README.Debian
-www/data-dist/egroupware/debian/egw-sanitize-tarball
-www/data-dist/egroupware/debian/etc/apache.conf
-www/data-dist/egroupware/debian/patches/00list
-www/data-dist/egroupware/debian/patches/04-egw-ldap-doc.dpatch
-www/data-dist/egroupware/debian/patches/06-egw-header-template.dpatch
-www/data-dist/egroupware/debian/patches/08-egw-checkinstall-symlink.dpatch
-www/data-dist/egroupware/debian/patches/10-egw-functions-egw_pear.dpatch
-www/data-dist/egroupware/debian/po/POTFILES.in
-www/data-dist/egroupware/debian/po/cs.po
-www/data-dist/egroupware/debian/po/de.po
-www/data-dist/egroupware/debian/po/fr.po
-www/data-dist/egroupware/debian/po/ja.po
-www/data-dist/egroupware/debian/po/nl.po
-www/data-dist/egroupware/debian/po/pt_BR.po
-www/data-dist/egroupware/debian/po/sv.po
-www/data-dist/egroupware/debian/po/templates.pot
-www/data-dist/egroupware/debian/po/vi.po
-www/data-dist/egroupware/debian/rules
-www/data-dist/egroupware/debian/source.lintian-overrides
-www/data-dist/egroupware/debian/substvars
-www/data-dist/egroupware/debian/watch
-www/data-dist/egroupware/developer_tools/doc/copyright.gpl
-www/data-dist/egroupware/developer_tools/inc/class.bolangfile.inc.php
-www/data-dist/egroupware/developer_tools/inc/class.solangfile.inc.php
-www/data-dist/egroupware/developer_tools/inc/class.uilangfile.inc.php
-www/data-dist/egroupware/developer_tools/index.php
-www/data-dist/egroupware/developer_tools/setup/phpgw_ca.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_cs.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_da.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_de.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_en.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_es-es.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_fi.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_fr.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_gl.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_hi.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_hr.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_hu.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_it.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_iw.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_ja.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_ko.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_lt.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_lv.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_nl.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_no.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_pl.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_pt.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_ru.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_sk.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_sl.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_sv.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_tr.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_uk.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_vi.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/developer_tools/setup/phpgw_zh.lang
-www/data-dist/egroupware/developer_tools/setup/setup.inc.php
-www/data-dist/egroupware/developer_tools/templates/default/addphrase.tpl
-www/data-dist/egroupware/developer_tools/templates/default/applications.tpl
-www/data-dist/egroupware/developer_tools/templates/default/images/navbar.gif
-www/data-dist/egroupware/developer_tools/templates/default/images/navbar.png
-www/data-dist/egroupware/developer_tools/templates/default/langfile.tpl
-www/data-dist/egroupware/developer_tools/templates/default/langmissing.tpl
-www/data-dist/egroupware/developer_tools/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/developer_tools/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/doc/LICENSE
-www/data-dist/egroupware/doc/SECURITY
-www/data-dist/egroupware/doc/modernize.php
-www/data-dist/egroupware/doc/rpm-build/.rpmmacros
-www/data-dist/egroupware/doc/rpm-build/build-egw-rpms.sh
-www/data-dist/egroupware/doc/rpm-build/class.uiasyncservice.inc.php.patch
-www/data-dist/egroupware/doc/rpm-build/egroupware-1.4.spec
-www/data-dist/egroupware/doc/rpm-build/egroupware_fedora.tar.bz2
-www/data-dist/egroupware/doc/rpm-build/egroupware_suse.tar.bz2
-www/data-dist/egroupware/doc/rpm-build/manageheader.php.patch
-www/data-dist/egroupware/emailadmin/Changelog
-www/data-dist/egroupware/emailadmin/doc/dbmail.schema
-www/data-dist/egroupware/emailadmin/doc/main.cf
-www/data-dist/egroupware/emailadmin/doc/qmailuser.schema
-www/data-dist/egroupware/emailadmin/inc/class.ajaxemailadmin.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.bo.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.cyrusimap.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.dbmaildbmailuser.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.dbmailqmailuser.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.defaultimap.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.defaultpop.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.defaultsmtp.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.ea_identity.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.ea_preferences.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.imap_client.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.pleskimap.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.postfixdbmailuser.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.postfixinetorgperson.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.postfixldap.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.smtpplesk.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.so.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.ui.inc.php
-www/data-dist/egroupware/emailadmin/inc/class.uiuserdata.inc.php
-www/data-dist/egroupware/emailadmin/inc/hook_admin.inc.php
-www/data-dist/egroupware/emailadmin/index.php
-www/data-dist/egroupware/emailadmin/js/jscode/editProfile.js
-www/data-dist/egroupware/emailadmin/js/jscode/editUserdata.js
-www/data-dist/egroupware/emailadmin/js/jscode/listProfile.js
-www/data-dist/egroupware/emailadmin/setup/phpgw_ca.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_cs.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_da.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_de.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_en.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_es-es.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_fi.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_fr.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_gl.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_hr.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_hu.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_it.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_iw.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_lt.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_lv.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_nl.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_no.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_pl.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_pt.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_sk.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_sl.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_sv.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/emailadmin/setup/phpgw_zh.lang
-www/data-dist/egroupware/emailadmin/setup/setup.inc.php
-www/data-dist/egroupware/emailadmin/setup/tables_current.inc.php
-www/data-dist/egroupware/emailadmin/setup/tables_update.inc.php
-www/data-dist/egroupware/emailadmin/templates/default/config.tpl
-www/data-dist/egroupware/emailadmin/templates/default/defaultpage.tpl
-www/data-dist/egroupware/emailadmin/templates/default/domainnames.tpl
-www/data-dist/egroupware/emailadmin/templates/default/editprofile.tpl
-www/data-dist/egroupware/emailadmin/templates/default/edituserdata.tpl
-www/data-dist/egroupware/emailadmin/templates/default/images/navbar.png
-www/data-dist/egroupware/emailadmin/templates/default/ldapsettings.tpl
-www/data-dist/egroupware/emailadmin/templates/default/listprofiles.tpl
-www/data-dist/egroupware/emailadmin/templates/default/listservers.tpl
-www/data-dist/egroupware/emailadmin/templates/default/nextMatch.tpl
-www/data-dist/egroupware/emailadmin/templates/default/options.tpl
-www/data-dist/egroupware/emailadmin/templates/default/smtprouting.tpl
-www/data-dist/egroupware/emailadmin/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/emailadmin/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/etemplate/doc/dbtools.jpg
-www/data-dist/egroupware/etemplate/doc/et_media/inc/class.bo_et_media.inc.php
-www/data-dist/egroupware/etemplate/doc/et_media/inc/class.ui_et_media.inc.php
-www/data-dist/egroupware/etemplate/doc/et_media/index.php
-www/data-dist/egroupware/etemplate/doc/et_media/install
-www/data-dist/egroupware/etemplate/doc/et_media/setup/etemplates.inc.php
-www/data-dist/egroupware/etemplate/doc/et_media/setup/phpgw_de.lang
-www/data-dist/egroupware/etemplate/doc/et_media/setup/phpgw_en.lang
-www/data-dist/egroupware/etemplate/doc/et_media/setup/phpgw_fr.lang
-www/data-dist/egroupware/etemplate/doc/et_media/setup/phpgw_lt.lang
-www/data-dist/egroupware/etemplate/doc/et_media/setup/setup.inc.php
-www/data-dist/egroupware/etemplate/doc/et_media/setup/tables_current.inc.php
-www/data-dist/egroupware/etemplate/doc/et_media/templates/default/edit.xet
-www/data-dist/egroupware/etemplate/doc/et_media/templates/default/images/navbar.png
-www/data-dist/egroupware/etemplate/doc/et_media/templates/default/show.rows.xet
-www/data-dist/egroupware/etemplate/doc/et_media/templates/default/show.xet
-www/data-dist/egroupware/etemplate/doc/etemplate.html
-www/data-dist/egroupware/etemplate/doc/gtk.png
-www/data-dist/egroupware/etemplate/doc/reference.html
-www/data-dist/egroupware/etemplate/doc/step0.jpg
-www/data-dist/egroupware/etemplate/doc/step1.jpg
-www/data-dist/egroupware/etemplate/doc/step2.jpg
-www/data-dist/egroupware/etemplate/doc/step3.jpg
-www/data-dist/egroupware/etemplate/doc/step4.jpg
-www/data-dist/egroupware/etemplate/doc/step5.jpg
-www/data-dist/egroupware/etemplate/doc/step6.jpg
-www/data-dist/egroupware/etemplate/doc/step7.jpg
-www/data-dist/egroupware/etemplate/doc/step8.jpg
-www/data-dist/egroupware/etemplate/inc/class.advancedsearch_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.ajax_select_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.bo_tracking.inc.php
-www/data-dist/egroupware/etemplate/inc/class.boetemplate.inc.php
-www/data-dist/egroupware/etemplate/inc/class.contact_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.customfields_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.date_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.db_tools.inc.php
-www/data-dist/egroupware/etemplate/inc/class.editor.inc.php
-www/data-dist/egroupware/etemplate/inc/class.etemplate.inc.php
-www/data-dist/egroupware/etemplate/inc/class.etemplate_request.inc.php
-www/data-dist/egroupware/etemplate/inc/class.historylog_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.link_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.manual_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.nextmatch_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.path_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.select_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.sitemgr_module.inc.php
-www/data-dist/egroupware/etemplate/inc/class.so_sql.inc.php
-www/data-dist/egroupware/etemplate/inc/class.so_sql2.inc.php
-www/data-dist/egroupware/etemplate/inc/class.soetemplate.inc.php
-www/data-dist/egroupware/etemplate/inc/class.solangfile.inc.php
-www/data-dist/egroupware/etemplate/inc/class.tab_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.uietemplate.inc.php
-www/data-dist/egroupware/etemplate/inc/class.uietemplate_gtk.inc.php
-www/data-dist/egroupware/etemplate/inc/class.xmltool.inc.php
-www/data-dist/egroupware/etemplate/inc/class.xslt_widget.inc.php
-www/data-dist/egroupware/etemplate/inc/class.xul_io.inc.php
-www/data-dist/egroupware/etemplate/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/etemplate/index.php
-www/data-dist/egroupware/etemplate/js/ajax_select.js
-www/data-dist/egroupware/etemplate/js/etemplate.js
-www/data-dist/egroupware/etemplate/phpGtk_test.php
-www/data-dist/egroupware/etemplate/process_exec.php
-www/data-dist/egroupware/etemplate/setup/etemplates.inc.php
-www/data-dist/egroupware/etemplate/setup/phpgw_ca.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_cs.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_de.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_en.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_es-es.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_eu.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_fi.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_fr.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_gl.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_hr.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_hu.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_it.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_iw.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_lt.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_lv.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_nl.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_no.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_pl.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_pt.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_ru.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_sk.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_sl.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_sv.lang
-www/data-dist/egroupware/etemplate/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/etemplate/setup/setup.inc.php
-www/data-dist/egroupware/etemplate/setup/tables_current.inc.php
-www/data-dist/egroupware/etemplate/setup/tables_update.inc.php
-www/data-dist/egroupware/etemplate/templates/default/ajax_select_widget.row.xet
-www/data-dist/egroupware/etemplate/templates/default/ajax_select_widget.xet
-www/data-dist/egroupware/etemplate/templates/default/app.css
-www/data-dist/egroupware/etemplate/templates/default/datefield.xet
-www/data-dist/egroupware/etemplate/templates/default/db-tools.edit.xet
-www/data-dist/egroupware/etemplate/templates/default/editor.cell.vbox.xet
-www/data-dist/egroupware/etemplate/templates/default/editor.list_result.xet
-www/data-dist/egroupware/etemplate/templates/default/editor.new.xet
-www/data-dist/egroupware/etemplate/templates/default/editor.styles.xet
-www/data-dist/egroupware/etemplate/templates/default/editor.widget.grid.xet
-www/data-dist/egroupware/etemplate/templates/default/editor.widget.xet
-www/data-dist/egroupware/etemplate/templates/default/groupbox.test.xet
-www/data-dist/egroupware/etemplate/templates/default/images/navbar.gif
-www/data-dist/egroupware/etemplate/templates/default/images/navbar.png
-www/data-dist/egroupware/etemplate/templates/default/images/selectcols.png
-www/data-dist/egroupware/etemplate/templates/default/link_widget.add.xet
-www/data-dist/egroupware/etemplate/templates/default/link_widget.attach.xet
-www/data-dist/egroupware/etemplate/templates/default/link_widget.entry.xet
-www/data-dist/egroupware/etemplate/templates/default/link_widget.list.xet
-www/data-dist/egroupware/etemplate/templates/default/link_widget.to.xet
-www/data-dist/egroupware/etemplate/templates/default/nextmatch_widget.header_only.xet
-www/data-dist/egroupware/etemplate/templates/default/nextmatch_widget.xet
-www/data-dist/egroupware/etemplate/templates/default/tab_widget.tab.xet
-www/data-dist/egroupware/etemplate/templates/default/tab_widget.tab_active.xet
-www/data-dist/egroupware/etemplate/templates/default/tab_widget.xet
-www/data-dist/egroupware/etemplate/templates/default/test.xsl
-www/data-dist/egroupware/etemplate/templates/default/validation-test.xet
-www/data-dist/egroupware/etemplate/templates/default/xslt_widget.test.xet
-www/data-dist/egroupware/etemplate/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/etemplate/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/felamimail/COPYING
-www/data-dist/egroupware/felamimail/Changelog
-www/data-dist/egroupware/felamimail/README
-www/data-dist/egroupware/felamimail/TODO
-www/data-dist/egroupware/felamimail/inc/class.Script.inc.php
-www/data-dist/egroupware/felamimail/inc/class.ajax_contacts.inc.php
-www/data-dist/egroupware/felamimail/inc/class.ajaxfelamimail.inc.php
-www/data-dist/egroupware/felamimail/inc/class.bocaching.inc.php
-www/data-dist/egroupware/felamimail/inc/class.bocompose.inc.php
-www/data-dist/egroupware/felamimail/inc/class.bofelamimail.inc.php
-www/data-dist/egroupware/felamimail/inc/class.bofilter.inc.php
-www/data-dist/egroupware/felamimail/inc/class.bopreferences.inc.php
-www/data-dist/egroupware/felamimail/inc/class.bosieve.inc.php
-www/data-dist/egroupware/felamimail/inc/class.htmlfilter.inc.php
-www/data-dist/egroupware/felamimail/inc/class.socaching.inc.php
-www/data-dist/egroupware/felamimail/inc/class.sofelamimail.inc.php
-www/data-dist/egroupware/felamimail/inc/class.sofilter.inc.php
-www/data-dist/egroupware/felamimail/inc/class.sopreferences.inc.php
-www/data-dist/egroupware/felamimail/inc/class.transformdate.inc.php
-www/data-dist/egroupware/felamimail/inc/class.uibaseclass.inc.php
-www/data-dist/egroupware/felamimail/inc/class.uicompose.inc.php
-www/data-dist/egroupware/felamimail/inc/class.uidisplay.inc.php
-www/data-dist/egroupware/felamimail/inc/class.uifelamimail.inc.php
-www/data-dist/egroupware/felamimail/inc/class.uifilter.inc.php
-www/data-dist/egroupware/felamimail/inc/class.uipreferences.inc.php
-www/data-dist/egroupware/felamimail/inc/class.uisieve.inc.php
-www/data-dist/egroupware/felamimail/inc/class.uiwidgets.inc.php
-www/data-dist/egroupware/felamimail/inc/hook_admin.inc.php
-www/data-dist/egroupware/felamimail/inc/hook_home.inc.php
-www/data-dist/egroupware/felamimail/inc/hook_notifywindow.inc.php
-www/data-dist/egroupware/felamimail/inc/hook_preferences.inc.php
-www/data-dist/egroupware/felamimail/inc/hook_settings.inc.php
-www/data-dist/egroupware/felamimail/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/felamimail/index.php
-www/data-dist/egroupware/felamimail/js/jscode/composeMessage.js
-www/data-dist/egroupware/felamimail/js/jscode/compose_message.js
-www/data-dist/egroupware/felamimail/js/jscode/editAccountData.js
-www/data-dist/egroupware/felamimail/js/jscode/editProfile.js
-www/data-dist/egroupware/felamimail/js/jscode/editSieveRule.js
-www/data-dist/egroupware/felamimail/js/jscode/listFolder.js
-www/data-dist/egroupware/felamimail/js/jscode/listSieveRules.js
-www/data-dist/egroupware/felamimail/js/jscode/listSignatures.js
-www/data-dist/egroupware/felamimail/js/jscode/viewMainScreen.js
-www/data-dist/egroupware/felamimail/js/jscode/view_message.js
-www/data-dist/egroupware/felamimail/setup/phpgw_ca.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_cs.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_da.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_de.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_en.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_es-es.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_eu.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_fi.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_fr.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_gl.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_hr.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_hu.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_it.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_iw.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_ja.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_lt.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_lv.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_nl.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_no.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_pl.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_pt.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_ru.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_sk.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_sl.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_sv.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/felamimail/setup/phpgw_zh.lang
-www/data-dist/egroupware/felamimail/setup/phpmailer.lang-br.php
-www/data-dist/egroupware/felamimail/setup/phpmailer.lang-de.php
-www/data-dist/egroupware/felamimail/setup/phpmailer.lang-en.php
-www/data-dist/egroupware/felamimail/setup/phpmailer.lang-it.php
-www/data-dist/egroupware/felamimail/setup/setup.inc.php
-www/data-dist/egroupware/felamimail/setup/tables_current.inc.php
-www/data-dist/egroupware/felamimail/setup/tables_update.inc.php
-www/data-dist/egroupware/felamimail/smartsieve-NOTICE
-www/data-dist/egroupware/felamimail/templates/default/app.css
-www/data-dist/egroupware/felamimail/templates/default/composeForm.tpl
-www/data-dist/egroupware/felamimail/templates/default/config.tpl
-www/data-dist/egroupware/felamimail/templates/default/edit_account_data.tpl
-www/data-dist/egroupware/felamimail/templates/default/edit_forwarding_address.tpl
-www/data-dist/egroupware/felamimail/templates/default/filterForm.tpl
-www/data-dist/egroupware/felamimail/templates/default/images/Read.png
-www/data-dist/egroupware/felamimail/templates/default/images/Replied.png
-www/data-dist/egroupware/felamimail/templates/default/images/Unread.png
-www/data-dist/egroupware/felamimail/templates/default/images/attach.png
-www/data-dist/egroupware/felamimail/templates/default/images/clear_left.png
-www/data-dist/egroupware/felamimail/templates/default/images/down_pointer.png
-www/data-dist/egroupware/felamimail/templates/default/images/fileexport.png
-www/data-dist/egroupware/felamimail/templates/default/images/fileprint.png
-www/data-dist/egroupware/felamimail/templates/default/images/kmmsgdel.png
-www/data-dist/egroupware/felamimail/templates/default/images/kmmsgnew.png
-www/data-dist/egroupware/felamimail/templates/default/images/kmmsgread.png
-www/data-dist/egroupware/felamimail/templates/default/images/kmmsgreplied.png
-www/data-dist/egroupware/felamimail/templates/default/images/kmmsgunseen.png
-www/data-dist/egroupware/felamimail/templates/default/images/mail_find.png
-www/data-dist/egroupware/felamimail/templates/default/images/mail_forward.png
-www/data-dist/egroupware/felamimail/templates/default/images/mail_reply.png
-www/data-dist/egroupware/felamimail/templates/default/images/mail_replyall.png
-www/data-dist/egroupware/felamimail/templates/default/images/mail_send.png
-www/data-dist/egroupware/felamimail/templates/default/images/manage_filter.png
-www/data-dist/egroupware/felamimail/templates/default/images/msg_icon_sm.gif
-www/data-dist/egroupware/felamimail/templates/default/images/navbar.png
-www/data-dist/egroupware/felamimail/templates/default/images/read_answered_small.png
-www/data-dist/egroupware/felamimail/templates/default/images/read_flagged_small.png
-www/data-dist/egroupware/felamimail/templates/default/images/read_small.png
-www/data-dist/egroupware/felamimail/templates/default/images/recent_small.gif
-www/data-dist/egroupware/felamimail/templates/default/images/sm_delete.gif
-www/data-dist/egroupware/felamimail/templates/default/images/sm_delete.png
-www/data-dist/egroupware/felamimail/templates/default/images/sm_envelope.gif
-www/data-dist/egroupware/felamimail/templates/default/images/sm_envelope.png
-www/data-dist/egroupware/felamimail/templates/default/images/sm_forward.gif
-www/data-dist/egroupware/felamimail/templates/default/images/sm_forward.png
-www/data-dist/egroupware/felamimail/templates/default/images/sm_reply.gif
-www/data-dist/egroupware/felamimail/templates/default/images/sm_reply.png
-www/data-dist/egroupware/felamimail/templates/default/images/sm_reply_all.gif
-www/data-dist/egroupware/felamimail/templates/default/images/sm_reply_all.png
-www/data-dist/egroupware/felamimail/templates/default/images/sm_unimportant.png
-www/data-dist/egroupware/felamimail/templates/default/images/sm_unread.png
-www/data-dist/egroupware/felamimail/templates/default/images/sort_none.png
-www/data-dist/egroupware/felamimail/templates/default/images/to_infolog.png
-www/data-dist/egroupware/felamimail/templates/default/images/trash.gif
-www/data-dist/egroupware/felamimail/templates/default/images/trash.png
-www/data-dist/egroupware/felamimail/templates/default/images/unread_deleted_small.gif
-www/data-dist/egroupware/felamimail/templates/default/images/unread_deleted_small.png
-www/data-dist/egroupware/felamimail/templates/default/images/unread_flagged_small.png
-www/data-dist/egroupware/felamimail/templates/default/images/unread_small.png
-www/data-dist/egroupware/felamimail/templates/default/images/up_pointer.png
-www/data-dist/egroupware/felamimail/templates/default/images/write_mail.png
-www/data-dist/egroupware/felamimail/templates/default/listRules.tpl
-www/data-dist/egroupware/felamimail/templates/default/mainscreen.tpl
-www/data-dist/egroupware/felamimail/templates/default/preferences_edit_signature.tpl
-www/data-dist/egroupware/felamimail/templates/default/preferences_list_signatures.tpl
-www/data-dist/egroupware/felamimail/templates/default/preferences_manage_folder.tpl
-www/data-dist/egroupware/felamimail/templates/default/selectprofile.tpl
-www/data-dist/egroupware/felamimail/templates/default/sieveEditForm.tpl
-www/data-dist/egroupware/felamimail/templates/default/sieveForm.tpl
-www/data-dist/egroupware/felamimail/templates/default/sieveScriptList.tpl
-www/data-dist/egroupware/felamimail/templates/default/uiwidgets.tpl
-www/data-dist/egroupware/felamimail/templates/default/vacationForm.tpl
-www/data-dist/egroupware/felamimail/templates/default/view_message.tpl
-www/data-dist/egroupware/felamimail/templates/default/view_message_printable.tpl
-www/data-dist/egroupware/felamimail/templates/jerryr/app.css
-www/data-dist/egroupware/felamimail/templates/jerryr/images/mail_find.png
-www/data-dist/egroupware/felamimail/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/felamimail/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/felamimail/templates/jerryr/images/write_mail.png
-www/data-dist/egroupware/felamimail/templates/jerryr/mainscreen.tpl
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/composeForm.tpl
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/attach.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/down_pointer.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/down_pointer.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/navbar.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/navbar.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/read_answered_deleted_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/read_answered_flagged_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/read_answered_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/read_deleted_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/read_flagged_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/read_small.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/read_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/recent_small.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/recent_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/reply_small.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/reply_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_delete.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_delete.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_envelope.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_envelope.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_forward.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_forward.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_important.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_read.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_read.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_reply.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_reply.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_reply_all.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_reply_all.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_unimportant.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_unread.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sm_unread.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sort_none.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/sort_none.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/unread_deleted_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/unread_flagged_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/unread_small.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/unread_small.png
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/up_pointer.gif
-www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images/up_pointer.png
-www/data-dist/egroupware/felamimail/testimapserver.php
-www/data-dist/egroupware/filemanager/doc/INSTALL
-www/data-dist/egroupware/filemanager/doc/INSTALL_WebDAV
-www/data-dist/egroupware/filemanager/inc/class.bofilemanager.inc.php
-www/data-dist/egroupware/filemanager/inc/class.uifilemanager.inc.php
-www/data-dist/egroupware/filemanager/inc/hook_deleteaccount.inc.php
-www/data-dist/egroupware/filemanager/inc/hook_preferences.inc.php
-www/data-dist/egroupware/filemanager/inc/hook_settings.inc.php
-www/data-dist/egroupware/filemanager/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/filemanager/index.php
-www/data-dist/egroupware/filemanager/setup/default_records.inc.php
-www/data-dist/egroupware/filemanager/setup/phpgw_ca.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_cs.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_da.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_de.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_en.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_es-es.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_eu.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_fi.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_fr.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_gl.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_hr.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_hu.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_it.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_iw.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_lt.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_lv.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_nl.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_no.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_pl.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_pt.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_ru.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_sk.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_sl.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_sv.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_tr.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/filemanager/setup/phpgw_zh.lang
-www/data-dist/egroupware/filemanager/setup/setup.inc.php
-www/data-dist/egroupware/filemanager/templates/default/app.css
-www/data-dist/egroupware/filemanager/templates/default/edit_file.tpl
-www/data-dist/egroupware/filemanager/templates/default/errors.tpl
-www/data-dist/egroupware/filemanager/templates/default/filelisting.tpl
-www/data-dist/egroupware/filemanager/templates/default/history.tpl
-www/data-dist/egroupware/filemanager/templates/default/images/button_bookmark.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_bookmark_add.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_cancel.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_copy_to.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_createdir.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_createfile.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_cut.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_delete.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_download.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_edit.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_edit_comments.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_edit_preview.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_goto.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_home.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_info.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_mail.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_move_to.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_ok.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_paste.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_reload.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_rename.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_save.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_search.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_search2.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_trash.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_tree.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_up.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_upload.png
-www/data-dist/egroupware/filemanager/templates/default/images/button_zip.png
-www/data-dist/egroupware/filemanager/templates/default/images/editcopy.png
-www/data-dist/egroupware/filemanager/templates/default/images/editcut.png
-www/data-dist/egroupware/filemanager/templates/default/images/editpaste.png
-www/data-dist/egroupware/filemanager/templates/default/images/folder-home.gif
-www/data-dist/egroupware/filemanager/templates/default/images/folder-home.png
-www/data-dist/egroupware/filemanager/templates/default/images/folder-open.gif
-www/data-dist/egroupware/filemanager/templates/default/images/folder-open.png
-www/data-dist/egroupware/filemanager/templates/default/images/folder-up.gif
-www/data-dist/egroupware/filemanager/templates/default/images/folder-up.png
-www/data-dist/egroupware/filemanager/templates/default/images/folder.gif
-www/data-dist/egroupware/filemanager/templates/default/images/folder.png
-www/data-dist/egroupware/filemanager/templates/default/images/folder_home.gif
-www/data-dist/egroupware/filemanager/templates/default/images/folder_home.png
-www/data-dist/egroupware/filemanager/templates/default/images/folder_open.gif
-www/data-dist/egroupware/filemanager/templates/default/images/folder_open.png
-www/data-dist/egroupware/filemanager/templates/default/images/folder_up.gif
-www/data-dist/egroupware/filemanager/templates/default/images/folder_up.png
-www/data-dist/egroupware/filemanager/templates/default/images/locked.gif
-www/data-dist/egroupware/filemanager/templates/default/images/locked.png
-www/data-dist/egroupware/filemanager/templates/default/images/mime16_directory.png
-www/data-dist/egroupware/filemanager/templates/default/images/mime16_text_plain.png
-www/data-dist/egroupware/filemanager/templates/default/images/mime16_unknown.png
-www/data-dist/egroupware/filemanager/templates/default/images/mime16up.png
-www/data-dist/egroupware/filemanager/templates/default/images/navbar.gif
-www/data-dist/egroupware/filemanager/templates/default/images/navbar.png
-www/data-dist/egroupware/filemanager/templates/default/images/source/buttonbackground.xcf
-www/data-dist/egroupware/filemanager/templates/default/images/spacer.gif
-www/data-dist/egroupware/filemanager/templates/default/index.tpl
-www/data-dist/egroupware/filemanager/templates/default/pref.tpl
-www/data-dist/egroupware/filemanager/templates/default/pref_colspan.tpl
-www/data-dist/egroupware/filemanager/templates/default/pref_list.tpl
-www/data-dist/egroupware/filemanager/templates/default/preference_acl_row.tpl
-www/data-dist/egroupware/filemanager/templates/default/preference_colspan.tpl
-www/data-dist/egroupware/filemanager/templates/default/preferences.tpl
-www/data-dist/egroupware/filemanager/templates/default/small_table.tpl
-www/data-dist/egroupware/filemanager/templates/default/upload.tpl
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_bookmark.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_bookmark_add.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_cancel.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_copy_to.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_createdir.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_createfile.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_cut.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_delete.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_download.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_edit.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_edit_comments.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_edit_preview.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_goto.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_home.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_info.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_mail.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_move_to.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_ok.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_paste.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_reload.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_rename.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_save.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_search.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_search2.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_trash.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_tree.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_up.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_upload.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/button_zip.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/editcopy.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/editcut.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/editpaste.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder-home.gif
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder-home.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder-open.gif
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder-open.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder-up.gif
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder-up.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder.gif
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder_home.gif
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder_home.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder_open.gif
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder_open.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder_up.gif
-www/data-dist/egroupware/filemanager/templates/jerryr/images/folder_up.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/locked.gif
-www/data-dist/egroupware/filemanager/templates/jerryr/images/locked.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/mime16_directory.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/mime16_text_plain.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/mime16_unknown.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/mime16up.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/filemanager/templates/jerryr/images/spacer.gif
-www/data-dist/egroupware/filemanager/tests/benchmark_dav.php
-www/data-dist/egroupware/filemanager/tests/test.php
-www/data-dist/egroupware/filemanager/tests/test_dav.php
-www/data-dist/egroupware/filemanager/todo
-www/data-dist/egroupware/filemanager/webdav.php
-www/data-dist/egroupware/header.inc.php.template
-www/data-dist/egroupware/home/doc/LICENSE
-www/data-dist/egroupware/home/inc/class.updates.inc.php
-www/data-dist/egroupware/home/index.php
-www/data-dist/egroupware/home/setup/phpgw_ca.lang
-www/data-dist/egroupware/home/setup/phpgw_en.lang
-www/data-dist/egroupware/home/setup/phpgw_es-es.lang
-www/data-dist/egroupware/home/setup/phpgw_fi.lang
-www/data-dist/egroupware/home/setup/phpgw_fr.lang
-www/data-dist/egroupware/home/setup/phpgw_gl.lang
-www/data-dist/egroupware/home/setup/phpgw_hu.lang
-www/data-dist/egroupware/home/setup/phpgw_it.lang
-www/data-dist/egroupware/home/setup/phpgw_iw.lang
-www/data-dist/egroupware/home/setup/phpgw_lt.lang
-www/data-dist/egroupware/home/setup/phpgw_nl.lang
-www/data-dist/egroupware/home/setup/phpgw_no.lang
-www/data-dist/egroupware/home/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/home/setup/phpgw_pt.lang
-www/data-dist/egroupware/home/setup/phpgw_ru.lang
-www/data-dist/egroupware/home/setup/phpgw_sk.lang
-www/data-dist/egroupware/home/setup/phpgw_sl.lang
-www/data-dist/egroupware/home/setup/phpgw_sv.lang
-www/data-dist/egroupware/home/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/home/setup/setup.inc.php
-www/data-dist/egroupware/home/templates/default/home.tpl
-www/data-dist/egroupware/home/templates/default/images/navbar.gif
-www/data-dist/egroupware/home/templates/default/images/navbar.png
-www/data-dist/egroupware/home/templates/default/portal.tpl
-www/data-dist/egroupware/home/templates/idots/portal.tpl
-www/data-dist/egroupware/home/templates/idots2/portal.tpl
-www/data-dist/egroupware/home/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/home/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/home/templates/jerryr/portal.tpl
-www/data-dist/egroupware/icalsrv.php
-www/data-dist/egroupware/icalsrv/doc/EgwIcal-Release-Log.dox
-www/data-dist/egroupware/icalsrv/doc/EgwIcal-Timezone-handling.dox
-www/data-dist/egroupware/icalsrv/doc/EgwIcal-intro.dox
-www/data-dist/egroupware/icalsrv/doc/Egwical-doxydoc.tgz
-www/data-dist/egroupware/icalsrv/doc/IcalSrv-FAQ.dox
-www/data-dist/egroupware/icalsrv/doc/IcalSrv-Overview.dox
-www/data-dist/egroupware/icalsrv/doc/IcalSrv-Release-Log.dox
-www/data-dist/egroupware/icalsrv/doc/IcalSrv-api-doxydoc.tgz
-www/data-dist/egroupware/icalsrv/doc/IcalSrv-clients.dox
-www/data-dist/egroupware/icalsrv/doc/IcalSrv-protocoldiscussion.dox
-www/data-dist/egroupware/icalsrv/doc/IcalSrv-user-doxydoc.tgz
-www/data-dist/egroupware/icalsrv/groupdav.php
-www/data-dist/egroupware/icalsrv/inc/class.bocalupdate_vevents.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.bocalupdate_vfreebusy.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.boical.inc.compat.php
-www/data-dist/egroupware/icalsrv/inc/class.boinfolog_vtodos.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.eicnvutils.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.icalsrv_groupdav.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.icalsrv_groupdav_addressbook.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.icalsrv_groupdav_calendar.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.icalsrv_groupdav_handler.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.icalsrv_groupdav_infolog.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.icalsrv_resourcehandler.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.icalvcb.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.icalvircal.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.personal_vircal_ardb.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.system_vircal_ardb.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.vcalinfolog.inc.compat.php
-www/data-dist/egroupware/icalsrv/inc/class.vircal_ardb.inc.php
-www/data-dist/egroupware/icalsrv/inc/class.virtual_calendar.inc.php
-www/data-dist/egroupware/icalsrv/index.php
-www/data-dist/egroupware/icalsrv/setup/phpgw_de.lang
-www/data-dist/egroupware/icalsrv/setup/phpgw_en.lang
-www/data-dist/egroupware/icalsrv/setup/phpgw_es-es.lang
-www/data-dist/egroupware/icalsrv/setup/phpgw_fi.lang
-www/data-dist/egroupware/icalsrv/setup/phpgw_fr.lang
-www/data-dist/egroupware/icalsrv/setup/phpgw_nl.lang
-www/data-dist/egroupware/icalsrv/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/icalsrv/setup/phpgw_sk.lang
-www/data-dist/egroupware/icalsrv/setup/phpgw_sl.lang
-www/data-dist/egroupware/icalsrv/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/icalsrv/setup/setup.inc.php
-www/data-dist/egroupware/importexport/doc/README_developers.txt
-www/data-dist/egroupware/importexport/importexport_cli.php
-www/data-dist/egroupware/importexport/inc/.class.bodefinitions.inc.php.swp
-www/data-dist/egroupware/importexport/inc/class.arrayxml.inc.php
-www/data-dist/egroupware/importexport/inc/class.bodefinitions.inc.php
-www/data-dist/egroupware/importexport/inc/class.definition.inc.php
-www/data-dist/egroupware/importexport/inc/class.export_csv.inc.php
-www/data-dist/egroupware/importexport/inc/class.iface_egw_record.inc.php
-www/data-dist/egroupware/importexport/inc/class.iface_export_plugin.inc.php
-www/data-dist/egroupware/importexport/inc/class.iface_export_record.inc.php
-www/data-dist/egroupware/importexport/inc/class.iface_import_plugin.inc.php
-www/data-dist/egroupware/importexport/inc/class.iface_import_record.inc.php
-www/data-dist/egroupware/importexport/inc/class.import_csv.inc.php
-www/data-dist/egroupware/importexport/inc/class.import_export_helper_functions.inc.php
-www/data-dist/egroupware/importexport/inc/class.importexport_admin_prefs_sidebox_hooks.inc.php
-www/data-dist/egroupware/importexport/inc/class.uidefinitions.inc.php
-www/data-dist/egroupware/importexport/inc/class.uiexport.inc.php
-www/data-dist/egroupware/importexport/js/export_dialog.js
-www/data-dist/egroupware/importexport/setup/default_records.inc.php
-www/data-dist/egroupware/importexport/setup/etemplates.inc.php
-www/data-dist/egroupware/importexport/setup/export_contact.definition
-www/data-dist/egroupware/importexport/setup/phpgw_de.lang
-www/data-dist/egroupware/importexport/setup/phpgw_en.lang
-www/data-dist/egroupware/importexport/setup/phpgw_es-es.lang
-www/data-dist/egroupware/importexport/setup/phpgw_fi.lang
-www/data-dist/egroupware/importexport/setup/phpgw_fr.lang
-www/data-dist/egroupware/importexport/setup/phpgw_pl.lang
-www/data-dist/egroupware/importexport/setup/phpgw_sk.lang
-www/data-dist/egroupware/importexport/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/importexport/setup/setup.inc.php
-www/data-dist/egroupware/importexport/setup/tables_current.inc.php
-www/data-dist/egroupware/importexport/setup/tables_update.inc.php
-www/data-dist/egroupware/importexport/templates/default/export_dialog.xet
-www/data-dist/egroupware/importexport/templates/default/images/export.png
-www/data-dist/egroupware/importexport/templates/default/images/fileexport.png
-www/data-dist/egroupware/importexport/templates/default/images/fileimport.png
-www/data-dist/egroupware/importexport/templates/default/images/import.png
-www/data-dist/egroupware/importexport/templates/default/images/importexport.jpg
-www/data-dist/egroupware/importexport/templates/default/images/importexport.xcf
-www/data-dist/egroupware/importexport/templates/default/images/navbar.png
-www/data-dist/egroupware/index.php
-www/data-dist/egroupware/infolog/csv_import.php
-www/data-dist/egroupware/infolog/inc/class.admin_prefs_sidebox_hooks.inc.php
-www/data-dist/egroupware/infolog/inc/class.boinfolog.inc.php
-www/data-dist/egroupware/infolog/inc/class.datasource_infolog.inc.php
-www/data-dist/egroupware/infolog/inc/class.infolog_link_registry.inc.php
-www/data-dist/egroupware/infolog/inc/class.infolog_tracking.inc.php
-www/data-dist/egroupware/infolog/inc/class.infolog_widget.inc.php
-www/data-dist/egroupware/infolog/inc/class.sifinfolog.inc.php
-www/data-dist/egroupware/infolog/inc/class.soinfolog.inc.php
-www/data-dist/egroupware/infolog/inc/class.uicustomfields.inc.php
-www/data-dist/egroupware/infolog/inc/class.uiinfolog.inc.php
-www/data-dist/egroupware/infolog/inc/class.vcalinfolog.inc.php
-www/data-dist/egroupware/infolog/inc/hook_deleteaccount.inc.php
-www/data-dist/egroupware/infolog/inc/hook_home.inc.php
-www/data-dist/egroupware/infolog/inc/hook_settings.inc.php
-www/data-dist/egroupware/infolog/index.php
-www/data-dist/egroupware/infolog/setup/etemplates.inc.php
-www/data-dist/egroupware/infolog/setup/phpgw_ca.lang
-www/data-dist/egroupware/infolog/setup/phpgw_cs.lang
-www/data-dist/egroupware/infolog/setup/phpgw_da.lang
-www/data-dist/egroupware/infolog/setup/phpgw_de.lang
-www/data-dist/egroupware/infolog/setup/phpgw_el.lang
-www/data-dist/egroupware/infolog/setup/phpgw_en.lang
-www/data-dist/egroupware/infolog/setup/phpgw_es-es.lang
-www/data-dist/egroupware/infolog/setup/phpgw_eu.lang
-www/data-dist/egroupware/infolog/setup/phpgw_fi.lang
-www/data-dist/egroupware/infolog/setup/phpgw_fr.lang
-www/data-dist/egroupware/infolog/setup/phpgw_gl.lang
-www/data-dist/egroupware/infolog/setup/phpgw_hr.lang
-www/data-dist/egroupware/infolog/setup/phpgw_hu.lang
-www/data-dist/egroupware/infolog/setup/phpgw_it.lang
-www/data-dist/egroupware/infolog/setup/phpgw_iw.lang
-www/data-dist/egroupware/infolog/setup/phpgw_ja.lang
-www/data-dist/egroupware/infolog/setup/phpgw_ko.lang
-www/data-dist/egroupware/infolog/setup/phpgw_lt.lang
-www/data-dist/egroupware/infolog/setup/phpgw_lv.lang
-www/data-dist/egroupware/infolog/setup/phpgw_nl.lang
-www/data-dist/egroupware/infolog/setup/phpgw_no.lang
-www/data-dist/egroupware/infolog/setup/phpgw_pl.lang
-www/data-dist/egroupware/infolog/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/infolog/setup/phpgw_pt.lang
-www/data-dist/egroupware/infolog/setup/phpgw_ru.lang
-www/data-dist/egroupware/infolog/setup/phpgw_sk.lang
-www/data-dist/egroupware/infolog/setup/phpgw_sl.lang
-www/data-dist/egroupware/infolog/setup/phpgw_sv.lang
-www/data-dist/egroupware/infolog/setup/phpgw_tr.lang
-www/data-dist/egroupware/infolog/setup/phpgw_uk.lang
-www/data-dist/egroupware/infolog/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/infolog/setup/phpgw_zh.lang
-www/data-dist/egroupware/infolog/setup/setup.inc.php
-www/data-dist/egroupware/infolog/setup/tables_current.inc.php
-www/data-dist/egroupware/infolog/setup/tables_update.inc.php
-www/data-dist/egroupware/infolog/templates/default/admin.tpl
-www/data-dist/egroupware/infolog/templates/default/app.css
-www/data-dist/egroupware/infolog/templates/default/csv_import.tpl
-www/data-dist/egroupware/infolog/templates/default/customfields.xet
-www/data-dist/egroupware/infolog/templates/default/delete.xet
-www/data-dist/egroupware/infolog/templates/default/edit.xet
-www/data-dist/egroupware/infolog/templates/default/images/billed.gif
-www/data-dist/egroupware/infolog/templates/default/images/billed.png
-www/data-dist/egroupware/infolog/templates/default/images/call.gif
-www/data-dist/egroupware/infolog/templates/default/images/call.png
-www/data-dist/egroupware/infolog/templates/default/images/cancelled.png
-www/data-dist/egroupware/infolog/templates/default/images/deleted.png
-www/data-dist/egroupware/infolog/templates/default/images/done.gif
-www/data-dist/egroupware/infolog/templates/default/images/done.png
-www/data-dist/egroupware/infolog/templates/default/images/email.png
-www/data-dist/egroupware/infolog/templates/default/images/index.html
-www/data-dist/egroupware/infolog/templates/default/images/navbar.png
-www/data-dist/egroupware/infolog/templates/default/images/not-started.png
-www/data-dist/egroupware/infolog/templates/default/images/note.gif
-www/data-dist/egroupware/infolog/templates/default/images/note.png
-www/data-dist/egroupware/infolog/templates/default/images/offer.gif
-www/data-dist/egroupware/infolog/templates/default/images/offer.png
-www/data-dist/egroupware/infolog/templates/default/images/ongoing.gif
-www/data-dist/egroupware/infolog/templates/default/images/ongoing.png
-www/data-dist/egroupware/infolog/templates/default/images/parent.gif
-www/data-dist/egroupware/infolog/templates/default/images/parent.png
-www/data-dist/egroupware/infolog/templates/default/images/phone.gif
-www/data-dist/egroupware/infolog/templates/default/images/phone.png
-www/data-dist/egroupware/infolog/templates/default/images/task.gif
-www/data-dist/egroupware/infolog/templates/default/images/task.png
-www/data-dist/egroupware/infolog/templates/default/images/timesheet.png
-www/data-dist/egroupware/infolog/templates/default/images/will-call.gif
-www/data-dist/egroupware/infolog/templates/default/images/will-call.png
-www/data-dist/egroupware/infolog/templates/default/index.xet
-www/data-dist/egroupware/infolog/templates/default/preference_acl_row.tpl
-www/data-dist/egroupware/infolog/templates/default/preference_colspan.tpl
-www/data-dist/egroupware/infolog/templates/jerryr/images/billed.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/call.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/done.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/email.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/note.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/offer.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/ongoing.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/parent.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/phone.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/task.png
-www/data-dist/egroupware/infolog/templates/jerryr/images/will-call.png
-www/data-dist/egroupware/login.php
-www/data-dist/egroupware/logout.php
-www/data-dist/egroupware/manual/inc/class.uimanual.inc.php
-www/data-dist/egroupware/manual/inc/class.uimanualadmin.inc.php
-www/data-dist/egroupware/manual/index.php
-www/data-dist/egroupware/manual/setup/phpgw_ca.lang
-www/data-dist/egroupware/manual/setup/phpgw_cs.lang
-www/data-dist/egroupware/manual/setup/phpgw_da.lang
-www/data-dist/egroupware/manual/setup/phpgw_de.lang
-www/data-dist/egroupware/manual/setup/phpgw_el.lang
-www/data-dist/egroupware/manual/setup/phpgw_en.lang
-www/data-dist/egroupware/manual/setup/phpgw_es-es.lang
-www/data-dist/egroupware/manual/setup/phpgw_fi.lang
-www/data-dist/egroupware/manual/setup/phpgw_fr.lang
-www/data-dist/egroupware/manual/setup/phpgw_gl.lang
-www/data-dist/egroupware/manual/setup/phpgw_hr.lang
-www/data-dist/egroupware/manual/setup/phpgw_hu.lang
-www/data-dist/egroupware/manual/setup/phpgw_it.lang
-www/data-dist/egroupware/manual/setup/phpgw_iw.lang
-www/data-dist/egroupware/manual/setup/phpgw_ja.lang
-www/data-dist/egroupware/manual/setup/phpgw_ko.lang
-www/data-dist/egroupware/manual/setup/phpgw_lt.lang
-www/data-dist/egroupware/manual/setup/phpgw_nl.lang
-www/data-dist/egroupware/manual/setup/phpgw_no.lang
-www/data-dist/egroupware/manual/setup/phpgw_pl.lang
-www/data-dist/egroupware/manual/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/manual/setup/phpgw_pt.lang
-www/data-dist/egroupware/manual/setup/phpgw_ru.lang
-www/data-dist/egroupware/manual/setup/phpgw_sk.lang
-www/data-dist/egroupware/manual/setup/phpgw_sl.lang
-www/data-dist/egroupware/manual/setup/phpgw_sv.lang
-www/data-dist/egroupware/manual/setup/phpgw_uk.lang
-www/data-dist/egroupware/manual/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/manual/setup/phpgw_zh.lang
-www/data-dist/egroupware/manual/setup/setup.inc.php
-www/data-dist/egroupware/manual/templates/default/config.tpl
-www/data-dist/egroupware/manual/templates/default/images/milestone.png
-www/data-dist/egroupware/manual/templates/default/images/navbar.png
-www/data-dist/egroupware/manual/templates/default/images/progressbar.png
-www/data-dist/egroupware/manual/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/manual/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/manual/templates/jerryr/images/navbar_over.png
-www/data-dist/egroupware/mydms/Changelog
-www/data-dist/egroupware/mydms/LICENSE
-www/data-dist/egroupware/mydms/README
-www/data-dist/egroupware/mydms/inc/changelog
-www/data-dist/egroupware/mydms/inc/class.bofolder.inc.php
-www/data-dist/egroupware/mydms/inc/class.bomydms.inc.php
-www/data-dist/egroupware/mydms/inc/class.uifolder.inc.php
-www/data-dist/egroupware/mydms/inc/class.uimydms.inc.php
-www/data-dist/egroupware/mydms/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/mydms/inc/inc.AccessUtils.php
-www/data-dist/egroupware/mydms/inc/inc.Authentication.php
-www/data-dist/egroupware/mydms/inc/inc.ClassAccess.php
-www/data-dist/egroupware/mydms/inc/inc.ClassDocument.php
-www/data-dist/egroupware/mydms/inc/inc.ClassFolder.php
-www/data-dist/egroupware/mydms/inc/inc.ClassGroup.php
-www/data-dist/egroupware/mydms/inc/inc.ClassKeywords.php
-www/data-dist/egroupware/mydms/inc/inc.ClassUser.php
-www/data-dist/egroupware/mydms/inc/inc.DBAccess.php
-www/data-dist/egroupware/mydms/inc/inc.FileUtils.php
-www/data-dist/egroupware/mydms/inc/inc.Language.php
-www/data-dist/egroupware/mydms/inc/inc.OutUtils.php
-www/data-dist/egroupware/mydms/inc/inc.Settings.php
-www/data-dist/egroupware/mydms/inc/inc.Utils.php
-www/data-dist/egroupware/mydms/index.php
-www/data-dist/egroupware/mydms/install.txt
-www/data-dist/egroupware/mydms/js/jscode/folderChooser.js
-www/data-dist/egroupware/mydms/js/jscode/mydms.js
-www/data-dist/egroupware/mydms/js/jscode/viewDocument.js
-www/data-dist/egroupware/mydms/languages/Chinese/lang.inc
-www/data-dist/egroupware/mydms/languages/English/lang.inc
-www/data-dist/egroupware/mydms/languages/German/lang.inc
-www/data-dist/egroupware/mydms/languages/German/lang.inc.dawnlinux.original
-www/data-dist/egroupware/mydms/op/.htaccess
-www/data-dist/egroupware/mydms/op/convert_excel.js
-www/data-dist/egroupware/mydms/op/convert_pp.js
-www/data-dist/egroupware/mydms/op/convert_word.js
-www/data-dist/egroupware/mydms/op/op.AddDocument.php
-www/data-dist/egroupware/mydms/op/op.AddDocumentLink.php
-www/data-dist/egroupware/mydms/op/op.AddSubFolder.php
-www/data-dist/egroupware/mydms/op/op.DefaultKeywords.php
-www/data-dist/egroupware/mydms/op/op.DocumentAccess.php
-www/data-dist/egroupware/mydms/op/op.DocumentNotify.php
-www/data-dist/egroupware/mydms/op/op.Download.php
-www/data-dist/egroupware/mydms/op/op.EditDocument.php
-www/data-dist/egroupware/mydms/op/op.EditFolder.php
-www/data-dist/egroupware/mydms/op/op.EditUserData.php
-www/data-dist/egroupware/mydms/op/op.FolderAccess.php
-www/data-dist/egroupware/mydms/op/op.FolderNotify.php
-www/data-dist/egroupware/mydms/op/op.GroupMgr.php
-www/data-dist/egroupware/mydms/op/op.LockDocument.php
-www/data-dist/egroupware/mydms/op/op.Login.php
-www/data-dist/egroupware/mydms/op/op.Logout.php
-www/data-dist/egroupware/mydms/op/op.MoveDocument.php
-www/data-dist/egroupware/mydms/op/op.MoveFolder.php
-www/data-dist/egroupware/mydms/op/op.NotifyMailer.php
-www/data-dist/egroupware/mydms/op/op.RemoveDocument.php
-www/data-dist/egroupware/mydms/op/op.RemoveDocumentLink.php
-www/data-dist/egroupware/mydms/op/op.RemoveFolder.php
-www/data-dist/egroupware/mydms/op/op.RemoveVersion.php
-www/data-dist/egroupware/mydms/op/op.Search.php
-www/data-dist/egroupware/mydms/op/op.SetExpires.php
-www/data-dist/egroupware/mydms/op/op.UnlockDocument.php
-www/data-dist/egroupware/mydms/op/op.UpdateDocument.php
-www/data-dist/egroupware/mydms/op/op.UsrMgr.php
-www/data-dist/egroupware/mydms/op/op.ViewOnline.php
-www/data-dist/egroupware/mydms/out/images/del.gif
-www/data-dist/egroupware/mydms/out/images/docs.gif
-www/data-dist/egroupware/mydms/out/images/down.gif
-www/data-dist/egroupware/mydms/out/images/download.gif
-www/data-dist/egroupware/mydms/out/images/download_header.gif
-www/data-dist/egroupware/mydms/out/images/dummy.gif
-www/data-dist/egroupware/mydms/out/images/file.gif
-www/data-dist/egroupware/mydms/out/images/folder_closed.gif
-www/data-dist/egroupware/mydms/out/images/folder_opened.gif
-www/data-dist/egroupware/mydms/out/images/groupicon.gif
-www/data-dist/egroupware/mydms/out/images/icons/binary.png
-www/data-dist/egroupware/mydms/out/images/icons/default.png
-www/data-dist/egroupware/mydms/out/images/icons/document.png
-www/data-dist/egroupware/mydms/out/images/icons/excel.png
-www/data-dist/egroupware/mydms/out/images/icons/gz.png
-www/data-dist/egroupware/mydms/out/images/icons/html.png
-www/data-dist/egroupware/mydms/out/images/icons/image.png
-www/data-dist/egroupware/mydms/out/images/icons/log.png
-www/data-dist/egroupware/mydms/out/images/icons/midi.png
-www/data-dist/egroupware/mydms/out/images/icons/pdf.png
-www/data-dist/egroupware/mydms/out/images/icons/powerpoint.png
-www/data-dist/egroupware/mydms/out/images/icons/sound.png
-www/data-dist/egroupware/mydms/out/images/icons/source_c.png
-www/data-dist/egroupware/mydms/out/images/icons/source_cpp.png
-www/data-dist/egroupware/mydms/out/images/icons/source_h.png
-www/data-dist/egroupware/mydms/out/images/icons/source_java.png
-www/data-dist/egroupware/mydms/out/images/icons/source_py.png
-www/data-dist/egroupware/mydms/out/images/icons/spreadsheet.png
-www/data-dist/egroupware/mydms/out/images/icons/tar.png
-www/data-dist/egroupware/mydms/out/images/icons/tex.png
-www/data-dist/egroupware/mydms/out/images/icons/txt.png
-www/data-dist/egroupware/mydms/out/images/icons/video.png
-www/data-dist/egroupware/mydms/out/images/icons/word.png
-www/data-dist/egroupware/mydms/out/images/infos.gif
-www/data-dist/egroupware/mydms/out/images/line_vert.gif
-www/data-dist/egroupware/mydms/out/images/line_vert_edit.gif
-www/data-dist/egroupware/mydms/out/images/path_left.gif
-www/data-dist/egroupware/mydms/out/images/path_right.gif
-www/data-dist/egroupware/mydms/out/images/right.gif
-www/data-dist/egroupware/mydms/out/images/right_in.gif
-www/data-dist/egroupware/mydms/out/images/right_in_plus.gif
-www/data-dist/egroupware/mydms/out/images/right_in_to_down.gif
-www/data-dist/egroupware/mydms/out/images/right_last.gif
-www/data-dist/egroupware/mydms/out/images/save.gif
-www/data-dist/egroupware/mydms/out/images/subfolders.gif
-www/data-dist/egroupware/mydms/out/images/to_down.gif
-www/data-dist/egroupware/mydms/out/images/usericon.gif
-www/data-dist/egroupware/mydms/out/images/view.gif
-www/data-dist/egroupware/mydms/out/out.AddDocument.php
-www/data-dist/egroupware/mydms/out/out.AddSubFolder.php
-www/data-dist/egroupware/mydms/out/out.AdminTools.php
-www/data-dist/egroupware/mydms/out/out.DefaultKeywords.php
-www/data-dist/egroupware/mydms/out/out.DocumentAccess.php
-www/data-dist/egroupware/mydms/out/out.DocumentChooser.php
-www/data-dist/egroupware/mydms/out/out.DocumentNotify.php
-www/data-dist/egroupware/mydms/out/out.EditDocument.php
-www/data-dist/egroupware/mydms/out/out.EditFolder.php
-www/data-dist/egroupware/mydms/out/out.EditUserData.php
-www/data-dist/egroupware/mydms/out/out.FolderAccess.php
-www/data-dist/egroupware/mydms/out/out.FolderChooser.php
-www/data-dist/egroupware/mydms/out/out.FolderNotify.php
-www/data-dist/egroupware/mydms/out/out.GroupMgr.php
-www/data-dist/egroupware/mydms/out/out.KeywordChooser.php
-www/data-dist/egroupware/mydms/out/out.Login.php
-www/data-dist/egroupware/mydms/out/out.MoveDocument.php
-www/data-dist/egroupware/mydms/out/out.MoveFolder.php
-www/data-dist/egroupware/mydms/out/out.RemoveDocument.php
-www/data-dist/egroupware/mydms/out/out.RemoveFolder.php
-www/data-dist/egroupware/mydms/out/out.RemoveVersion.php
-www/data-dist/egroupware/mydms/out/out.SearchForm.php
-www/data-dist/egroupware/mydms/out/out.SetExpires.php
-www/data-dist/egroupware/mydms/out/out.Statistic.php
-www/data-dist/egroupware/mydms/out/out.UpdateDocument.php
-www/data-dist/egroupware/mydms/out/out.UserImage.php
-www/data-dist/egroupware/mydms/out/out.UserList.php
-www/data-dist/egroupware/mydms/out/out.UsrMgr.php
-www/data-dist/egroupware/mydms/out/out.ViewDocument.php
-www/data-dist/egroupware/mydms/out/out.ViewFolder.php
-www/data-dist/egroupware/mydms/out/styles.css
-www/data-dist/egroupware/mydms/runNotifyMailer.bat
-www/data-dist/egroupware/mydms/setup/default_records.inc.php
-www/data-dist/egroupware/mydms/setup/phpgw_cs.lang
-www/data-dist/egroupware/mydms/setup/phpgw_da.lang
-www/data-dist/egroupware/mydms/setup/phpgw_de.lang
-www/data-dist/egroupware/mydms/setup/phpgw_en.lang
-www/data-dist/egroupware/mydms/setup/phpgw_es-es.lang
-www/data-dist/egroupware/mydms/setup/phpgw_fr.lang
-www/data-dist/egroupware/mydms/setup/phpgw_gl.lang
-www/data-dist/egroupware/mydms/setup/phpgw_hu.lang
-www/data-dist/egroupware/mydms/setup/phpgw_it.lang
-www/data-dist/egroupware/mydms/setup/phpgw_lt.lang
-www/data-dist/egroupware/mydms/setup/phpgw_nl.lang
-www/data-dist/egroupware/mydms/setup/phpgw_no.lang
-www/data-dist/egroupware/mydms/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/mydms/setup/phpgw_pt.lang
-www/data-dist/egroupware/mydms/setup/phpgw_ru.lang
-www/data-dist/egroupware/mydms/setup/phpgw_sl.lang
-www/data-dist/egroupware/mydms/setup/phpgw_sv.lang
-www/data-dist/egroupware/mydms/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/mydms/setup/phpgw_zh.lang
-www/data-dist/egroupware/mydms/setup/setup.inc.php
-www/data-dist/egroupware/mydms/setup/tables_current.inc.php
-www/data-dist/egroupware/mydms/setup/tables_update.inc.php
-www/data-dist/egroupware/mydms/templates/Byron/images/navbar-over.png
-www/data-dist/egroupware/mydms/templates/Byron/images/navbar.png
-www/data-dist/egroupware/mydms/templates/default/app.css
-www/data-dist/egroupware/mydms/templates/default/copyFolder.tpl
-www/data-dist/egroupware/mydms/templates/default/folderChooser.tpl
-www/data-dist/egroupware/mydms/templates/default/images/GO-header.png
-www/data-dist/egroupware/mydms/templates/default/images/Thumbs.db
-www/data-dist/egroupware/mydms/templates/default/images/apache_logo.gif
-www/data-dist/egroupware/mydms/templates/default/images/attach.gif
-www/data-dist/egroupware/mydms/templates/default/images/blank.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/Thumbs.db
-www/data-dist/egroupware/mydms/templates/default/images/buttons/ab_add_company.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/ab_addressbooks.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/ab_browse.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/ab_companies.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/ab_search.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/ab_search_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/accounts.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/add_contact.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/addressbook.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/addressbook_big.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/arrow_down.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/arrow_up.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/atualizar.sh
-www/data-dist/egroupware/mydms/templates/default/images/buttons/authorise.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/bg_color.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/block.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/bm_add_bookmark.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/bm_add_bookmark_big.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/bold.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/bookmarks.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/bullist.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cal_compose.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cal_day.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cal_group.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cal_list.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cal_month.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cal_print.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cal_refresh.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cal_week.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/calendar.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/center.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cms.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/collapse_all.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/compose.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/compress.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/compress_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/configure.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/copy.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/copy_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/copy_small.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/custom_fields.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cut.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cut_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/cut_small.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/day.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/decompress.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/decompress_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/delete.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/delete.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/delete_big.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/delete_big_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/dn.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/drafts.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/e-mail.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/edit.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/edit.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/em_refresh.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/em_settings_admin.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/email.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/email_small.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/empty_folder.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/exit.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/exit_small.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/export.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/fileclose.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/files.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/filesave.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/filesystem.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/filetypes.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/filters.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/folders.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/forecol.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/forward.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/fs_refresh.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/fs_refresh_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/garfield.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/groups.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/help.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/home.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/home.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/home_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/image.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/import.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/inbox.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/inbox_big.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/indent.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/italic.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/justify.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/left.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/left_arrow.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/link.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/listview.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/logout.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/lt.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/mail_account.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/mailings.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/markread.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/markunread.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_addressbook.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_bookmarks.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_calendar.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_cms.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_email.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_filesystem.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_garfield.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_notes.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_projects.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_search.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/menu_summary.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/mode.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/modules.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/move.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/new_folder.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/new_folder_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/new_letter.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/newdoc.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/next.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/notes.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/ordlist.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/outdent.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/paste.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/paste_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/paste_small.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/plus_node.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/preferences.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/previous.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/print.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/projects.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/prop.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/properties.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/properties.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/redo.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/refresh.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/reply.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/reply_all.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/right.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/right_arrow.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/rt.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/rule.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/save.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sc_compose.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sc_refresh.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sc_settings_admin.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/scheduler.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/search.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/searching.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sent.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/seperator.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sharing.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sharing_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/spam.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/strikethrough.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/submenu.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/subscript.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sum_calendar.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sum_notes.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sum_todos.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/summary.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/superscript.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/sysinfo.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/textcolor.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/todo.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/todos.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/underline.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/undo.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/unsubscribe_event.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/up.gif
-www/data-dist/egroupware/mydms/templates/default/images/buttons/up_load.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/upload.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/upload_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/uplvl_big.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/uplvl_big_32.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/users.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/viewmag.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/viewmag_big.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/week.png
-www/data-dist/egroupware/mydms/templates/default/images/buttons/window_new.png
-www/data-dist/egroupware/mydms/templates/default/images/cccccc.gif
-www/data-dist/egroupware/mydms/templates/default/images/clock.gif
-www/data-dist/egroupware/mydms/templates/default/images/clockout.gif
-www/data-dist/egroupware/mydms/templates/default/images/colors.gif
-www/data-dist/egroupware/mydms/templates/default/images/del.gif
-www/data-dist/egroupware/mydms/templates/default/images/download.gif
-www/data-dist/egroupware/mydms/templates/default/images/enter_data.png
-www/data-dist/egroupware/mydms/templates/default/images/flag.png
-www/data-dist/egroupware/mydms/templates/default/images/google.gif
-www/data-dist/egroupware/mydms/templates/default/images/groupicon.gif
-www/data-dist/egroupware/mydms/templates/default/images/high_priority.gif
-www/data-dist/egroupware/mydms/templates/default/images/important.gif
-www/data-dist/egroupware/mydms/templates/default/images/important.png
-www/data-dist/egroupware/mydms/templates/default/images/important_big.gif
-www/data-dist/egroupware/mydms/templates/default/images/info.png
-www/data-dist/egroupware/mydms/templates/default/images/intermesh.gif
-www/data-dist/egroupware/mydms/templates/default/images/intermesh2.jpg
-www/data-dist/egroupware/mydms/templates/default/images/low_priority.gif
-www/data-dist/egroupware/mydms/templates/default/images/mail.png
-www/data-dist/egroupware/mydms/templates/default/images/mail_forw.png
-www/data-dist/egroupware/mydms/templates/default/images/mail_repl.png
-www/data-dist/egroupware/mydms/templates/default/images/menu/Thumbs.db
-www/data-dist/egroupware/mydms/templates/default/images/menu/arrow.gif
-www/data-dist/egroupware/mydms/templates/default/images/menu/arrowdown.gif
-www/data-dist/egroupware/mydms/templates/default/images/menu/blank.gif
-www/data-dist/egroupware/mydms/templates/default/images/menu/spacer.gif
-www/data-dist/egroupware/mydms/templates/default/images/menu_arrow.gif
-www/data-dist/egroupware/mydms/templates/default/images/menu_arrowdn.gif
-www/data-dist/egroupware/mydms/templates/default/images/menuarrow.gif
-www/data-dist/egroupware/mydms/templates/default/images/menubalk.gif
-www/data-dist/egroupware/mydms/templates/default/images/menubar.gif
-www/data-dist/egroupware/mydms/templates/default/images/mysql_logo.gif
-www/data-dist/egroupware/mydms/templates/default/images/navbar.png
-www/data-dist/egroupware/mydms/templates/default/images/newmail.png
-www/data-dist/egroupware/mydms/templates/default/images/offer.gif
-www/data-dist/egroupware/mydms/templates/default/images/offer.png
-www/data-dist/egroupware/mydms/templates/default/images/ok.gif
-www/data-dist/egroupware/mydms/templates/default/images/ok.png
-www/data-dist/egroupware/mydms/templates/default/images/onderbalk.gif
-www/data-dist/egroupware/mydms/templates/default/images/onderbalk.png
-www/data-dist/egroupware/mydms/templates/default/images/ongoing.gif
-www/data-dist/egroupware/mydms/templates/default/images/ongoing.png
-www/data-dist/egroupware/mydms/templates/default/images/php_logo.gif
-www/data-dist/egroupware/mydms/templates/default/images/questionmark.png
-www/data-dist/egroupware/mydms/templates/default/images/redhat_logo.gif
-www/data-dist/egroupware/mydms/templates/default/images/save.gif
-www/data-dist/egroupware/mydms/templates/default/images/shared.png
-www/data-dist/egroupware/mydms/templates/default/images/site.png
-www/data-dist/egroupware/mydms/templates/default/images/stop.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/Thumbs.db
-www/data-dist/egroupware/mydms/templates/default/images/treeview/blank.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/emptylastnode.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/emptynode.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/folder.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/folder_invisible.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/folderclosed.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/folderopen.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/home.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/lastnode.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/min_node.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/min_node_white.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/mlastnode.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/mnode.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/node.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/plastnode.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/plus_node.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/plus_node_white.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/pnode.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/shared_folder.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/shared_folder_closed.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/shared_folder_open.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/vertline.gif
-www/data-dist/egroupware/mydms/templates/default/images/treeview/workgroup.png
-www/data-dist/egroupware/mydms/templates/default/images/treeview/workstation.png
-www/data-dist/egroupware/mydms/templates/default/images/usericon.gif
-www/data-dist/egroupware/mydms/templates/default/viewDocument.tpl
-www/data-dist/egroupware/mydms/templates/default/viewDocument.tpll
-www/data-dist/egroupware/mydms/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/mydms/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/mydms/themes/default/DocumentPageEnd.html
-www/data-dist/egroupware/mydms/themes/default/DocumentPageStart.html
-www/data-dist/egroupware/mydms/themes/default/EndBox.html
-www/data-dist/egroupware/mydms/themes/default/FolderPageEnd.html
-www/data-dist/egroupware/mydms/themes/default/FolderPageStart.html
-www/data-dist/egroupware/mydms/themes/default/HTMLFoot.html
-www/data-dist/egroupware/mydms/themes/default/HTMLHead.html
-www/data-dist/egroupware/mydms/themes/default/NextBox.html
-www/data-dist/egroupware/mydms/themes/default/StartBox.html
-www/data-dist/egroupware/mydms/themes/default/TitleBar.html
-www/data-dist/egroupware/mydms/themes/default/styles.css
-www/data-dist/egroupware/news_admin/doc/copyright.gpl
-www/data-dist/egroupware/news_admin/inc/class.boacl.inc.php
-www/data-dist/egroupware/news_admin/inc/class.boexport.inc.php
-www/data-dist/egroupware/news_admin/inc/class.bonews.inc.php
-www/data-dist/egroupware/news_admin/inc/class.sbox.inc.php
-www/data-dist/egroupware/news_admin/inc/class.soexport.inc.php
-www/data-dist/egroupware/news_admin/inc/class.uiacl.inc.php
-www/data-dist/egroupware/news_admin/inc/class.uiexport.inc.php
-www/data-dist/egroupware/news_admin/inc/class.uinews.inc.php
-www/data-dist/egroupware/news_admin/inc/hook_admin.inc.php
-www/data-dist/egroupware/news_admin/inc/hook_config_validate.inc.php
-www/data-dist/egroupware/news_admin/inc/hook_home.inc.php
-www/data-dist/egroupware/news_admin/inc/hook_preferences.inc.php
-www/data-dist/egroupware/news_admin/inc/hook_settings.inc.php
-www/data-dist/egroupware/news_admin/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/news_admin/index.php
-www/data-dist/egroupware/news_admin/setup/etemplates.inc.php
-www/data-dist/egroupware/news_admin/setup/phpgw_ca.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_cs.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_da.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_de.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_en.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_es-es.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_fa.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_fi.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_fr.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_gl.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_hr.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_hu.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_it.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_iw.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_lt.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_lv.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_nl.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_no.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_pl.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_pt.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_ru.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_sk.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_sl.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_sv.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_uk.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/news_admin/setup/phpgw_zh.lang
-www/data-dist/egroupware/news_admin/setup/setup.inc.php
-www/data-dist/egroupware/news_admin/setup/tables_current.inc.php
-www/data-dist/egroupware/news_admin/setup/tables_update.inc.php
-www/data-dist/egroupware/news_admin/sitemgr/class.module_news_admin.inc.php
-www/data-dist/egroupware/news_admin/templates/default/acl.tpl
-www/data-dist/egroupware/news_admin/templates/default/app.css
-www/data-dist/egroupware/news_admin/templates/default/config.tpl
-www/data-dist/egroupware/news_admin/templates/default/edit.xet
-www/data-dist/egroupware/news_admin/templates/default/export.tpl
-www/data-dist/egroupware/news_admin/templates/default/images/navbar.gif
-www/data-dist/egroupware/news_admin/templates/default/images/navbar.png
-www/data-dist/egroupware/news_admin/templates/default/images/news-corner.gif
-www/data-dist/egroupware/news_admin/templates/default/images/news-corner.png
-www/data-dist/egroupware/news_admin/templates/default/index.xet
-www/data-dist/egroupware/news_admin/templates/default/rdf.tpl
-www/data-dist/egroupware/news_admin/templates/default/rdf_row.tpl
-www/data-dist/egroupware/news_admin/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/news_admin/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/news_admin/website/export.php
-www/data-dist/egroupware/news_admin/website/templates/images/news-corner.gif
-www/data-dist/egroupware/news_admin/website/templates/images/news-corner.png
-www/data-dist/egroupware/news_admin/website/templates/rdf.tpl
-www/data-dist/egroupware/news_admin/website/templates/rdf_row.tpl
-www/data-dist/egroupware/news_admin/website/templates/rss091.tpl
-www/data-dist/egroupware/news_admin/website/templates/rss1.tpl
-www/data-dist/egroupware/news_admin/website/templates/rss2.tpl
-www/data-dist/egroupware/notifications/inc/class.iface_notification.inc.php
-www/data-dist/egroupware/notifications/inc/class.notification.inc.php
-www/data-dist/egroupware/notifications/inc/class.notification_popup.inc.php
-www/data-dist/egroupware/notifications/inc/class.uinotificationprefs.inc.php
-www/data-dist/egroupware/notifications/inc/hook_after_navbar.inc.php
-www/data-dist/egroupware/notifications/inc/hook_preferences.inc.php
-www/data-dist/egroupware/notifications/js/notificationajaxpopup.js
-www/data-dist/egroupware/notifications/setup/etemplates.inc.php
-www/data-dist/egroupware/notifications/setup/phpgw_de.lang
-www/data-dist/egroupware/notifications/setup/phpgw_en.lang
-www/data-dist/egroupware/notifications/setup/phpgw_es-es.lang
-www/data-dist/egroupware/notifications/setup/phpgw_fi.lang
-www/data-dist/egroupware/notifications/setup/phpgw_fr.lang
-www/data-dist/egroupware/notifications/setup/phpgw_it.lang
-www/data-dist/egroupware/notifications/setup/phpgw_pl.lang
-www/data-dist/egroupware/notifications/setup/phpgw_sk.lang
-www/data-dist/egroupware/notifications/setup/phpgw_sl.lang
-www/data-dist/egroupware/notifications/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/notifications/setup/setup.inc.php
-www/data-dist/egroupware/notifications/setup/tables_current.inc.php
-www/data-dist/egroupware/notifications/setup/tables_update.inc.php
-www/data-dist/egroupware/notifications/templates/default/images/navbar.png
-www/data-dist/egroupware/notify.php
-www/data-dist/egroupware/notify_simple.php
-www/data-dist/egroupware/notifyxml.php
-www/data-dist/egroupware/phpbrain/inc/class.bokb.inc.php
-www/data-dist/egroupware/phpbrain/inc/class.sokb.inc.php
-www/data-dist/egroupware/phpbrain/inc/class.uikb.inc.php
-www/data-dist/egroupware/phpbrain/inc/hook_admin.inc.php
-www/data-dist/egroupware/phpbrain/inc/hook_config.inc.php
-www/data-dist/egroupware/phpbrain/inc/hook_config_validate.inc.php
-www/data-dist/egroupware/phpbrain/inc/hook_deleteaccount.inc.php
-www/data-dist/egroupware/phpbrain/inc/hook_preferences.inc.php
-www/data-dist/egroupware/phpbrain/inc/hook_settings.inc.php
-www/data-dist/egroupware/phpbrain/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/phpbrain/index.php
-www/data-dist/egroupware/phpbrain/setup/phpgw_ca.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_cs.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_da.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_de.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_el.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_en.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_es-es.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_eu.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_fi.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_fr.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_gl.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_hr.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_hu.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_it.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_iw.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_ko.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_lt.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_lv.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_nl.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_no.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_pl.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_pt.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_ru.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_sk.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_sl.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_sv.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/phpbrain/setup/phpgw_zh.lang
-www/data-dist/egroupware/phpbrain/setup/setup.inc.php
-www/data-dist/egroupware/phpbrain/setup/tables_current.inc.php
-www/data-dist/egroupware/phpbrain/setup/tables_update.inc.php
-www/data-dist/egroupware/phpbrain/sitemgr/class.module_phpbrain.inc.php
-www/data-dist/egroupware/phpbrain/templates/default/adv_search.tpl
-www/data-dist/egroupware/phpbrain/templates/default/basic_search.tpl
-www/data-dist/egroupware/phpbrain/templates/default/config.tpl
-www/data-dist/egroupware/phpbrain/templates/default/delete_cat.tpl
-www/data-dist/egroupware/phpbrain/templates/default/edit_article.tpl
-www/data-dist/egroupware/phpbrain/templates/default/globcats_form.tpl
-www/data-dist/egroupware/phpbrain/templates/default/images/1stars.png
-www/data-dist/egroupware/phpbrain/templates/default/images/2stars.png
-www/data-dist/egroupware/phpbrain/templates/default/images/3stars.png
-www/data-dist/egroupware/phpbrain/templates/default/images/4stars.png
-www/data-dist/egroupware/phpbrain/templates/default/images/5stars.png
-www/data-dist/egroupware/phpbrain/templates/default/images/answer.png
-www/data-dist/egroupware/phpbrain/templates/default/images/articleprint.png
-www/data-dist/egroupware/phpbrain/templates/default/images/check.gif
-www/data-dist/egroupware/phpbrain/templates/default/images/check.png
-www/data-dist/egroupware/phpbrain/templates/default/images/mail.png
-www/data-dist/egroupware/phpbrain/templates/default/images/navbar.gif
-www/data-dist/egroupware/phpbrain/templates/default/images/navbar.png
-www/data-dist/egroupware/phpbrain/templates/default/listglobcats.tpl
-www/data-dist/egroupware/phpbrain/templates/default/mail_article.tpl
-www/data-dist/egroupware/phpbrain/templates/default/main.tpl
-www/data-dist/egroupware/phpbrain/templates/default/maintain_articles.tpl
-www/data-dist/egroupware/phpbrain/templates/default/maintain_questions.tpl
-www/data-dist/egroupware/phpbrain/templates/default/popup_search.tpl
-www/data-dist/egroupware/phpbrain/templates/default/preference_acl_row.tpl
-www/data-dist/egroupware/phpbrain/templates/default/preference_colspan.tpl
-www/data-dist/egroupware/phpbrain/templates/default/print_article.tpl
-www/data-dist/egroupware/phpbrain/templates/default/question.tpl
-www/data-dist/egroupware/phpbrain/templates/default/unanswered.tpl
-www/data-dist/egroupware/phpbrain/templates/default/view_article.tpl
-www/data-dist/egroupware/phpbrain/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/phpbrain/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/phpgwapi/addressbook.php
-www/data-dist/egroupware/phpgwapi/cron/asyncservices.php
-www/data-dist/egroupware/phpgwapi/cron/asyncwrapper.php
-www/data-dist/egroupware/phpgwapi/doc/LICENSE
-www/data-dist/egroupware/phpgwapi/doc/LICENSE.phpmailer
-www/data-dist/egroupware/phpgwapi/doc/README.first
-www/data-dist/egroupware/phpgwapi/doc/class.accounts
-www/data-dist/egroupware/phpgwapi/doc/coding_standard.txt
-www/data-dist/egroupware/phpgwapi/doc/contacts.readme.txt
-www/data-dist/egroupware/phpgwapi/doc/cvs.html
-www/data-dist/egroupware/phpgwapi/doc/eGW-overview.dia
-www/data-dist/egroupware/phpgwapi/doc/eGW-overview.eps
-www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1/AUTHORS
-www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1/COPYING
-www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1/ChangeLog
-www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1/README
-www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1/TODO
-www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1/docs/attribute-value-checks
-www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1/docs/hooks
-www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1/docs/whitelisted-url-protocols
-www/data-dist/egroupware/phpgwapi/doc/lang_files.txt
-www/data-dist/egroupware/phpgwapi/doc/ldap/README
-www/data-dist/egroupware/phpgwapi/doc/ldap/acl_egw_addressbook.conf
-www/data-dist/egroupware/phpgwapi/doc/ldap/fix-ldap-charset-for-egw1.1.pl
-www/data-dist/egroupware/phpgwapi/doc/ldap/ldap_init.txt
-www/data-dist/egroupware/phpgwapi/doc/ldap/nis2rfc2307bis.php
-www/data-dist/egroupware/phpgwapi/doc/ldap/rfc2307bis.schema
-www/data-dist/egroupware/phpgwapi/doc/php-configuration.txt
-www/data-dist/egroupware/phpgwapi/doc/phpgw.css
-www/data-dist/egroupware/phpgwapi/doc/ttkcruncher-0.2.tgz
-www/data-dist/egroupware/phpgwapi/doc/vfs/inline2lyx.pl
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs-1.html
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs-2.html
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs-3.html
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs-4.html
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs-5.html
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs-6.html
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs-7.html
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs.html
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs.lyx
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs.sgml
-www/data-dist/egroupware/phpgwapi/doc/vfs/vfs.txt
-www/data-dist/egroupware/phpgwapi/doc/vim.format
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/gw_interface.dvi
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/gw_interface.html
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/gw_interface.lyx
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/gw_interface.pdf
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/gw_interface.sgml
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/gw_interface.txt
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/perl.txt
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/phpgw_server-1.html
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/phpgw_server-2.html
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/phpgw_server.dvi
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/phpgw_server.html
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/phpgw_server.lyx
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/phpgw_server.pdf
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/phpgw_server.ps
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/phpgw_server.sgml
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/phpgw_server.txt
-www/data-dist/egroupware/phpgwapi/doc/xmlrpc/test.py
-www/data-dist/egroupware/phpgwapi/images/README
-www/data-dist/egroupware/phpgwapi/images/blocks.png
-www/data-dist/egroupware/phpgwapi/images/books.png
-www/data-dist/egroupware/phpgwapi/images/charts.png
-www/data-dist/egroupware/phpgwapi/images/clipboard.png
-www/data-dist/egroupware/phpgwapi/images/communications.png
-www/data-dist/egroupware/phpgwapi/images/configure.png
-www/data-dist/egroupware/phpgwapi/images/connect.png
-www/data-dist/egroupware/phpgwapi/images/finance.png
-www/data-dist/egroupware/phpgwapi/images/gear.png
-www/data-dist/egroupware/phpgwapi/images/hardware.png
-www/data-dist/egroupware/phpgwapi/images/help.png
-www/data-dist/egroupware/phpgwapi/images/idea.png
-www/data-dist/egroupware/phpgwapi/images/important.png
-www/data-dist/egroupware/phpgwapi/images/index.php
-www/data-dist/egroupware/phpgwapi/images/info.png
-www/data-dist/egroupware/phpgwapi/images/linux.png
-www/data-dist/egroupware/phpgwapi/images/mac.png
-www/data-dist/egroupware/phpgwapi/images/open_book.png
-www/data-dist/egroupware/phpgwapi/images/open_folder.png
-www/data-dist/egroupware/phpgwapi/images/people.png
-www/data-dist/egroupware/phpgwapi/images/person.png
-www/data-dist/egroupware/phpgwapi/images/screen.png
-www/data-dist/egroupware/phpgwapi/images/security.png
-www/data-dist/egroupware/phpgwapi/images/star.png
-www/data-dist/egroupware/phpgwapi/images/stats.png
-www/data-dist/egroupware/phpgwapi/images/table.png
-www/data-dist/egroupware/phpgwapi/images/winclose.gif
-www/data-dist/egroupware/phpgwapi/images/windows.png
-www/data-dist/egroupware/phpgwapi/images/world.png
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-csvlib.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-datadict.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-error.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-errorhandler.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-errorpear.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-exceptions.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-iterator.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-lib.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-pager.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-pear.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-perf.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-php4.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-time.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-time.zip
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb-xmlschema.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/adodb.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/contrib/toxmlrpc.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/cute_icons_for_site/adodb.gif
-www/data-dist/egroupware/phpgwapi/inc/adodb/cute_icons_for_site/adodb2.gif
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-access.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-db2.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-firebird.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-generic.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-ibase.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-informix.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-mssql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-mysql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-oci8.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-postgres.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-sapdb.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/datadict/datadict-sybase.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/docs/docs-adodb.htm
-www/data-dist/egroupware/phpgwapi/inc/adodb/docs/docs-datadict.htm
-www/data-dist/egroupware/phpgwapi/inc/adodb/docs/docs-oracle.htm
-www/data-dist/egroupware/phpgwapi/inc/adodb/docs/docs-perf.htm
-www/data-dist/egroupware/phpgwapi/inc/adodb/docs/docs-session.htm
-www/data-dist/egroupware/phpgwapi/inc/adodb/docs/old-changelog.htm
-www/data-dist/egroupware/phpgwapi/inc/adodb/docs/readme.htm
-www/data-dist/egroupware/phpgwapi/inc/adodb/docs/tips_portable_sql.htm
-www/data-dist/egroupware/phpgwapi/inc/adodb/docs/tute.htm
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-access.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-ado.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-ado5.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-ado_access.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-ado_mssql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-borland_ibase.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-csv.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-db2.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-fbsql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-firebird.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-ibase.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-informix.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-informix72.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-ldap.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-mssql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-mssqlpo.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-mysql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-mysqli.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-mysqlt.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-netezza.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-oci8.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-oci805.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-oci8po.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-odbc.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-odbc_mssql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-odbc_oracle.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-odbtp.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-odbtp_unicode.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-oracle.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-pdo.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-pdo_mysql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-pdo_oci.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-pdo_pgsql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-postgres.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-postgres64.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-postgres7.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-postgres8.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-proxy.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-sapdb.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-sqlanywhere.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-sqlite.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-sqlitepo.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-sybase.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-sybase_ase.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/drivers/adodb-vfp.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-ar.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-bg.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-bgutf8.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-ca.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-cn.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-cz.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-da.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-de.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-en.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-es.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-esperanto.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-fr.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-hu.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-it.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-nl.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-pl.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-pt-br.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-ro.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-ru1251.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-sv.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/lang/adodb-uk1251.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/license.txt
-www/data-dist/egroupware/phpgwapi/inc/adodb/pear/Auth/Container/ADOdb.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/pear/readme.Auth.txt
-www/data-dist/egroupware/phpgwapi/inc/adodb/perf/perf-db2.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/perf/perf-informix.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/perf/perf-mssql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/perf/perf-mysql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/perf/perf-oci8.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/perf/perf-postgres.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/pivottable.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/readme.txt
-www/data-dist/egroupware/phpgwapi/inc/adodb/rsfilter.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/server.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-compress-bzip2.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-compress-gzip.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-cryptsession.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-encrypt-mcrypt.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-encrypt-md5.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-encrypt-secret.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-sess.txt
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-session-clob.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-session.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-sessions.mysql.sql
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-sessions.oracle.clob.sql
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/adodb-sessions.oracle.sql
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/crypt.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/old/adodb-cryptsession.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/old/adodb-session-clob.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/old/adodb-session.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/old/crypt.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/session/session_schema.xml
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/benchmark.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/client.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/pdo.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test-datadict.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test-perf.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test-pgblob.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test-php5.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test-xmlschema.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test2.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test3.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test4.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test5.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/test_rs_array.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/testcache.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/testdatabases.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/testgenid.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/testmssql.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/testoci8.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/testoci8cursor.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/testpaging.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/testpear.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/testsessions.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/time.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/tmssql.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/xmlschema-mssql.xml
-www/data-dist/egroupware/phpgwapi/inc/adodb/tests/xmlschema.xml
-www/data-dist/egroupware/phpgwapi/inc/adodb/toexport.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/tohtml.inc.php
-www/data-dist/egroupware/phpgwapi/inc/adodb/xmlschema.dtd
-www/data-dist/egroupware/phpgwapi/inc/adodb/xsl/convert-0.1-0.2.xsl
-www/data-dist/egroupware/phpgwapi/inc/adodb/xsl/convert-0.2-0.1.xsl
-www/data-dist/egroupware/phpgwapi/inc/adodb/xsl/remove-0.2.xsl
-www/data-dist/egroupware/phpgwapi/inc/class.PclZip.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.Template.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.about.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.accounts.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.accounts_ldap.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.accounts_sql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.acl.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.applications.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.arrayfunctions.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.asyncservice.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.auth.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.auth_ads.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.auth_http.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.auth_ldap.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.auth_mail.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.auth_nis.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.auth_pam.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.auth_sql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.auth_sqlssl.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.bolink.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.browser.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.categories.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.common.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.config.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.contacts.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.contenthistory.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.country.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.creditspoint.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.crypto.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.db.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.db_backup.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.dragdrop.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.egw.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.egw_datetime.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.egw_db.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.egw_framework.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.error.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.errorlog.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.graphics.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.historylog.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.hooks.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.html.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.http.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.http_dav_client.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.interserver.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.javascript.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.jscalendar.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.kses.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.ldap.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.ldapserverinfo.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.listbox.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.log.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.mime_magic.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.net_http_client.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.network.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.nextmatchs.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.pdf.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.pdmlwrapper.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.phpmailer.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.portalbox.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.preferences.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.resultbox.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.rssparser.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.schema_proc.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.send.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.service.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.service_contacts.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.service_notes.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.service_schedule.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.sessions.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.sessions_db.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.sessions_php4.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.smbhash.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.smtp.php
-www/data-dist/egroupware/phpgwapi/inc/class.soap_client.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.soap_parser.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.soap_server.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.soapclient.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.soapmsg.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.soapval.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.solink.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.tplsavant2.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.translation.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.uiaccountsel.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.validator.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vcard.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_customfields.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_dav.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_home.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_mimetypes.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_prefixes.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_sharing.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_sql.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_sql2.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_versionsystem.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.vfs_webdav_server.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.wsdl.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.xml.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.xmlrpc_client.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.xmlrpc_server.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.xmlrpc_server_epi.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.xmlrpc_server_php.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.xmlrpcmsg.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.xmlrpcresp.inc.php
-www/data-dist/egroupware/phpgwapi/inc/class.xmlrpcval.inc.php
-www/data-dist/egroupware/phpgwapi/inc/common_functions.inc.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/FAQ.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/acceptpagebreak.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/addfont.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/addlink.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/addpage.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/aliasnbpages.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/cell.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/close.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/error.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/footer.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/fpdf.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/getstringwidth.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/getx.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/gety.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/header.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/image.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/index.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/line.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/link.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/ln.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/multicell.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/open.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/output.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/pageno.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/rect.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setauthor.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setautopagebreak.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setcompression.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setcreator.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setdisplaymode.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setdrawcolor.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setfillcolor.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setfont.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setfontsize.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setkeywords.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setleftmargin.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setlinewidth.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setlink.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setmargins.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setrightmargin.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setsubject.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/settextcolor.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/settitle.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/settopmargin.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setx.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/setxy.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/sety.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/text.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/doc/write.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/courier.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/helvetica.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/helveticab.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/helveticabi.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/helveticai.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/cp1250.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/cp1251.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/cp1252.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/cp1253.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/cp1254.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/cp1255.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/cp1257.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/cp1258.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/cp874.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/iso-8859-1.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/iso-8859-11.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/iso-8859-15.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/iso-8859-16.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/iso-8859-2.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/iso-8859-4.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/iso-8859-5.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/iso-8859-7.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/iso-8859-9.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/koi8-r.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/koi8-u.map
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont/makefont.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/symbol.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/times.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/timesb.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/timesbi.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/timesi.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/font/zapfdingbats.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/fpdf.css
-www/data-dist/egroupware/phpgwapi/inc/fpdf/fpdf.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/histo.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/install.txt
-www/data-dist/egroupware/phpgwapi/inc/fpdf/pdml.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/20k_c1.txt
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/20k_c2.txt
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/calligra.afm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/calligra.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/calligra.ttf
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/calligra.z
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/countries.txt
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/index.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/logo.png
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/logo_pb.png
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/makefont.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto1.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto1.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto2.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto2.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto3.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto3.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto4.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto4.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto5.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto5.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto6.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto6.php
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto7.htm
-www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial/tuto7.php
-www/data-dist/egroupware/phpgwapi/inc/functions.inc.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/Browser.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/Browser/imode.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/NLS.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/RPC.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/RPC/syncml.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/RPC/syncml_wbxml.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/Registry.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/String.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Alert.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Final.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Get.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Map.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Put.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Replace.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Results.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Status.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Sync.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Sync/Add.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Sync/ContentSyncElement.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Sync/Delete.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Sync/Replace.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Sync/SyncElement.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Sync/SyncElementItem.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/State.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/State_egw.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Sync.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Sync/OneWayFromClientSync.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Sync/OneWayFromServerSync.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Sync/RefreshFromClientSync.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Sync/RefreshFromServerSync.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Sync/SlowSync.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Sync/TwoWaySync.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/Util.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar/valarm.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar/vcard.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar/vevent.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar/vfreebusy.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar/vjournal.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar/vnote.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar/vtimezone.php
-www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar/vtodo.php
-www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML.php
-www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML/ContentHandler.php
-www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML/DTD.php
-www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML/DTD/SyncML.php
-www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML/DTD/SyncMLDevInf.php
-www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML/DTD/SyncMLMetInf.php
-www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML/DTDManager.php
-www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML/Decoder.php
-www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML/Encoder.php
-www/data-dist/egroupware/phpgwapi/inc/horde/config/conf.php
-www/data-dist/egroupware/phpgwapi/inc/horde/config/nls.php
-www/data-dist/egroupware/phpgwapi/inc/horde/config/registry.php
-www/data-dist/egroupware/phpgwapi/inc/horde/lib/base.php
-www/data-dist/egroupware/phpgwapi/inc/horde/lib/core.php
-www/data-dist/egroupware/phpgwapi/inc/jscalendar-setup.php
-www/data-dist/egroupware/phpgwapi/inc/phpgw_mime.types
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Compiler.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Error.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Filter.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/PHPCodeAnalyzer.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Plugin.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Compiler_basic.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Error_exception.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Error_pear.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Error_stack.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Filter_colorizeCode.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Filter_trimwhitespace.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_ahref.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_checkbox.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_cycle.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_dateformat.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_form.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_image.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_input.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_javascript.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_modify.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_options.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_radios.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_stylesheet.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/Savant2_Plugin_textarea.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/1_assign.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/2_display.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/3_fetch.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/4_plugins.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/5_filters.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/6_paths.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/7_include.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/8_extend.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/9_errors.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/compile.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/form.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/form2.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/resources/Savant2_Filter_fester.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/resources/Savant2_Plugin_cycle2.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/resources/Savant2_Plugin_example.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/resources/Savant2_Plugin_example_extend.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/resources/Savant2_Plugin_fester.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/resources/savant.gif
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/assign.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/compile.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/compile_bad.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/extend.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/filters.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/footer.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/form.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/form2.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/header.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/main.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/plugins.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates/test.tpl.php
-www/data-dist/egroupware/phpgwapi/inc/savant2/VERSION
-www/data-dist/egroupware/phpgwapi/inc/soap_functions.inc.php
-www/data-dist/egroupware/phpgwapi/inc/soaplib.soapinterop.php
-www/data-dist/egroupware/phpgwapi/inc/xajax.inc.php
-www/data-dist/egroupware/phpgwapi/inc/xajaxResponse.inc.php
-www/data-dist/egroupware/phpgwapi/inc/xml_functions.inc.php
-www/data-dist/egroupware/phpgwapi/inc/xmlrpc.interop.php
-www/data-dist/egroupware/phpgwapi/js/colorpicker/ed_color_bg.gif
-www/data-dist/egroupware/phpgwapi/js/colorpicker/license.txt
-www/data-dist/egroupware/phpgwapi/js/colorpicker/select_color.html
-www/data-dist/egroupware/phpgwapi/js/connector/connector.js
-www/data-dist/egroupware/phpgwapi/js/dJSWin/dJSWin.css
-www/data-dist/egroupware/phpgwapi/js/dJSWin/dJSWin.js
-www/data-dist/egroupware/phpgwapi/js/dJSWin/ie/dJSWin.js
-www/data-dist/egroupware/phpgwapi/js/dTabs/dTabs.css
-www/data-dist/egroupware/phpgwapi/js/dTabs/dTabs.js
-www/data-dist/egroupware/phpgwapi/js/dTabs/ie/dTabs.js
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/License_Commercial.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/License_Enterprise.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/License_GPL.txt
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/License_OpenSource.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/cf_custom_tag/dhtmlXTree.cfm
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/cf_custom_tag/dhtmlXTreeGrid.cfm
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/cf_custom_tag/dhtmlXTreeGrid_tag_help.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/cf_custom_tag/dhtmlXTree_tag_help.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/css/dhtmlXTree.css
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/css/dhtmlXTreeGrid.css
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/css/editor.css
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/alpha.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/dhtmlXCommon.js
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/dhtmlXTree.css
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/dhtmlXTree.js
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/gr/alpha.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/gr/guide.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/gr/index.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/gr/ogroup.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/gr/tgroup.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/guide.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/imgs/blank.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/imgs/folderClosed.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/imgs/folderOpen.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/imgs/leaf.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/imgs/minus.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/imgs/plus.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/index.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/kb/dyn_loading.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/kb/faq.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/kb/imgs/image001.jpg
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/kb/special.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/ogroup.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/special.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/tgroup.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/toc.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/toc.xml
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/treeEvents.xml
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/blank.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/book.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/book_titel.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/books_close.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/books_open.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/btn_up1.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/btn_up2.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/close2.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/folderClosed.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/folderOpen.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/iconCheckAll.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/iconCheckGray.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/iconClient.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/iconDeleteSelected.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/iconJob.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/iconReport.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/iconTask.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/iconTimeRecordsEdit.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/iconUnCheckAll.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/item.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/item2.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/leaf.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/line1.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/line2.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/line3.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/line4.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/magazines_close.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/magazines_open.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/minus.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/minus2.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/minus3.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/minus4.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/minus5.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/minus_ar.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/open2.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/plus.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/plus2.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/plus3.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/plus4.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/plus5.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/plus_ar.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/tombs.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs/tombs_mag.gif
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/index.shtml
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/js/dhtmlXCommon.js
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/js/dhtmlXTree.js
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/pro_features.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/readme.txt
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/dhtmlXTree.cfm
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/dhtmlxTree_db_sample.zip
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/example.cfm
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/tree3.xml
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/tree4.xml
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/tree5.xml
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/tree6.xml
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/treeEx11.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/treeEx12.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/treeEx13.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/treeEx21.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/treeEx22.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/treeEx23.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/treeEx24.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/treeEx31.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/treeEx32.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/config.php
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/database.sql
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/deletenode.php
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/dropprocessor.php
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/index.html
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/loaddetails.php
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/readme
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/savenode.php
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db/treefromdb.php
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/xml.asp
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/xml.php
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/src/dhtmlXCommon.js
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/src/dhtmlXTree.js
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/tree.xml
-www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/tree2.xml
-www/data-dist/egroupware/phpgwapi/js/dragDropFunctions.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/dyndocument.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/dynlayer_base.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/dynlayer_dom.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/dynlayer_ie.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/dynlayer_ns4.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/dynlayer_opera.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/event.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/ext/dragevent.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/ext/dynkeyevent.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/ext/dynlayer.inline.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/mouse_dom.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/mouse_ie.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/api/mouse_ns4.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/dynapi.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/blueprint.html
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/debug.html
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/debug.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/functions.color.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/functions.date.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/functions.image.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/functions.math.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/functions.numeric.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/functions.string.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/functions.system.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_icon.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgclear.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgclear_on.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgeval.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgeval_on.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imghelp.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imghelp_down.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imghelp_on.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imginspect.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imginspect_on.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgnext.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgnext_on.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgnormal.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgnormal_down.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgnormal_on.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgprev.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgprev_on.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgreload.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgreload_on.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgwatch.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgwatch_down.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images/debug_imgwatch_on.gif
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/library.html
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/library.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/ext/packages.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/bezier.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/circleanim.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/fader.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/fsound.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/glideanim.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/hoveranim.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/imganim.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/motionx.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/pathanim.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/slideanim.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/snapx.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/swiper.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/textanim.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/thread.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/fx/timerx.js
-www/data-dist/egroupware/phpgwapi/js/dynapi/version.xml
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_documentation.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace/fckplugin.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace/find.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace/find.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace/lang/en.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace/lang/fr.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace/lang/it.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace/replace.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace/replace.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/samples/fckplugin.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/application.xml
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/icons/128.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/icons/16.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/icons/32.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/icons/48.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/package.bat
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/run.bat
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/sample01.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/sample01_cert.pfx
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/afp/fck.afpa
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/afp/fck.afpa.code
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/afp/sample01.afp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/afp/sample02.afp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/afp/sample03.afp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/afp/sample04.afp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/afp/sampleposteddata.afp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/asp/sample01.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/asp/sample02.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/asp/sample03.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/asp/sample04.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/asp/sampleposteddata.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm/sample01.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm/sample01_mx.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm/sample02.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm/sample02_mx.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm/sample03.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm/sample03_mx.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm/sample04.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm/sample04_mx.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm/sampleposteddata.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/default.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample01.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample02.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample03.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample04.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample05.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample06.config.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample06.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample07.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample08.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample09.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample10.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample11.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample11_frame.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample12.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample13.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample14.config.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample14.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sample14.styles.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sampleposteddata.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html/sampleposteddata.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/lasso/sample01.lasso
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/lasso/sample02.lasso
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/lasso/sample03.lasso
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/lasso/sample04.lasso
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/lasso/sampleposteddata.lasso
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/perl/sample01.cgi
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/perl/sample02.cgi
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/perl/sample03.cgi
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/perl/sample04.cgi
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/perl/sampleposteddata.cgi
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/php/sample01.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/php/sample02.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/php/sample03.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/php/sample04.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/php/sampleposteddata.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/py/sample01.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/py/sampleposteddata.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/sample.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/sampleslist.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_upgrade.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_whatsnew.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/_whatsnew_history.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckcontextmenu.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckdataprocessor.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckdocumentfragment_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckdocumentfragment_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckdomrange.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckdomrange_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckdomrange_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckdomrangeiterator.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckeditingarea.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckelementpath.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckenterkey.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckevents.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckhtmliterator.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckicon.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckiecleanup.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckimagepreloader.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckkeystrokehandler.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckmenublock.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckmenublockpanel.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckmenuitem.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckpanel.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckplugin.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckspecialcombo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckstyle.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbar.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarbreak_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarbreak_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarbutton.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarbuttonui.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarfontformatcombo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarfontscombo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarfontsizecombo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarpanelbutton.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarspecialcombo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fcktoolbarstylecombo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckw3crange.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckxml.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckxml_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes/fckxml_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fck_othercommands.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckblockquotecommand.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckcorestylecommand.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckfitwindow.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckindentcommands.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckjustifycommands.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fcklistcommands.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fcknamedcommand.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckpastewordcommand.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckremoveformatcommand.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckshowblocks.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fckstylecommand.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fcktablecommand.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses/fcktextcolorcommand.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/fckconstants.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/fckeditorapi.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/fckjscoreextensions.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/fckscriptloader.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fck.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fck_contextmenu.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fck_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fck_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckbrowserinfo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckcodeformatter.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckcommands.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckconfig.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckdebug.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckdialog.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckdocumentprocessor.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckdomtools.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcklanguagemanager.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcklisthandler.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcklistslib.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckplugins.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckregexlib.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckselection.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckselection_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckselection_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckstyles.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcktablehandler.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcktablehandler_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcktablehandler_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcktoolbaritems.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcktoolbarset.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcktools.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcktools_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fcktools_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckundo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckurlparams.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckxhtml.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckxhtml_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckxhtml_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals/fckxhtmlentities.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/behaviors/disablehandles.htc
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/behaviors/showtableborders.htc
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/fck_editorarea.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/fck_internal.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/fck_showtableborders_gecko.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_address.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_blockquote.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_div.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_h1.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_h2.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_h3.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_h4.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_h5.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_h6.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_p.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/block_pre.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/fck_anchor.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/fck_flashlogo.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/fck_hiddenfield.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/fck_pagebreak.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images/fck_plugin.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/common/fck_dialog_common.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/common/fck_dialog_common.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/common/images/locked.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/common/images/reset.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/common/images/unlocked.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_about.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_about/logo_fredck.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_anchor.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_button.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_checkbox.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_colorselector.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_docprops.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_flash.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_flash/fck_flash.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_form.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_hiddenfield.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_image.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_image/fck_image.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_image/fck_image_preview.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_link.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_link/fck_link.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_listprop.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_paste.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_radiobutton.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_replace.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_select.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_select/fck_select.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_smiley.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_source.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_specialchar.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_table.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_tablecell.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_template.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_template/images/template1.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_template/images/template2.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_template/images/template3.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_textarea.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_textfield.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dtd/fck_dtd_test.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dtd/fck_xhtml10strict.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dtd/fck_xhtml10transitional.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/fckdebug.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/fckdialog.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/fckeditor.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/fckeditor.original.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/browser.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/browser.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/frmfolders.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/frmupload.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/Folder.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/Folder32.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/html.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/js.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/png.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/spacer.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/js/common.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/js/fckxml.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/asp/basexml.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/asp/class_upload.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/asp/commands.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/asp/config.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/asp/connector.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/asp/io.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/asp/upload.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/asp/util.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/aspx/config.ascx
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/aspx/connector.aspx
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/aspx/upload.aspx
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/ImageObject.cfc
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/cf5_connector.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/cf5_upload.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/cf_basexml.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/cf_commands.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/cf_connector.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/cf_io.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/cf_upload.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/cf_util.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/config.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/connector.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/image.cfc
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm/upload.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/lasso/config.lasso
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/lasso/connector.lasso
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/lasso/upload.lasso
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/perl/basexml.pl
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/perl/commands.pl
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/perl/connector.cgi
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/perl/io.pl
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/perl/upload.cgi
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/perl/upload_fck.pl
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/perl/util.pl
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/php/basexml.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/php/commands.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/php/config.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/php/connector.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/php/io.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/php/phpcompat.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/php/upload.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/php/util.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/config.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/connector.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/fckcommands.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/fckconnector.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/fckoutput.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/fckutil.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/htaccess.txt
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/upload.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/wsgi.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py/zope.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/test.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/uploadtest.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/anchor.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/arrow_ltr.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/arrow_rtl.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/angel_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/angry_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/broken_heart.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/cake.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/confused_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/cry_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/devil_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/embaressed_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/envelope.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/heart.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/kiss.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/lightbulb.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/omg_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/regular_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/sad_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/shades_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/teeth_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/thumbs_down.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/thumbs_up.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/tounge_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn/wink_smile.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/spacer.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/js/fckadobeair.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/js/fckeditorcode_gecko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/js/fckeditorcode_ie.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/_translationstatus.txt
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/af.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/ar.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/bg.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/bn.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/bs.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/ca.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/cs.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/da.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/de.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/el.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/en-au.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/en-ca.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/en-uk.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/en.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/eo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/es.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/et.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/eu.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/fa.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/fi.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/fo.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/fr-ca.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/fr.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/gl.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/he.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/hi.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/hr.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/hu.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/it.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/ja.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/km.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/ko.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/lt.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/lv.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/mn.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/ms.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/nb.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/nl.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/no.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/pl.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/pt-br.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/pt.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/ro.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/ru.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/sk.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/sl.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/sr-latn.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/sr.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/sv.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/th.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/tr.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/uk.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/vi.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/zh-cn.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang/zh.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/autogrow/fckplugin.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/bbcode/_sample/sample.config.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/bbcode/_sample/sample.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/bbcode/fckplugin.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/dragresizetable/fckplugin.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/fck_placeholder.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/fckplugin.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/lang/de.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/lang/en.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/lang/es.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/lang/fr.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/lang/it.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/lang/pl.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/placeholder.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/simplecommands/fckplugin.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/tablecommands/fckplugin.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/_fckviewstrips.html
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/fck_dialog.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/fck_dialog_ie6.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/fck_editor.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/fck_strip.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/dialog.sides.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/dialog.sides.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/dialog.sides.rtl.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/sprites.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/sprites.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/toolbar.arrowright.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/toolbar.buttonarrow.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/toolbar.collapse.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/toolbar.end.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/toolbar.expand.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/toolbar.separator.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images/toolbar.start.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/fck_dialog.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/fck_dialog_ie6.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/fck_editor.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/fck_strip.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/dialog.sides.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/dialog.sides.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/dialog.sides.rtl.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/sprites.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/sprites.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/toolbar.arrowright.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/toolbar.bg.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/toolbar.collapse.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/toolbar.end.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/toolbar.expand.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/toolbar.separator.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images/toolbar.start.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/fck_dialog.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/fck_dialog_ie6.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/fck_editor.css
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/fck_strip.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/dialog.sides.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/dialog.sides.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/dialog.sides.rtl.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/sprites.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/sprites.png
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/toolbar.arrowright.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/toolbar.buttonarrow.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/toolbar.buttonbg.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/toolbar.collapse.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/toolbar.end.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/toolbar.expand.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/toolbar.separator.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images/toolbar.start.gif
-www/data-dist/egroupware/phpgwapi/js/fckeditor/egw_integration.txt
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckconfig.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.afp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.asp
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.cfc
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.egwconfig.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.js
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.lasso
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.pl
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor.py
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor_php4.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckeditor_php5.php
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckpackager.xml
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckstyles.xml
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fcktemplates.xml
-www/data-dist/egroupware/phpgwapi/js/fckeditor/fckutils.cfm
-www/data-dist/egroupware/phpgwapi/js/fckeditor/license.txt
-www/data-dist/egroupware/phpgwapi/js/foldertree/foldertree.README
-www/data-dist/egroupware/phpgwapi/js/foldertree/foldertree.js
-www/data-dist/egroupware/phpgwapi/js/jsapi/egwCategories-plugin.js
-www/data-dist/egroupware/phpgwapi/js/jsapi/jsapi.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/ChangeLog
-www/data-dist/egroupware/phpgwapi/js/jscalendar/README
-www/data-dist/egroupware/phpgwapi/js/jscalendar/README-eGW
-www/data-dist/egroupware/phpgwapi/js/jscalendar/bugtest-hidden-selects.html
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-blue.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-blue2.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-brown.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-green.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-setup.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-setup_stripped.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-system.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-tas.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-win2k-1.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-win2k-2.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-win2k-cold-1.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar-win2k-cold-2.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar.php
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar.udiff
-www/data-dist/egroupware/phpgwapi/js/jscalendar/calendar_stripped.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/doc/html/reference-Z-S.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/doc/html/reference.css
-www/data-dist/egroupware/phpgwapi/js/jscalendar/doc/html/reference.html
-www/data-dist/egroupware/phpgwapi/js/jscalendar/doc/reference.pdf
-www/data-dist/egroupware/phpgwapi/js/jscalendar/img.gif
-www/data-dist/egroupware/phpgwapi/js/jscalendar/index.html
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-af.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-br.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-ca.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-cs-win.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-da.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-de.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-du.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-el.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-en.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-es.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-fi.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-fr.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-hr-utf8.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-hr.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-hu.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-it.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-jp.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-ko-utf8.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-ko.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-lt-utf8.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-lt.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-nl.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-no.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-pl-utf8.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-pl.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-pt.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-ro.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-ru.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-si.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-sk.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-sp.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-sv.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-tr.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/lang/calendar-zh.js
-www/data-dist/egroupware/phpgwapi/js/jscalendar/menuarrow.gif
-www/data-dist/egroupware/phpgwapi/js/jscalendar/menuarrow2.gif
-www/data-dist/egroupware/phpgwapi/js/jscalendar/release-notes.html
-www/data-dist/egroupware/phpgwapi/js/jscalendar/simple-1.html
-www/data-dist/egroupware/phpgwapi/js/jscalendar/simple-2.html
-www/data-dist/egroupware/phpgwapi/js/jscalendar/simple-3.html
-www/data-dist/egroupware/phpgwapi/js/jscalendar/simple-4.html
-www/data-dist/egroupware/phpgwapi/js/jscalendar/test-position.html
-www/data-dist/egroupware/phpgwapi/js/jscalendar/test.php
-www/data-dist/egroupware/phpgwapi/js/jsolait/copying.txt
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/codecs.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/crypto.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/highlight.css
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/html.css
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/index.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/jsolait.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/jsonrpc.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/lang.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/stringformat.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/tutorial.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/urllib.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/xml.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/doc/xmlrpc.xhtml
-www/data-dist/egroupware/phpgwapi/js/jsolait/init.js
-www/data-dist/egroupware/phpgwapi/js/jsolait/lib/codecs.js
-www/data-dist/egroupware/phpgwapi/js/jsolait/lib/crypto.js
-www/data-dist/egroupware/phpgwapi/js/jsolait/lib/jsonrpc.js
-www/data-dist/egroupware/phpgwapi/js/jsolait/lib/lang.js
-www/data-dist/egroupware/phpgwapi/js/jsolait/lib/urllib.js
-www/data-dist/egroupware/phpgwapi/js/jsolait/lib/xml.js
-www/data-dist/egroupware/phpgwapi/js/jsolait/lib/xmlrpc.js
-www/data-dist/egroupware/phpgwapi/js/jsolait/missingmixin.js
-www/data-dist/egroupware/phpgwapi/js/tablesort/tablesort.js
-www/data-dist/egroupware/phpgwapi/js/tabs/tabs.js
-www/data-dist/egroupware/phpgwapi/js/wz_dragdrop/wz_dragdrop.js
-www/data-dist/egroupware/phpgwapi/js/wz_tooltip/wz_tooltip.js
-www/data-dist/egroupware/phpgwapi/js/xajax_js/xajax.js
-www/data-dist/egroupware/phpgwapi/js/xajax_js/xajax_uncompressed.js
-www/data-dist/egroupware/phpgwapi/js/xmlrpcMsgCreator/index.html
-www/data-dist/egroupware/phpgwapi/js/xmlrpcMsgCreator/xmlrpc.js
-www/data-dist/egroupware/phpgwapi/setup/default_records.inc.php
-www/data-dist/egroupware/phpgwapi/setup/default_records_mime.inc.php
-www/data-dist/egroupware/phpgwapi/setup/etemplates.inc.php
-www/data-dist/egroupware/phpgwapi/setup/phpgw_ar.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_bg.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_ca.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_cs.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_da.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_de.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_el.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_en.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_es-es.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_eu.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_fa.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_fi.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_fr.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_gl.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_he.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_hi.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_hr.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_hu.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_it.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_iw.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_ja.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_ko.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_lt.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_lv.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_nl.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_no.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_pl.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_pt.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_ro.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_ru.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_sk.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_sl.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_sv.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_th.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_uk.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_vi.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/phpgwapi/setup/phpgw_zh.lang
-www/data-dist/egroupware/phpgwapi/setup/phpmailer.lang-br.php
-www/data-dist/egroupware/phpgwapi/setup/phpmailer.lang-de.php
-www/data-dist/egroupware/phpgwapi/setup/phpmailer.lang-en.php
-www/data-dist/egroupware/phpgwapi/setup/phpmailer.lang-es-es.php
-www/data-dist/egroupware/phpgwapi/setup/phpmailer.lang-it.php
-www/data-dist/egroupware/phpgwapi/setup/phpmailer.lang-sl.php
-www/data-dist/egroupware/phpgwapi/setup/setup.inc.php
-www/data-dist/egroupware/phpgwapi/setup/tables_current.inc.php
-www/data-dist/egroupware/phpgwapi/setup/tables_update.inc.php
-www/data-dist/egroupware/phpgwapi/setup/tables_update_0_9_10.inc.php
-www/data-dist/egroupware/phpgwapi/setup/tables_update_0_9_12.inc.php
-www/data-dist/egroupware/phpgwapi/setup/tables_update_0_9_14.inc.php
-www/data-dist/egroupware/phpgwapi/setup/tables_update_0_9_9.inc.php
-www/data-dist/egroupware/phpgwapi/setup/tables_update_1_0.inc.php
-www/data-dist/egroupware/phpgwapi/templates/default/about.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/about_unknown.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/addressbook.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/config.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/footer.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/head.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/history_list.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/images/about.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/about.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/ajax-loader.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/apply.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/arrow_ltr.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/attach.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/attach.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/bar-10.jpg
-www/data-dist/egroupware/phpgwapi/templates/default/images/bg_filler.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/bg_filler.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/bottom_kde.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/check.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/close.button.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/close.button.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/datepopup.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/delete.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/delete.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/blank.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/book.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/book_titel.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/books_close.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/books_open.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/btn_up1.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/btn_up2.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/close2.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/folderClosed.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/folderOpen.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/gear.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/iconCheckAll.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/iconCheckGray.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/iconClient.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/iconDeleteSelected.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/iconJob.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/iconReport.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/iconTask.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/iconTimeRecordsEdit.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/iconUnCheckAll.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/item.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/item2.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/kfm_home.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/leaf.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/line1.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/line2.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/line3.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/line4.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/magazines_close.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/magazines_open.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/minus.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/minus2.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/minus3.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/minus4.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/minus5.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/minus_ar.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/open2.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/plus.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/plus2.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/plus3.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/plus4.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/plus5.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/plus_ar.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/thunderbird.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/tombs.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree/tombs_mag.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/dialog_debug.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/dialog_error.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/dialog_help.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/dialog_info.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/dialog_warning.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/down.button.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/down.button.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/down.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/down.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/down_kde.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/edit.button.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/edit.button.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/edit.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/edit.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/favicon.ico
-www/data-dist/egroupware/phpgwapi/templates/default/images/finnish_kde.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/first-grey.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/first-grey.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/first.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/first.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_base.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_cd.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_empty.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_felamimail_sm.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_folder.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_folderopen.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_globe.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_imgfolder.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_join.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_joinbottom.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_line.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_minus.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_minusbottom.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_musicfolder.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_nolines_minus.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_nolines_plus.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_page.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_plus.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_plusbottom.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_question.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/foldertree_trash.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/forward_kde.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/grauer_pfeil.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/grauer_pfeil.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/help.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/home.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/home.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/info.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/last-grey.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/last-grey.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/last.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/last.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/left-grey.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/left-grey.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/left.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/left.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/logo.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/logo.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/logout.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/logout.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/manual-small.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/binary_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/def_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/doc_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/folder_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/gif_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/gz_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/html_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/image_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/jpg_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/mov_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/no_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/pdf_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/png_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/ppt_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/rar_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/script_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/sound_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/txt_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/xls_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/mime/zip_small.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/navbar_filler.jpg
-www/data-dist/egroupware/phpgwapi/templates/default/images/new.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/new.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/next_kde.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/nonav.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/nonav.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/previous_kde.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/print.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/print.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/question.button.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/question.button.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/resize.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/right-grey.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/right-grey.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/right.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/right.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/roter_pfeil.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/roter_pfeil.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/search.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/select.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/spacer.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/start_kde.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-bg0.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-bg0.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-bg1.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-bg1.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-end0.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-end0.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-end1.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-end1.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-ext.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-ext.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-l0.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-l0.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-l1.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-l1.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-r0.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-r0.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-r1.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-r1.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-sepl.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-sepl.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-sepm.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-sepm.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-sepr.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-sepr.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-start0.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-start0.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-start1.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/tabs-start1.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/top_kde.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/transparent.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/up.button.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/up.button.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/up.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/up.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/up_kde.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/users-big.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/users.png
-www/data-dist/egroupware/phpgwapi/templates/default/images/view.gif
-www/data-dist/egroupware/phpgwapi/templates/default/images/view.png
-www/data-dist/egroupware/phpgwapi/templates/default/login.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/login_denylogin.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/navbar.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/nextmatchs.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/portal.tpl
-www/data-dist/egroupware/phpgwapi/templates/default/setup/setup.inc.php
-www/data-dist/egroupware/phpgwapi/templates/default/uiaccountsel.tpl
-www/data-dist/egroupware/phpgwapi/templates/idots/class.idots_framework.inc.php
-www/data-dist/egroupware/phpgwapi/templates/idots/css/idots.css
-www/data-dist/egroupware/phpgwapi/templates/idots/doc/CHANGELOG
-www/data-dist/egroupware/phpgwapi/templates/idots/doc/README
-www/data-dist/egroupware/phpgwapi/templates/idots/doc/TODO
-www/data-dist/egroupware/phpgwapi/templates/idots/hook_settings.inc.php
-www/data-dist/egroupware/phpgwapi/templates/idots/images/alpha-white.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/appbox-header-background.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/background-icon-bar.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/bgtopmenu.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/bgtopmenu2.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/body-background.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/browse.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/buttonbackground.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/buttonbackgroundleft.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/buttonbackgroundright.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/buttonbackgroundscaled.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/buttonseparator.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/close.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/configure.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/configure_toolbars.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/copy.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/delete.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/down.button.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/down.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/down2.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/dragarea.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/dragarea_left.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/dragarea_right.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/edit.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/extra_icons.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/favicon.ico
-www/data-dist/egroupware/phpgwapi/templates/idots/images/fileopen.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/filesave.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/first-grey.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/first.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/base.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/cd.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/empty.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/felamimail_sm.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/folder.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/folderopen.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/globe.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/imgfolder.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/join.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/joinbottom.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/line.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/minus.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/minusbottom.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/musicfolder.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/nolines_minus.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/nolines_plus.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/page.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/plus.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/plusbottom.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/question.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree/trash.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/grey-pixel.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/groupevent.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/icon_mini_login.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/icon_mini_search.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/info.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/last-grey.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/last.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/last2.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/left-grey.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/left.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/login-background.jpg
-www/data-dist/egroupware/phpgwapi/templates/idots/images/login-background.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/logo.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/move.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/new.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/nonav.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/orange-ball.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/password.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/resize.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/right-grey.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/right.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/sidebox-header-background.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/spacer.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-bg0.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-bg0.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-bg1.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-bg1.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-end0.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-end0.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-end1.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-end1.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-ext.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-ext.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-l0.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-l0.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-l1.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-l1.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-r0.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-r0.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-r1.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-r1.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-sepl.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-sepl.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-sepm.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-sepm.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-sepr.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-sepr.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-start0.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-start0.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-start1.gif
-www/data-dist/egroupware/phpgwapi/templates/idots/images/tabs-start1.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/thumbnail.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/up.button.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/up.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/up2.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/valid-html401.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/valid-xhtml11.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/vcss.png
-www/data-dist/egroupware/phpgwapi/templates/idots/images/view.png
-www/data-dist/egroupware/phpgwapi/templates/idots/js/pngfix.js
-www/data-dist/egroupware/phpgwapi/templates/idots/js/simple_show_hide.js
-www/data-dist/egroupware/phpgwapi/templates/idots/js/slidereffects.js
-www/data-dist/egroupware/phpgwapi/templates/idots/print.css
-www/data-dist/egroupware/phpgwapi/templates/idots/setup/setup.inc.php
-www/data-dist/egroupware/phpgwapi/templates/idots/sidebox_dhtml.tpl.php
-www/data-dist/egroupware/phpgwapi/templates/idots/source/emailadmin_navbar_icon.xcf
-www/data-dist/egroupware/phpgwapi/templates/idots/source/logo-setup-anim.xcf
-www/data-dist/egroupware/phpgwapi/templates/idots/source/logo.eps
-www/data-dist/egroupware/phpgwapi/templates/idots/source/logo.svg
-www/data-dist/egroupware/phpgwapi/templates/idots/source/logo.xcf
-www/data-dist/egroupware/phpgwapi/templates/idots/source/navbar.xcf
-www/data-dist/egroupware/phpgwapi/templates/idots/source/navbar32.xcf
-www/data-dist/egroupware/phpgwapi/templates/idots/source/navbar48.xcf
-www/data-dist/egroupware/phpgwapi/templates/idots/source/phpldapadmin_navbar_icon.xcf
-www/data-dist/egroupware/phpgwapi/templates/idots/source/su_navbar_icon.xcf
-www/data-dist/egroupware/phpgwapi/templates/idots/topmenu.tpl.php
-www/data-dist/egroupware/phpgwapi/templates/jerryr/class.jerryr_framework.inc.php
-www/data-dist/egroupware/phpgwapi/templates/jerryr/css/brushed-metal.css
-www/data-dist/egroupware/phpgwapi/templates/jerryr/css/jerryr.css
-www/data-dist/egroupware/phpgwapi/templates/jerryr/footer.tpl
-www/data-dist/egroupware/phpgwapi/templates/jerryr/hook_settings.inc.php
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/SpacerBack.jpg
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/abhlt.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/abhmid.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/abhrt.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/alpha-white.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/appTitleBar-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/appTitleBar.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/appbox-header-background.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/appbox-header2-background.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/aq_background.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/background-icon-bar.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/bmback.jpg
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/bmback2.jpg
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/body-background.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/botspacer.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/butActive-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/butActive.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/butHover-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/butHover.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/butInactive-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/butInactive.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/buttonbackground.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/buttonbackgroundleft.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/buttonbackgroundright.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/buttonbackgroundscaled.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/buttonseparator.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/close.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/coininfd.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/coininfg.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/coinsupd.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/coinsupg.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/d.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/delete.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/dglogo.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/divSideboxHeader-background.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/divmain-background.jpg
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/down.button.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/down.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/dragarea_left.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/dragarea_right.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/edit.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/extra_icons.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/favicon.ico
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/first-gray.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/first-grey.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/first.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/firstcell-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/firstcell.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/base.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/cd.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/empty.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/felamimail_sm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/folder.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/folderopen.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/globe.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/imgfolder.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/join.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/joinbottom.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/line.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/minus.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/minusbottom.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/musicfolder.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/nolines_minus.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/nolines_plus.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/page.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/plus.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/plusbottom.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/question.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree/trash.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/fond.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/g.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/grey-pixel.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/hilitetest-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/hilitetest.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/iconBack-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/iconBackBlue.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/iconBackHover-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/iconBackYellow.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/iconBarBack.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/icon_mini_login.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/icon_mini_search.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/iconbar-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/inf.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/info.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/last-grey.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/last.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/left-grey.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/left.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/login-background.jpg
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/login-background.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/logo.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/logout.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/menuBotLt-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/menuBotMid-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/menuBotRt-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/menuTitle-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/menuTitle.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/menuTitleLt-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/menuTitleMid-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/menuTitleRt-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/new.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/nonav.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/orange-ball.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/password.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/pointer-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/pointer.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/resize-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/resize.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/right-grey.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/right.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/rowoff-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/rowon-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/rtbump-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/rtbump.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/shadowAlpha.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/sidebox-header-background.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/space15_15.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/spacer.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/sup.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-bg0.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-bg0.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-bg1.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-bg1.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-end0.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-end0.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-end1.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-end1.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-ext.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-ext.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-l0.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-l0.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-l1.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-l1.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-r0.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-r0.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-r1.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-r1.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-sepl.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-sepl.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-sepm.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-sepm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-sepr.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-sepr.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-start0.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-start0.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-start1.gif
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/tabs-start1.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/up.button.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/up.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/userback-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/userback.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/userbacklt-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/userbacklt.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/userbackrt-bm.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/userbackrt.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/valid-html401.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/valid-xhtml11.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/vcss.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/images/view.png
-www/data-dist/egroupware/phpgwapi/templates/jerryr/navbar.tpl
-www/data-dist/egroupware/phpgwapi/templates/jerryr/print.css
-www/data-dist/egroupware/phpgwapi/templates/jerryr/setup/setup.inc.php
-www/data-dist/egroupware/phpgwapi/templatesSavant2/default/appl_access_not_permitted.tpl.php
-www/data-dist/egroupware/phpgwapi/tests/schema_proc.php
-www/data-dist/egroupware/phpsysinfo/COPYING
-www/data-dist/egroupware/phpsysinfo/ChangeLog
-www/data-dist/egroupware/phpsysinfo/README
-www/data-dist/egroupware/phpsysinfo/config.php
-www/data-dist/egroupware/phpsysinfo/config.php.new
-www/data-dist/egroupware/phpsysinfo/distros.ini
-www/data-dist/egroupware/phpsysinfo/images/Arch.gif
-www/data-dist/egroupware/phpsysinfo/images/Cobalt.png
-www/data-dist/egroupware/phpsysinfo/images/Darwin.png
-www/data-dist/egroupware/phpsysinfo/images/Debian.png
-www/data-dist/egroupware/phpsysinfo/images/Fedora.png
-www/data-dist/egroupware/phpsysinfo/images/FreeBSD.png
-www/data-dist/egroupware/phpsysinfo/images/Gentoo.png
-www/data-dist/egroupware/phpsysinfo/images/Mandrake.png
-www/data-dist/egroupware/phpsysinfo/images/NetBSD.png
-www/data-dist/egroupware/phpsysinfo/images/OpenBSD.png
-www/data-dist/egroupware/phpsysinfo/images/Redhat.png
-www/data-dist/egroupware/phpsysinfo/images/Rubix.png
-www/data-dist/egroupware/phpsysinfo/images/Slackware.png
-www/data-dist/egroupware/phpsysinfo/images/SunOS.png
-www/data-dist/egroupware/phpsysinfo/images/Suse.png
-www/data-dist/egroupware/phpsysinfo/images/Trustix.gif
-www/data-dist/egroupware/phpsysinfo/images/free-eos.png
-www/data-dist/egroupware/phpsysinfo/images/index.html
-www/data-dist/egroupware/phpsysinfo/images/lfs.png
-www/data-dist/egroupware/phpsysinfo/images/unknown.png
-www/data-dist/egroupware/phpsysinfo/images/xp.gif
-www/data-dist/egroupware/phpsysinfo/inc/hook_admin.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/XPath.class.php
-www/data-dist/egroupware/phpsysinfo/includes/class.Template.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/class.error.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/color_scheme.php
-www/data-dist/egroupware/phpsysinfo/includes/common_functions.php
-www/data-dist/egroupware/phpsysinfo/includes/index.html
-www/data-dist/egroupware/phpsysinfo/includes/indicator.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/ar_utf8.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/bg.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/big5.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/br.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/ca.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/cn.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/cs.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/ct.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/da.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/de.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/en.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/es-es.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/es.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/et.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/eu.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/fi.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/fr.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/gr.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/he.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/hu.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/id.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/index.html
-www/data-dist/egroupware/phpsysinfo/includes/lang/is.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/it.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/ja.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/jp.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/ko.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/kr.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/lt.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/lv.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/nl.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/no.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/pa_utf8.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/pl.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/pt-br.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/pt.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/ro.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/ru.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/se.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/sk.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/sr.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/sv.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/tr.php
-www/data-dist/egroupware/phpsysinfo/includes/lang/tw.php
-www/data-dist/egroupware/phpsysinfo/includes/mb/class.hddtemp.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/mb/class.healthd.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/mb/class.hwsensors.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/mb/class.lmsensors.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/mb/class.mbm5.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/mb/class.mbmon.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/mb/index.html
-www/data-dist/egroupware/phpsysinfo/includes/os/class.BSD.common.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/os/class.Darwin.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/os/class.FreeBSD.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/os/class.HP-UX.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/os/class.Linux.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/os/class.NetBSD.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/os/class.OpenBSD.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/os/class.SunOS.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/os/class.WINNT.inc.php
-www/data-dist/egroupware/phpsysinfo/includes/os/index.html
-www/data-dist/egroupware/phpsysinfo/includes/system_footer.php
-www/data-dist/egroupware/phpsysinfo/includes/system_functions.php
-www/data-dist/egroupware/phpsysinfo/includes/system_header.php
-www/data-dist/egroupware/phpsysinfo/includes/table_filesystems.php
-www/data-dist/egroupware/phpsysinfo/includes/table_hardware.php
-www/data-dist/egroupware/phpsysinfo/includes/table_memory.php
-www/data-dist/egroupware/phpsysinfo/includes/table_network.php
-www/data-dist/egroupware/phpsysinfo/includes/table_vitals.php
-www/data-dist/egroupware/phpsysinfo/includes/xml/filesystems.php
-www/data-dist/egroupware/phpsysinfo/includes/xml/hardware.php
-www/data-dist/egroupware/phpsysinfo/includes/xml/hddtemp.php
-www/data-dist/egroupware/phpsysinfo/includes/xml/index.html
-www/data-dist/egroupware/phpsysinfo/includes/xml/mbinfo.php
-www/data-dist/egroupware/phpsysinfo/includes/xml/memory.php
-www/data-dist/egroupware/phpsysinfo/includes/xml/network.php
-www/data-dist/egroupware/phpsysinfo/includes/xml/vitals.php
-www/data-dist/egroupware/phpsysinfo/index.php
-www/data-dist/egroupware/phpsysinfo/phpsysinfo.dtd
-www/data-dist/egroupware/phpsysinfo/sample/df1.txt
-www/data-dist/egroupware/phpsysinfo/sample/index.html
-www/data-dist/egroupware/phpsysinfo/sample/lmsensors1.txt
-www/data-dist/egroupware/phpsysinfo/sample/lmsensors2.txt
-www/data-dist/egroupware/phpsysinfo/sample/lmsensors3.txt
-www/data-dist/egroupware/phpsysinfo/sample/lmsensors4.txt
-www/data-dist/egroupware/phpsysinfo/sample/lmsensors5.txt
-www/data-dist/egroupware/phpsysinfo/sample/mount1.txt
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_ca.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_cs.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_da.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_de.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_en.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_es-es.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_fi.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_fr.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_gl.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_hr.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_iw.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_lt.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_lv.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_nl.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_no.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_pl.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_pt.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_ru.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_sk.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_sl.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_sv.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/phpsysinfo/setup/phpgw_zh.lang
-www/data-dist/egroupware/phpsysinfo/setup/setup.inc.php
-www/data-dist/egroupware/phpsysinfo/templates/aq/aq.css
-www/data-dist/egroupware/phpsysinfo/templates/aq/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/aq/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/aq_background.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/coininfd.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/coininfg.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/coinsupd.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/coinsupg.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/d.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/fond.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/g.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/inf.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/space15_15.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/images/sup.gif
-www/data-dist/egroupware/phpsysinfo/templates/aq/index.html
-www/data-dist/egroupware/phpsysinfo/templates/black/black.css
-www/data-dist/egroupware/phpsysinfo/templates/black/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/black/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/black/images/aq_background.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/coininfd.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/coininfg.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/coinsupd.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/coinsupg.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/d.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/fond.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/g.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/black/images/inf.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/space15_15.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/images/sup.gif
-www/data-dist/egroupware/phpsysinfo/templates/black/index.html
-www/data-dist/egroupware/phpsysinfo/templates/blue/blue.css
-www/data-dist/egroupware/phpsysinfo/templates/blue/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/blue/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/bar_left.png
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/bar_middle.png
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/bar_right.png
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/redbar_left.png
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/redbar_middle.png
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/redbar_right.png
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/trans.gif
-www/data-dist/egroupware/phpsysinfo/templates/blue/images/trans.png
-www/data-dist/egroupware/phpsysinfo/templates/blue/index.html
-www/data-dist/egroupware/phpsysinfo/templates/bulix/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/bulix/bulix.css
-www/data-dist/egroupware/phpsysinfo/templates/bulix/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/left_bar.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/middle_bar.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/right_bar.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/images/trans.gif
-www/data-dist/egroupware/phpsysinfo/templates/bulix/index.html
-www/data-dist/egroupware/phpsysinfo/templates/classic/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/classic/classic.css
-www/data-dist/egroupware/phpsysinfo/templates/classic/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/bar_left.png
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/bar_middle.png
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/bar_right.png
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/redbar_left.png
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/redbar_middle.png
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/redbar_right.png
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/trans.gif
-www/data-dist/egroupware/phpsysinfo/templates/classic/images/trans.png
-www/data-dist/egroupware/phpsysinfo/templates/classic/index.html
-www/data-dist/egroupware/phpsysinfo/templates/default/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/default/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/default/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/default/images/bar_left.png
-www/data-dist/egroupware/phpsysinfo/templates/default/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/default/images/bar_middle.png
-www/data-dist/egroupware/phpsysinfo/templates/default/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/default/images/bar_right.png
-www/data-dist/egroupware/phpsysinfo/templates/default/images/navbar.png
-www/data-dist/egroupware/phpsysinfo/templates/default/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/default/images/redbar_left.png
-www/data-dist/egroupware/phpsysinfo/templates/default/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/default/images/redbar_middle.png
-www/data-dist/egroupware/phpsysinfo/templates/default/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/default/images/redbar_right.png
-www/data-dist/egroupware/phpsysinfo/templates/default/images/trans.gif
-www/data-dist/egroupware/phpsysinfo/templates/default/images/trans.png
-www/data-dist/egroupware/phpsysinfo/templates/index.html
-www/data-dist/egroupware/phpsysinfo/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/phpsysinfo/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/phpsysinfo/templates/kde/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/kde/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/background.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/coininfd.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/coininfg.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/coinsupd.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/coinsupg.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/d.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/fond.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/g.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/icons.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/inf.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/nobar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/nobar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/nobar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/space15_15.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/sup.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/title_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/title_mid.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/images/title_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/kde/index.html
-www/data-dist/egroupware/phpsysinfo/templates/kde/kde.css
-www/data-dist/egroupware/phpsysinfo/templates/metal/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/metal/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/coininfd.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/coininfg.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/coinsupd.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/coinsupg.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/d.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/fond.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/g.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/inf.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/metal_background.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/space15_15.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/images/sup.gif
-www/data-dist/egroupware/phpsysinfo/templates/metal/index.html
-www/data-dist/egroupware/phpsysinfo/templates/metal/metal.css
-www/data-dist/egroupware/phpsysinfo/templates/orange/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/orange/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/orange/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/orange/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/orange/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/orange/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/orange/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/orange/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/orange/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/orange/images/trans.gif
-www/data-dist/egroupware/phpsysinfo/templates/orange/index.html
-www/data-dist/egroupware/phpsysinfo/templates/orange/orange.css
-www/data-dist/egroupware/phpsysinfo/templates/typo3/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/typo3/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/typo3/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/typo3/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/typo3/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/typo3/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/typo3/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/typo3/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/typo3/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/typo3/images/trans.gif
-www/data-dist/egroupware/phpsysinfo/templates/typo3/index.html
-www/data-dist/egroupware/phpsysinfo/templates/typo3/typo3.css
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/bottom.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/bottom_left_corner.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/bottom_right_corner.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/left.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/min_max.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/nobar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/nobar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/nobar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/right.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/spacer.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/top.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/upper_left_corner.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/upper_right_corner.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/yellowbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/yellowbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images/yellowbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/index.html
-www/data-dist/egroupware/phpsysinfo/templates/windows_classic/windows_classic.css
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/box.tpl
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/form.tpl
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/aq_background.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/background.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/bar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/bar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/bar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/coininfd.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/coininfg.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/coinsupd.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/coinsupg.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/d.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/fond.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/g.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/icons.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/index.html
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/inf.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/nobar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/nobar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/nobar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/redbar_left.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/redbar_middle.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/redbar_right.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/space15_15.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images/sup.gif
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/index.html
-www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/wintendoxp.css
-www/data-dist/egroupware/phpsysinfo/tools/GenerateCL.sh
-www/data-dist/egroupware/phpsysinfo/tools/GenerateChangeLog.sh
-www/data-dist/egroupware/phpsysinfo/tools/MakeCVS.sh
-www/data-dist/egroupware/phpsysinfo/tools/MakeRelease.sh
-www/data-dist/egroupware/phpsysinfo/tools/README
-www/data-dist/egroupware/phpsysinfo/tools/cvs2cl.pl
-www/data-dist/egroupware/phpsysinfo/tools/debug.php
-www/data-dist/egroupware/phpsysinfo/tools/index.html
-www/data-dist/egroupware/polls/doc/CHANGELOG
-www/data-dist/egroupware/polls/doc/copyright.gpl
-www/data-dist/egroupware/polls/images/pollbar.gif
-www/data-dist/egroupware/polls/images/pollbar.png
-www/data-dist/egroupware/polls/inc/class.bopolls.inc.php
-www/data-dist/egroupware/polls/inc/class.sopolls.inc.php
-www/data-dist/egroupware/polls/inc/class.uipolls.inc.php
-www/data-dist/egroupware/polls/inc/hook_admin.inc.php
-www/data-dist/egroupware/polls/inc/hook_home.inc.php
-www/data-dist/egroupware/polls/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/polls/index.php
-www/data-dist/egroupware/polls/setup/phpgw_ca.lang
-www/data-dist/egroupware/polls/setup/phpgw_cs.lang
-www/data-dist/egroupware/polls/setup/phpgw_da.lang
-www/data-dist/egroupware/polls/setup/phpgw_de.lang
-www/data-dist/egroupware/polls/setup/phpgw_en.lang
-www/data-dist/egroupware/polls/setup/phpgw_es-es.lang
-www/data-dist/egroupware/polls/setup/phpgw_fa.lang
-www/data-dist/egroupware/polls/setup/phpgw_fi.lang
-www/data-dist/egroupware/polls/setup/phpgw_fr.lang
-www/data-dist/egroupware/polls/setup/phpgw_gl.lang
-www/data-dist/egroupware/polls/setup/phpgw_hr.lang
-www/data-dist/egroupware/polls/setup/phpgw_hu.lang
-www/data-dist/egroupware/polls/setup/phpgw_it.lang
-www/data-dist/egroupware/polls/setup/phpgw_iw.lang
-www/data-dist/egroupware/polls/setup/phpgw_ja.lang
-www/data-dist/egroupware/polls/setup/phpgw_lt.lang
-www/data-dist/egroupware/polls/setup/phpgw_lv.lang
-www/data-dist/egroupware/polls/setup/phpgw_nl.lang
-www/data-dist/egroupware/polls/setup/phpgw_no.lang
-www/data-dist/egroupware/polls/setup/phpgw_pl.lang
-www/data-dist/egroupware/polls/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/polls/setup/phpgw_pt.lang
-www/data-dist/egroupware/polls/setup/phpgw_ru.lang
-www/data-dist/egroupware/polls/setup/phpgw_sk.lang
-www/data-dist/egroupware/polls/setup/phpgw_sl.lang
-www/data-dist/egroupware/polls/setup/phpgw_sv.lang
-www/data-dist/egroupware/polls/setup/phpgw_uk.lang
-www/data-dist/egroupware/polls/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/polls/setup/phpgw_zh.lang
-www/data-dist/egroupware/polls/setup/setup.inc.php
-www/data-dist/egroupware/polls/setup/tables_current.inc.php
-www/data-dist/egroupware/polls/setup/tables_update.inc.php
-www/data-dist/egroupware/polls/sitemgr/class.module_polls.inc.php
-www/data-dist/egroupware/polls/templates/default/admin_form.tpl
-www/data-dist/egroupware/polls/templates/default/admin_header.tpl
-www/data-dist/egroupware/polls/templates/default/admin_list_answers.tpl
-www/data-dist/egroupware/polls/templates/default/admin_list_questions.tpl
-www/data-dist/egroupware/polls/templates/default/admin_settings.tpl
-www/data-dist/egroupware/polls/templates/default/ballot.tpl
-www/data-dist/egroupware/polls/templates/default/images/navbar.gif
-www/data-dist/egroupware/polls/templates/default/images/navbar.png
-www/data-dist/egroupware/polls/templates/default/images/pollbar.gif
-www/data-dist/egroupware/polls/templates/default/images/pollbar.png
-www/data-dist/egroupware/polls/templates/default/view_poll.tpl
-www/data-dist/egroupware/polls/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/polls/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/preferences/doc/copyright.gpl
-www/data-dist/egroupware/preferences/inc/class.ajaxpreferences.inc.php
-www/data-dist/egroupware/preferences/inc/class.bocategories.inc.php
-www/data-dist/egroupware/preferences/inc/class.bopassword.inc.php
-www/data-dist/egroupware/preferences/inc/class.bosettings.inc.php
-www/data-dist/egroupware/preferences/inc/class.uiaclprefs.inc.php
-www/data-dist/egroupware/preferences/inc/class.uicategories.inc.php
-www/data-dist/egroupware/preferences/inc/class.uipassword.inc.php
-www/data-dist/egroupware/preferences/inc/class.uisettings.inc.php
-www/data-dist/egroupware/preferences/inc/hook_deleteaccount.inc.php
-www/data-dist/egroupware/preferences/inc/hook_preferences.inc.php
-www/data-dist/egroupware/preferences/inc/hook_settings.inc.php
-www/data-dist/egroupware/preferences/index.php
-www/data-dist/egroupware/preferences/preferences.php
-www/data-dist/egroupware/preferences/setup/phpgw_bg.lang
-www/data-dist/egroupware/preferences/setup/phpgw_ca.lang
-www/data-dist/egroupware/preferences/setup/phpgw_cs.lang
-www/data-dist/egroupware/preferences/setup/phpgw_da.lang
-www/data-dist/egroupware/preferences/setup/phpgw_de.lang
-www/data-dist/egroupware/preferences/setup/phpgw_en.lang
-www/data-dist/egroupware/preferences/setup/phpgw_es-es.lang
-www/data-dist/egroupware/preferences/setup/phpgw_eu.lang
-www/data-dist/egroupware/preferences/setup/phpgw_fi.lang
-www/data-dist/egroupware/preferences/setup/phpgw_fr.lang
-www/data-dist/egroupware/preferences/setup/phpgw_gl.lang
-www/data-dist/egroupware/preferences/setup/phpgw_hr.lang
-www/data-dist/egroupware/preferences/setup/phpgw_hu.lang
-www/data-dist/egroupware/preferences/setup/phpgw_it.lang
-www/data-dist/egroupware/preferences/setup/phpgw_iw.lang
-www/data-dist/egroupware/preferences/setup/phpgw_ja.lang
-www/data-dist/egroupware/preferences/setup/phpgw_ko.lang
-www/data-dist/egroupware/preferences/setup/phpgw_lt.lang
-www/data-dist/egroupware/preferences/setup/phpgw_lv.lang
-www/data-dist/egroupware/preferences/setup/phpgw_nl.lang
-www/data-dist/egroupware/preferences/setup/phpgw_no.lang
-www/data-dist/egroupware/preferences/setup/phpgw_pl.lang
-www/data-dist/egroupware/preferences/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/preferences/setup/phpgw_pt.lang
-www/data-dist/egroupware/preferences/setup/phpgw_ru.lang
-www/data-dist/egroupware/preferences/setup/phpgw_sk.lang
-www/data-dist/egroupware/preferences/setup/phpgw_sl.lang
-www/data-dist/egroupware/preferences/setup/phpgw_sv.lang
-www/data-dist/egroupware/preferences/setup/phpgw_tr.lang
-www/data-dist/egroupware/preferences/setup/phpgw_uk.lang
-www/data-dist/egroupware/preferences/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/preferences/setup/phpgw_zh.lang
-www/data-dist/egroupware/preferences/setup/setup.inc.php
-www/data-dist/egroupware/preferences/templates/default/acl.tpl
-www/data-dist/egroupware/preferences/templates/default/category_form.tpl
-www/data-dist/egroupware/preferences/templates/default/changepassword.tpl
-www/data-dist/egroupware/preferences/templates/default/delete.tpl
-www/data-dist/egroupware/preferences/templates/default/images/navbar.gif
-www/data-dist/egroupware/preferences/templates/default/images/navbar.png
-www/data-dist/egroupware/preferences/templates/default/index.tpl
-www/data-dist/egroupware/preferences/templates/default/listcats.tpl
-www/data-dist/egroupware/preferences/templates/default/preferences.tpl
-www/data-dist/egroupware/preferences/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/preferences/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/projectmanager/ganttchart.php
-www/data-dist/egroupware/projectmanager/inc/class.admin.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.bopricelist.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.boprojectelements.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.boprojectmanager.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.datasource.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.datasource_projectmanager.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.ganttchart.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.pm_admin_prefs_sidebox_hooks.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.projectmanager_widget.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.soconstraints.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.somilestones.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.sopricelist.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.soprojectelements.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.soprojectmanager.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.soroles.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.uimilestones.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.uipricelist.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.uiprojectelements.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.uiprojectmanager.inc.php
-www/data-dist/egroupware/projectmanager/inc/class.uiroles.inc.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/COPYING
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/README
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Changelog
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/backgroundex01.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/backgroundex02.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/backgroundex03.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bar_csimex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bar_csimex1.png
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bar_csimex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bar_csimex2.png
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bargradex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bargradex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bargradex3.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bargradex4.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bargradex5.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bargradex6.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/bartutex12.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/centeredlineex01.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/centeredlineex02.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/centeredlineex03.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example1.1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example1.2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example10.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example13.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example14.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example15.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example16.1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example16.2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example16.3.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example16.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example17.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example18.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example19.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example2.1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example2.5.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example2.6.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example20.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example21.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example22.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example23.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example24.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example3.1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example3.2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example3.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example4.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example5.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example6.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example7.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example8.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/example9.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/exampleex9.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/filledline01.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/filledlineex01.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/ganttex30.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/impulsex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/impulsex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/impulsex3.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/impulsex4.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/linebarex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/linebarex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/linebarex3.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/linegrace.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/linegraceex.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/negbarvalueex01.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/nullvalueex01.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pie3d_csimex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pie3d_csimex1.png
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pie3dex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pie_csimex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pie_csimex1.png
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pieex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pieex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pieex3.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pieex4.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pieex5.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/pieex6.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/rotateex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/scatterex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/scatterex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/scatterlinkex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/scatterlinkex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/show-example.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/show-image.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/show-source.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderex3.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderex4.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderex5.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderex6.1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderex6.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderex7.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderlogex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/spiderlogex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/staticbandbarex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/staticbandbarex2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/staticbandbarex3.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/staticbandbarex4.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/staticbandbarex5.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/staticbandbarex6.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/staticbandbarex7.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/staticlinebarex1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/testsuit_jpgraph.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/text-example1.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/text-example2.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/tiger_bkg.gif
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/tiger_bkg.jpg
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples/tiger_bkg.png
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Todo
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_bar.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_canvas.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_dir.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_error.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_gantt.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_line.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_log.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_pie.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_pie3d.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_scatter.php
-www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/jpgraph_spider.php
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/COPYRIGHT.TXT
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/README.TXT
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/RELEASENOTES.TXT
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/Vera.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/VeraBI.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/VeraBd.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/VeraIt.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/VeraMoBI.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/VeraMoBd.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/VeraMoIt.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/VeraMono.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/VeraSe.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/VeraSeBd.ttf
-www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10/local.conf
-www/data-dist/egroupware/projectmanager/index.php
-www/data-dist/egroupware/projectmanager/setup/default_records.inc.php
-www/data-dist/egroupware/projectmanager/setup/etemplates.inc.php
-www/data-dist/egroupware/projectmanager/setup/phpgw_ca.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_cs.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_de.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_en.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_es-es.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_eu.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_fi.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_fr.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_gl.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_hu.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_it.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_lt.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_lv.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_nl.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_no.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_pl.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_pt.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_ru.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_sk.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_sl.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_sv.lang
-www/data-dist/egroupware/projectmanager/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/projectmanager/setup/setup.inc.php
-www/data-dist/egroupware/projectmanager/setup/tables_current.inc.php
-www/data-dist/egroupware/projectmanager/setup/tables_update.inc.php
-www/data-dist/egroupware/projectmanager/templates/default/app.css
-www/data-dist/egroupware/projectmanager/templates/default/config.xet
-www/data-dist/egroupware/projectmanager/templates/default/edit.xet
-www/data-dist/egroupware/projectmanager/templates/default/elements.edit.xet
-www/data-dist/egroupware/projectmanager/templates/default/elements.list.xet
-www/data-dist/egroupware/projectmanager/templates/default/ganttchart.xet
-www/data-dist/egroupware/projectmanager/templates/default/images/done.png
-www/data-dist/egroupware/projectmanager/templates/default/images/ganttchart.png
-www/data-dist/egroupware/projectmanager/templates/default/images/navbar.png
-www/data-dist/egroupware/projectmanager/templates/default/list.xet
-www/data-dist/egroupware/projectmanager/templates/default/milestone.edit.xet
-www/data-dist/egroupware/projectmanager/templates/default/preference_acl_row.tpl
-www/data-dist/egroupware/projectmanager/templates/default/preference_colspan.tpl
-www/data-dist/egroupware/projectmanager/templates/default/pricelist.edit.xet
-www/data-dist/egroupware/projectmanager/templates/default/pricelist.list.xet
-www/data-dist/egroupware/projectmanager/templates/default/roles.xet
-www/data-dist/egroupware/projectmanager/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/projectmanager/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/redirect.php
-www/data-dist/egroupware/registration/doc/README
-www/data-dist/egroupware/registration/doc/TODO
-www/data-dist/egroupware/registration/doc/copyright.gpl
-www/data-dist/egroupware/registration/inc/class.bomanagefields.inc.php
-www/data-dist/egroupware/registration/inc/class.boreg.inc.php
-www/data-dist/egroupware/registration/inc/class.sbox.inc.php
-www/data-dist/egroupware/registration/inc/class.somanagefields.inc.php
-www/data-dist/egroupware/registration/inc/class.soreg.inc.php
-www/data-dist/egroupware/registration/inc/class.uimanagefields.inc.php
-www/data-dist/egroupware/registration/inc/class.uireg.inc.php
-www/data-dist/egroupware/registration/inc/hook_admin.inc.php
-www/data-dist/egroupware/registration/inc/hook_logout.inc.php
-www/data-dist/egroupware/registration/index.php
-www/data-dist/egroupware/registration/setup/default_records.inc.php
-www/data-dist/egroupware/registration/setup/phpgw_ca.lang
-www/data-dist/egroupware/registration/setup/phpgw_cs.lang
-www/data-dist/egroupware/registration/setup/phpgw_da.lang
-www/data-dist/egroupware/registration/setup/phpgw_de.lang
-www/data-dist/egroupware/registration/setup/phpgw_en.lang
-www/data-dist/egroupware/registration/setup/phpgw_es-es.lang
-www/data-dist/egroupware/registration/setup/phpgw_fi.lang
-www/data-dist/egroupware/registration/setup/phpgw_fr.lang
-www/data-dist/egroupware/registration/setup/phpgw_gl.lang
-www/data-dist/egroupware/registration/setup/phpgw_hr.lang
-www/data-dist/egroupware/registration/setup/phpgw_hu.lang
-www/data-dist/egroupware/registration/setup/phpgw_it.lang
-www/data-dist/egroupware/registration/setup/phpgw_iw.lang
-www/data-dist/egroupware/registration/setup/phpgw_lt.lang
-www/data-dist/egroupware/registration/setup/phpgw_lv.lang
-www/data-dist/egroupware/registration/setup/phpgw_nl.lang
-www/data-dist/egroupware/registration/setup/phpgw_no.lang
-www/data-dist/egroupware/registration/setup/phpgw_pl.lang
-www/data-dist/egroupware/registration/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/registration/setup/phpgw_pt.lang
-www/data-dist/egroupware/registration/setup/phpgw_ru.lang
-www/data-dist/egroupware/registration/setup/phpgw_sk.lang
-www/data-dist/egroupware/registration/setup/phpgw_sl.lang
-www/data-dist/egroupware/registration/setup/phpgw_sv.lang
-www/data-dist/egroupware/registration/setup/phpgw_tr.lang
-www/data-dist/egroupware/registration/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/registration/setup/setup.inc.php
-www/data-dist/egroupware/registration/setup/tables_baseline.inc.php
-www/data-dist/egroupware/registration/setup/tables_current.inc.php
-www/data-dist/egroupware/registration/setup/tables_update.inc.php
-www/data-dist/egroupware/registration/templates/default/config.tpl
-www/data-dist/egroupware/registration/templates/default/confirm_email.tpl
-www/data-dist/egroupware/registration/templates/default/confirm_email_sent.tpl
-www/data-dist/egroupware/registration/templates/default/confirm_email_sent_lostpw.tpl
-www/data-dist/egroupware/registration/templates/default/error_confirm.tpl
-www/data-dist/egroupware/registration/templates/default/error_general.tpl
-www/data-dist/egroupware/registration/templates/default/fields.tpl
-www/data-dist/egroupware/registration/templates/default/images/navbar.gif
-www/data-dist/egroupware/registration/templates/default/images/navbar.png
-www/data-dist/egroupware/registration/templates/default/images/screen0_language.png
-www/data-dist/egroupware/registration/templates/default/layout.tpl
-www/data-dist/egroupware/registration/templates/default/loginid_select.tpl
-www/data-dist/egroupware/registration/templates/default/lostid_email.tpl
-www/data-dist/egroupware/registration/templates/default/lostid_select.tpl
-www/data-dist/egroupware/registration/templates/default/lostpw_change.tpl
-www/data-dist/egroupware/registration/templates/default/lostpw_changed.tpl
-www/data-dist/egroupware/registration/templates/default/lostpw_email.tpl
-www/data-dist/egroupware/registration/templates/default/lostpw_select.tpl
-www/data-dist/egroupware/registration/templates/default/personal_info.tpl
-www/data-dist/egroupware/registration/templates/default/tos.tpl
-www/data-dist/egroupware/registration/templates/default/welcome_message.tpl
-www/data-dist/egroupware/registration/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/registration/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/registration/templatesSavant2/default/dropdown.tpl.php
-www/data-dist/egroupware/registration/templatesSavant2/default/dropdownfromtable.tpl.php
-www/data-dist/egroupware/resources/README
-www/data-dist/egroupware/resources/TODO
-www/data-dist/egroupware/resources/inc/class.bo_acl.inc.php
-www/data-dist/egroupware/resources/inc/class.bo_resources.inc.php
-www/data-dist/egroupware/resources/inc/class.resources_hooks.inc.php
-www/data-dist/egroupware/resources/inc/class.resources_select_widget.inc.php
-www/data-dist/egroupware/resources/inc/class.so_resources.inc.php
-www/data-dist/egroupware/resources/inc/class.ui_acl.inc.php
-www/data-dist/egroupware/resources/inc/class.ui_resources.inc.php
-www/data-dist/egroupware/resources/index.php
-www/data-dist/egroupware/resources/setup/default_records.inc.php
-www/data-dist/egroupware/resources/setup/etemplates.inc.php
-www/data-dist/egroupware/resources/setup/phpgw_ca.lang
-www/data-dist/egroupware/resources/setup/phpgw_cs.lang
-www/data-dist/egroupware/resources/setup/phpgw_de.lang
-www/data-dist/egroupware/resources/setup/phpgw_en.lang
-www/data-dist/egroupware/resources/setup/phpgw_es-es.lang
-www/data-dist/egroupware/resources/setup/phpgw_eu.lang
-www/data-dist/egroupware/resources/setup/phpgw_fi.lang
-www/data-dist/egroupware/resources/setup/phpgw_fr.lang
-www/data-dist/egroupware/resources/setup/phpgw_gl.lang
-www/data-dist/egroupware/resources/setup/phpgw_hu.lang
-www/data-dist/egroupware/resources/setup/phpgw_it.lang
-www/data-dist/egroupware/resources/setup/phpgw_lt.lang
-www/data-dist/egroupware/resources/setup/phpgw_lv.lang
-www/data-dist/egroupware/resources/setup/phpgw_nl.lang
-www/data-dist/egroupware/resources/setup/phpgw_no.lang
-www/data-dist/egroupware/resources/setup/phpgw_pl.lang
-www/data-dist/egroupware/resources/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/resources/setup/phpgw_pt.lang
-www/data-dist/egroupware/resources/setup/phpgw_ru.lang
-www/data-dist/egroupware/resources/setup/phpgw_sk.lang
-www/data-dist/egroupware/resources/setup/phpgw_sl.lang
-www/data-dist/egroupware/resources/setup/phpgw_sv.lang
-www/data-dist/egroupware/resources/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/resources/setup/setup.inc.php
-www/data-dist/egroupware/resources/setup/tables_current.inc.php
-www/data-dist/egroupware/resources/setup/tables_update.inc.php
-www/data-dist/egroupware/resources/sitemgr/class.module_resources.inc.php
-www/data-dist/egroupware/resources/templates/default/acl.tpl
-www/data-dist/egroupware/resources/templates/default/app.css
-www/data-dist/egroupware/resources/templates/default/edit.xet
-www/data-dist/egroupware/resources/templates/default/images/bookable.png
-www/data-dist/egroupware/resources/templates/default/images/buyable.png
-www/data-dist/egroupware/resources/templates/default/images/calendar.png
-www/data-dist/egroupware/resources/templates/default/images/calicon.png
-www/data-dist/egroupware/resources/templates/default/images/navbar.png
-www/data-dist/egroupware/resources/templates/default/images/resource_icons/generic.png
-www/data-dist/egroupware/resources/templates/default/images/resource_icons/generic.xcf
-www/data-dist/egroupware/resources/templates/default/images/trans16x16.png
-www/data-dist/egroupware/resources/templates/default/images/view_acc.png
-www/data-dist/egroupware/resources/templates/default/show.xet
-www/data-dist/egroupware/resources/templates/default/showdetails.xet
-www/data-dist/egroupware/resources/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/resources/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/rpc.php
-www/data-dist/egroupware/sambaadmin/Changelog
-www/data-dist/egroupware/sambaadmin/inc/class.bosambaadmin.inc.php
-www/data-dist/egroupware/sambaadmin/inc/class.sosambaadmin.inc.php
-www/data-dist/egroupware/sambaadmin/inc/class.uibaseclass.inc.php
-www/data-dist/egroupware/sambaadmin/inc/class.uisambaadmin.inc.php
-www/data-dist/egroupware/sambaadmin/inc/class.uiuserdata.inc.php
-www/data-dist/egroupware/sambaadmin/inc/hook_admin.inc.php
-www/data-dist/egroupware/sambaadmin/inc/hook_changepassword.inc.php
-www/data-dist/egroupware/sambaadmin/inc/hook_edit_user.inc.php
-www/data-dist/egroupware/sambaadmin/index.php
-www/data-dist/egroupware/sambaadmin/setup/phpgw_cs.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_de.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_en.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_es-es.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_fi.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_fr.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_gl.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_lt.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_lv.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_nl.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_no.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_pt.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_ru.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_sk.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_sv.lang
-www/data-dist/egroupware/sambaadmin/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/sambaadmin/setup/setup.inc.php
-www/data-dist/egroupware/sambaadmin/templates/default/config.tpl
-www/data-dist/egroupware/sambaadmin/templates/default/edituserdata.tpl
-www/data-dist/egroupware/sambaadmin/templates/default/editworkstation.tpl
-www/data-dist/egroupware/sambaadmin/templates/default/images/navbar.png
-www/data-dist/egroupware/sambaadmin/templates/default/listworkstations.tpl
-www/data-dist/egroupware/sambaadmin/templates/default/nextmatchtable.tpl
-www/data-dist/egroupware/sambaadmin/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/sambaadmin/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/set_box.php
-www/data-dist/egroupware/setup/account_migration.php
-www/data-dist/egroupware/setup/admin_account.php
-www/data-dist/egroupware/setup/applications.php
-www/data-dist/egroupware/setup/applist.php
-www/data-dist/egroupware/setup/check_install.php
-www/data-dist/egroupware/setup/config.php
-www/data-dist/egroupware/setup/db_backup.php
-www/data-dist/egroupware/setup/doc/README.lang
-www/data-dist/egroupware/setup/doc/copyright.gpl
-www/data-dist/egroupware/setup/doc/setup3-1.html
-www/data-dist/egroupware/setup/doc/setup3-2.html
-www/data-dist/egroupware/setup/doc/setup3-3.html
-www/data-dist/egroupware/setup/doc/setup3-4.html
-www/data-dist/egroupware/setup/doc/setup3.dvi
-www/data-dist/egroupware/setup/doc/setup3.html
-www/data-dist/egroupware/setup/doc/setup3.lyx
-www/data-dist/egroupware/setup/doc/setup3.pdf
-www/data-dist/egroupware/setup/doc/setup3.ps
-www/data-dist/egroupware/setup/doc/setup3.rtf
-www/data-dist/egroupware/setup/doc/setup3.sgml
-www/data-dist/egroupware/setup/doc/setup3.txt
-www/data-dist/egroupware/setup/fix_mysql_charset.php
-www/data-dist/egroupware/setup/inc/class.Template.inc.php
-www/data-dist/egroupware/setup/inc/class.setup.inc.php
-www/data-dist/egroupware/setup/inc/class.setup_detection.inc.php
-www/data-dist/egroupware/setup/inc/class.setup_header.inc.php
-www/data-dist/egroupware/setup/inc/class.setup_html.inc.php
-www/data-dist/egroupware/setup/inc/class.setup_process.inc.php
-www/data-dist/egroupware/setup/inc/class.setup_translation.inc.php
-www/data-dist/egroupware/setup/inc/functions.inc.php
-www/data-dist/egroupware/setup/inc/hook_config.inc.php
-www/data-dist/egroupware/setup/inc/hook_config_validate.inc.php
-www/data-dist/egroupware/setup/index.php
-www/data-dist/egroupware/setup/lang.php
-www/data-dist/egroupware/setup/lang/languages
-www/data-dist/egroupware/setup/lang/phpgw_bg.lang
-www/data-dist/egroupware/setup/lang/phpgw_ca.lang
-www/data-dist/egroupware/setup/lang/phpgw_cs.lang
-www/data-dist/egroupware/setup/lang/phpgw_de.lang
-www/data-dist/egroupware/setup/lang/phpgw_en.lang
-www/data-dist/egroupware/setup/lang/phpgw_es-es.lang
-www/data-dist/egroupware/setup/lang/phpgw_fi.lang
-www/data-dist/egroupware/setup/lang/phpgw_fr.lang
-www/data-dist/egroupware/setup/lang/phpgw_gl.lang
-www/data-dist/egroupware/setup/lang/phpgw_hr.lang
-www/data-dist/egroupware/setup/lang/phpgw_hu.lang
-www/data-dist/egroupware/setup/lang/phpgw_it.lang
-www/data-dist/egroupware/setup/lang/phpgw_iw.lang
-www/data-dist/egroupware/setup/lang/phpgw_ja.lang
-www/data-dist/egroupware/setup/lang/phpgw_ko.lang
-www/data-dist/egroupware/setup/lang/phpgw_lt.lang
-www/data-dist/egroupware/setup/lang/phpgw_lv.lang
-www/data-dist/egroupware/setup/lang/phpgw_nl.lang
-www/data-dist/egroupware/setup/lang/phpgw_no.lang
-www/data-dist/egroupware/setup/lang/phpgw_pl.lang
-www/data-dist/egroupware/setup/lang/phpgw_pt-br.lang
-www/data-dist/egroupware/setup/lang/phpgw_pt.lang
-www/data-dist/egroupware/setup/lang/phpgw_ru.lang
-www/data-dist/egroupware/setup/lang/phpgw_sk.lang
-www/data-dist/egroupware/setup/lang/phpgw_sl.lang
-www/data-dist/egroupware/setup/lang/phpgw_sv.lang
-www/data-dist/egroupware/setup/lang/phpgw_zh-tw.lang
-www/data-dist/egroupware/setup/lang/phpgw_zh.lang
-www/data-dist/egroupware/setup/manageheader.php
-www/data-dist/egroupware/setup/schematoy.php
-www/data-dist/egroupware/setup/setup-cli.php
-www/data-dist/egroupware/setup/sqltoarray.php
-www/data-dist/egroupware/setup/templates/default/account_migration.tpl
-www/data-dist/egroupware/setup/templates/default/admin_account.tpl
-www/data-dist/egroupware/setup/templates/default/applications.tpl
-www/data-dist/egroupware/setup/templates/default/applist.tpl
-www/data-dist/egroupware/setup/templates/default/arraydl.tpl
-www/data-dist/egroupware/setup/templates/default/config.tpl
-www/data-dist/egroupware/setup/templates/default/config_post_script.tpl
-www/data-dist/egroupware/setup/templates/default/config_pre_script.tpl
-www/data-dist/egroupware/setup/templates/default/css/idots.css
-www/data-dist/egroupware/setup/templates/default/db_backup.tpl
-www/data-dist/egroupware/setup/templates/default/footer.tpl
-www/data-dist/egroupware/setup/templates/default/head.tpl
-www/data-dist/egroupware/setup/templates/default/images/boxbg.gif
-www/data-dist/egroupware/setup/templates/default/images/check.png
-www/data-dist/egroupware/setup/templates/default/images/completed.png
-www/data-dist/egroupware/setup/templates/default/images/database.png
-www/data-dist/egroupware/setup/templates/default/images/dep.png
-www/data-dist/egroupware/setup/templates/default/images/galeon.png
-www/data-dist/egroupware/setup/templates/default/images/greypanel.gif
-www/data-dist/egroupware/setup/templates/default/images/header.png
-www/data-dist/egroupware/setup/templates/default/images/incomplete.png
-www/data-dist/egroupware/setup/templates/default/images/lang.png
-www/data-dist/egroupware/setup/templates/default/images/logos.xcf
-www/data-dist/egroupware/setup/templates/default/images/manage_applications.png
-www/data-dist/egroupware/setup/templates/default/images/manage_applications2.png
-www/data-dist/egroupware/setup/templates/default/images/panel.png
-www/data-dist/egroupware/setup/templates/default/images/setup-anim.gif
-www/data-dist/egroupware/setup/templates/default/images/spacer.gif
-www/data-dist/egroupware/setup/templates/default/images/spacer.png
-www/data-dist/egroupware/setup/templates/default/images/table.png
-www/data-dist/egroupware/setup/templates/default/images/unknown.png
-www/data-dist/egroupware/setup/templates/default/lang_main.tpl
-www/data-dist/egroupware/setup/templates/default/login_main.tpl
-www/data-dist/egroupware/setup/templates/default/login_stage_header.tpl
-www/data-dist/egroupware/setup/templates/default/manageheader.tpl
-www/data-dist/egroupware/setup/templates/default/msg_alert_msg.tpl
-www/data-dist/egroupware/setup/templates/default/schema.tpl
-www/data-dist/egroupware/setup/templates/default/setup_db_blocks.tpl
-www/data-dist/egroupware/setup/templates/default/setup_main.tpl
-www/data-dist/egroupware/setup/templates/default/sqltoarray.tpl
-www/data-dist/egroupware/setup/templates/default/system_charset.tpl
-www/data-dist/egroupware/sitemgr/README
-www/data-dist/egroupware/sitemgr/doc/hooks-requirements.txt
-www/data-dist/egroupware/sitemgr/doc/index.php
-www/data-dist/egroupware/sitemgr/doc/makedoc.sh
-www/data-dist/egroupware/sitemgr/doc/sitemgr.html
-www/data-dist/egroupware/sitemgr/doc/sitemgr.lyx
-www/data-dist/egroupware/sitemgr/doc/sitemgr.sgml
-www/data-dist/egroupware/sitemgr/inc/class.ACL_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Block_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Categories_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Categories_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Categories_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Category_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Common_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Common_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Content_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Content_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Content_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Modules_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Modules_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Modules_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Notifications_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Notifications_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Notifications_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.NtfMessages_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.NtfMessages_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.NtfMessages_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Outline_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Page_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Pages_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Pages_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Pages_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Sites_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Sites_SO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Sites_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Theme_BO.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.Translations_UI.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.bonotifications.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.bontfmess.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.browser_transform.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.generic_list.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.generic_list_bo.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.generic_list_so.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.generic_list_ui.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.module.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.notification_bo.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.notification_so.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.ntf_message_so.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.search_bo.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.search_so.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.search_ui.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.sonotifications.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.sontfmess.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.uinotifications.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.uintfmess.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.xmltool2.inc.php
-www/data-dist/egroupware/sitemgr/inc/class.xslt_transform.inc.php
-www/data-dist/egroupware/sitemgr/inc/hook_admin.inc.php
-www/data-dist/egroupware/sitemgr/inc/hook_settings.inc.php
-www/data-dist/egroupware/sitemgr/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/sitemgr/index.php
-www/data-dist/egroupware/sitemgr/modules/class.module_administration.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_amazon.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_appdir.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_applet.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_download.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_filecontents.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_frame.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_galerie.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_google.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_hello.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_html.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_lang_block.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_login.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_navigation.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_notify.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_redirect.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_search.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_template.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_translation_status.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_validator.inc.php
-www/data-dist/egroupware/sitemgr/modules/class.module_xml.inc.php
-www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/INSTALL
-www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/README
-www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/inc/class.guestbook_BO.inc.php
-www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/inc/class.guestbook_SO.inc.php
-www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/setup/setup.inc.php
-www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/setup/tables_current.inc.php
-www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/sitemgr/class.module_guestbook.inc.php
-www/data-dist/egroupware/sitemgr/setup/default_records.inc.php
-www/data-dist/egroupware/sitemgr/setup/etemplates.inc.php
-www/data-dist/egroupware/sitemgr/setup/phpgw_ca.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_cs.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_da.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_de.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_en.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_es-es.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_fi.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_fr.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_gl.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_hr.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_hu.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_it.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_iw.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_lt.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_lv.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_nl.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_no.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_pl.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_pt.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_ru.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_sl.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_sv.lang
-www/data-dist/egroupware/sitemgr/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/sitemgr/setup/setup.inc.php
-www/data-dist/egroupware/sitemgr/setup/tables_current.inc.php
-www/data-dist/egroupware/sitemgr/setup/tables_update.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-link/index.php
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_ca.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_cs.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_da.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_en.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_es-es.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_fi.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_fr.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_gl.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_hu.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_it.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_lt.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_nl.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_no.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_ru.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_sk.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_sl.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/sitemgr/sitemgr-link/setup/setup.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-link/templates/default/images/navbar.gif
-www/data-dist/egroupware/sitemgr/sitemgr-link/templates/default/images/navbar.png
-www/data-dist/egroupware/sitemgr/sitemgr-link/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/sitemgr/sitemgr-link/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/config.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/functions.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/htaccess
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/Google_25wht.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/03_content_backgr.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/arrow.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/blank.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/bottom_left_corner.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/bottom_line.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/bottom_right_corner.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/con_address.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/con_fax.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/con_info.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/con_tel.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/edit.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/edit_trash.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/emailButton.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/google.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/indent.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/indent1.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/indent2.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/indent3.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/indent4.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/indent5.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/index.html
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/left_line.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/mos_rss.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/new.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/pastarchives.jpg
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/pdf_button.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/printButton.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/rating_star.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/rating_star_blank.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/right_line.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/rss.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/sort_asc.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/sort_desc.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/sort_none.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/top_left_corner.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/top_line.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/top_right_corner.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/web_links.jpg
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images/weblink.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/blackpixel.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/blue.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/bluehalf.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/center_l.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/center_r.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/css.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/dot.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/down.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/eyes.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/friend.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/google_little.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/green_dot.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/html401.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/index.html
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/new_3day.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/new_day.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/new_week.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/pix.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/print.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/red_dot.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/star.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/tree_collapse.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/tree_expand.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/up.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/images/zip.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/inc/class.Template3.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/inc/class.mos_ui.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/inc/class.sitebo.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/inc/class.ui.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/inc/meta.ui.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/inc/phpnuke.compat.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/index.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/center_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/editor/editor.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/includes/footer.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/includes/metadata.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/left_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/mainbody.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/mainbody.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/mainmenu.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/metadata.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/pathway.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/right_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/security.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/backdot.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/down-left.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/down-left2.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/down-left3.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/down-right.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/down-right2.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/down-right3.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/down.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/down2.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/down3.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/left.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/left2.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/left3.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/leftbar.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/logo.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/mainbar.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/middle-left.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/middle-right.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/middle.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/right.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/right2.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/right3.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/rightbar.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/up-left.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/up-left2.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/up-right.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/up-right2.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/up.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images/up2.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/left_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/main.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/modules/news/newsblock.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/right_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/style/style.css
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/templateDetails.xml
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/template_thumbnail.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/corner-bottom-left.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/corner-bottom-right.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/corner-top-left.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/corner-top-right.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/index.html
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/leftbar.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/logo.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/mainbar.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/maximize.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/minimize.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/pixel.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images/rightbar.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/left_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/main.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/modules/news/newsblock.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/right_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/style/style.css
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/templateDetails.xml
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/template_thumbnail.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/draft_transform.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/edit_transform.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/bookmarks/xbel.xsl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/calendar/mini_cal.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/forum/collapse.threads.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/forum/forums.body.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/forum/index.body.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/forum/normal.threads.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/forum/read.body.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/guestbook/form.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/navigation/navigation.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/news/complete_style.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/news/header_style.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/adv_search.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/basic_search.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/edit_article.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/mail_article.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/main.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/maintain_questions.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/nextmatchs.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/popup_search.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/print_article.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/question.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/unanswered.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain/view_article.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/style/default.css
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/style/editmode.css
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/center_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/images/appbox-header-background.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/images/background-icon-bar.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/images/body-background.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/images/favicon.ico
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/images/grey-pixel.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/images/logo.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/images/orange-ball.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/js/pngfix.js
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/left_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/main.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/right_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/style/style.css
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/templateDetails.xml
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/template_thumbnail.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images/bullet.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images/center_bt_bottom.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images/center_bt_top.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images/left_bt_bottom.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images/left_bt_right.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images/left_bt_top.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images/logo.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images/right_bt_bottom.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images/right_bt_top.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/left_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/main.tpl
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/realss.css
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/right_bt.inc.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/templateDetails.xml
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/template_thumbnail.png
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/css/template_css.css
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/images/blocks_bg.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/images/dotdotdot.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/images/favicon.ico
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/images/generic_header.jpg
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/images/orange_spacer.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/images/shadow_right.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/images/spacer.gif
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/index.php
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/templateDetails.xml
-www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/template_thumbnail.png
-www/data-dist/egroupware/sitemgr/templates/default/archive.tpl
-www/data-dist/egroupware/sitemgr/templates/default/commit.tpl
-www/data-dist/egroupware/sitemgr/templates/default/confirmdelete.tpl
-www/data-dist/egroupware/sitemgr/templates/default/delete_common.tpl
-www/data-dist/egroupware/sitemgr/templates/default/edit_block.tpl
-www/data-dist/egroupware/sitemgr/templates/default/edit_category.tpl
-www/data-dist/egroupware/sitemgr/templates/default/edit_page.tpl
-www/data-dist/egroupware/sitemgr/templates/default/edit_properties.tpl
-www/data-dist/egroupware/sitemgr/templates/default/images/navbar.gif
-www/data-dist/egroupware/sitemgr/templates/default/images/navbar.png
-www/data-dist/egroupware/sitemgr/templates/default/images/new_page.png
-www/data-dist/egroupware/sitemgr/templates/default/listsites.tpl
-www/data-dist/egroupware/sitemgr/templates/default/mainmenu.tpl
-www/data-dist/egroupware/sitemgr/templates/default/manage_content.tpl
-www/data-dist/egroupware/sitemgr/templates/default/manage_modules.tpl
-www/data-dist/egroupware/sitemgr/templates/default/manage_outline.tpl
-www/data-dist/egroupware/sitemgr/templates/default/manage_translations.tpl
-www/data-dist/egroupware/sitemgr/templates/default/notifications.edit.xet
-www/data-dist/egroupware/sitemgr/templates/default/notifications.index.rows.xet
-www/data-dist/egroupware/sitemgr/templates/default/notifications.index.xet
-www/data-dist/egroupware/sitemgr/templates/default/ntfmess.edit.xet
-www/data-dist/egroupware/sitemgr/templates/default/ntfmess.index.right.xet
-www/data-dist/egroupware/sitemgr/templates/default/ntfmess.index.rows.xet
-www/data-dist/egroupware/sitemgr/templates/default/ntfmess.index.xet
-www/data-dist/egroupware/sitemgr/templates/default/site_form.tpl
-www/data-dist/egroupware/sitemgr/templates/default/sitemgr_footer.tpl
-www/data-dist/egroupware/sitemgr/templates/default/sitemgr_header.tpl
-www/data-dist/egroupware/sitemgr/templates/default/sitemgr_preferences.tpl
-www/data-dist/egroupware/sitemgr/templates/default/theme_info.tpl
-www/data-dist/egroupware/sitemgr/templates/default/translate_block.tpl
-www/data-dist/egroupware/sitemgr/templates/default/translate_category.tpl
-www/data-dist/egroupware/sitemgr/templates/default/translate_page.tpl
-www/data-dist/egroupware/sitemgr/templates/default/translate_sitecontent.tpl
-www/data-dist/egroupware/sitemgr/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/sitemgr/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/sitemgr/theme_info.php
-www/data-dist/egroupware/soap.php
-www/data-dist/egroupware/svn-helper.php
-www/data-dist/egroupware/syncml/calendar/config/conf.php
-www/data-dist/egroupware/syncml/calendar/lib/api.php
-www/data-dist/egroupware/syncml/caltasks/config/conf.php
-www/data-dist/egroupware/syncml/caltasks/lib/api.php
-www/data-dist/egroupware/syncml/contacts/config/conf.php
-www/data-dist/egroupware/syncml/contacts/lib/api.php
-www/data-dist/egroupware/syncml/notes/config/conf.php
-www/data-dist/egroupware/syncml/notes/lib/api.php
-www/data-dist/egroupware/syncml/setup/default_records.inc.php
-www/data-dist/egroupware/syncml/setup/setup.inc.php
-www/data-dist/egroupware/syncml/setup/tables_current.inc.php
-www/data-dist/egroupware/syncml/setup/tables_update.inc.php
-www/data-dist/egroupware/syncml/tasks/config/conf.php
-www/data-dist/egroupware/syncml/tasks/lib/api.php
-www/data-dist/egroupware/timesheet/fix_lost_links.php
-www/data-dist/egroupware/timesheet/inc/class.botimesheet.inc.php
-www/data-dist/egroupware/timesheet/inc/class.datasource_timesheet.inc.php
-www/data-dist/egroupware/timesheet/inc/class.egw_timesheet_record.inc.php
-www/data-dist/egroupware/timesheet/inc/class.export_openoffice.inc.php
-www/data-dist/egroupware/timesheet/inc/class.export_timesheet_csv.inc.php
-www/data-dist/egroupware/timesheet/inc/class.export_timesheet_openoffice.inc.php
-www/data-dist/egroupware/timesheet/inc/class.spreadsheet.inc.php
-www/data-dist/egroupware/timesheet/inc/class.ts_admin_prefs_sidebox_hooks.inc.php
-www/data-dist/egroupware/timesheet/inc/class.uicustomfields.inc.php
-www/data-dist/egroupware/timesheet/inc/class.uitimesheet.inc.php
-www/data-dist/egroupware/timesheet/index.php
-www/data-dist/egroupware/timesheet/setup/etemplates.inc.php
-www/data-dist/egroupware/timesheet/setup/phpgw_cs.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_de.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_en.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_es-es.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_eu.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_fi.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_fr.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_gl.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_hu.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_it.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_lt.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_nl.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_no.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_pl.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_pt.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_ru.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_sk.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_sv.lang
-www/data-dist/egroupware/timesheet/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/timesheet/setup/setup.inc.php
-www/data-dist/egroupware/timesheet/setup/tables_current.inc.php
-www/data-dist/egroupware/timesheet/setup/tables_update.inc.php
-www/data-dist/egroupware/timesheet/templates/default/app.css
-www/data-dist/egroupware/timesheet/templates/default/config.tpl
-www/data-dist/egroupware/timesheet/templates/default/edit.xet
-www/data-dist/egroupware/timesheet/templates/default/images/navbar.png
-www/data-dist/egroupware/timesheet/templates/default/index.xet
-www/data-dist/egroupware/timesheet/templates/default/preference_acl_row.tpl
-www/data-dist/egroupware/timesheet/templates/default/preference_colspan.tpl
-www/data-dist/egroupware/timesheet/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/timesheet/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/tracker/import_tts.php
-www/data-dist/egroupware/tracker/inc/class.botracker.inc.php
-www/data-dist/egroupware/tracker/inc/class.datasource_tracker.inc.php
-www/data-dist/egroupware/tracker/inc/class.sotracker.inc.php
-www/data-dist/egroupware/tracker/inc/class.tr_admin_prefs_sidebox_hooks.inc.php
-www/data-dist/egroupware/tracker/inc/class.tracker_tracking.inc.php
-www/data-dist/egroupware/tracker/inc/class.uitracker.inc.php
-www/data-dist/egroupware/tracker/index.php
-www/data-dist/egroupware/tracker/setup/default_records.inc.php
-www/data-dist/egroupware/tracker/setup/etemplates.inc.php
-www/data-dist/egroupware/tracker/setup/phpgw_cs.lang
-www/data-dist/egroupware/tracker/setup/phpgw_de.lang
-www/data-dist/egroupware/tracker/setup/phpgw_en.lang
-www/data-dist/egroupware/tracker/setup/phpgw_es-es.lang
-www/data-dist/egroupware/tracker/setup/phpgw_fi.lang
-www/data-dist/egroupware/tracker/setup/phpgw_fr.lang
-www/data-dist/egroupware/tracker/setup/phpgw_gl.lang
-www/data-dist/egroupware/tracker/setup/phpgw_hu.lang
-www/data-dist/egroupware/tracker/setup/phpgw_it.lang
-www/data-dist/egroupware/tracker/setup/phpgw_pl.lang
-www/data-dist/egroupware/tracker/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/tracker/setup/phpgw_sk.lang
-www/data-dist/egroupware/tracker/setup/phpgw_sl.lang
-www/data-dist/egroupware/tracker/setup/phpgw_sv.lang
-www/data-dist/egroupware/tracker/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/tracker/setup/setup.inc.php
-www/data-dist/egroupware/tracker/setup/tables_current.inc.php
-www/data-dist/egroupware/tracker/setup/tables_update.inc.php
-www/data-dist/egroupware/tracker/sitemgr/class.module_tracker.inc.php
-www/data-dist/egroupware/tracker/templates/default/admin.xet
-www/data-dist/egroupware/tracker/templates/default/app.css
-www/data-dist/egroupware/tracker/templates/default/convert.tpl
-www/data-dist/egroupware/tracker/templates/default/edit.xet
-www/data-dist/egroupware/tracker/templates/default/images/navbar.png
-www/data-dist/egroupware/tracker/templates/default/images/timesheet.png
-www/data-dist/egroupware/tracker/templates/default/index.xet
-www/data-dist/egroupware/tracker/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/tracker/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/wiki/action/admin.php
-www/data-dist/egroupware/wiki/action/conflict.php
-www/data-dist/egroupware/wiki/action/diff.php
-www/data-dist/egroupware/wiki/action/find.php
-www/data-dist/egroupware/wiki/action/history.php
-www/data-dist/egroupware/wiki/action/macro.php
-www/data-dist/egroupware/wiki/action/prefs.php
-www/data-dist/egroupware/wiki/action/rss.php
-www/data-dist/egroupware/wiki/action/view.php
-www/data-dist/egroupware/wiki/doc/CHANGES
-www/data-dist/egroupware/wiki/doc/TODO
-www/data-dist/egroupware/wiki/doc/cvs-import
-www/data-dist/egroupware/wiki/doc/tavi-docs/ChangeLog.txt
-www/data-dist/egroupware/wiki/doc/tavi-docs/INSTALL.txt
-www/data-dist/egroupware/wiki/doc/tavi-docs/LICENSE.txt
-www/data-dist/egroupware/wiki/doc/tavi-docs/NEWS.txt
-www/data-dist/egroupware/wiki/doc/tavi-docs/README.txt
-www/data-dist/egroupware/wiki/doc/tavi-docs/TODO.txt
-www/data-dist/egroupware/wiki/doc/tavi-docs/maint.pl
-www/data-dist/egroupware/wiki/doc/tavi-docs/template.txt
-www/data-dist/egroupware/wiki/htaccess
-www/data-dist/egroupware/wiki/inc/class.bowiki.inc.php
-www/data-dist/egroupware/wiki/inc/class.sowiki.inc.php
-www/data-dist/egroupware/wiki/inc/class.uiwiki.inc.php
-www/data-dist/egroupware/wiki/inc/class.xmlwiki.inc.php
-www/data-dist/egroupware/wiki/inc/hook_admin.inc.php
-www/data-dist/egroupware/wiki/inc/hook_config_validate.inc.php
-www/data-dist/egroupware/wiki/inc/hook_settings.inc.php
-www/data-dist/egroupware/wiki/inc/hook_sidebox_menu.inc.php
-www/data-dist/egroupware/wiki/index.php
-www/data-dist/egroupware/wiki/lib/category.php
-www/data-dist/egroupware/wiki/lib/defaults.php
-www/data-dist/egroupware/wiki/lib/diff.php
-www/data-dist/egroupware/wiki/lib/headers.php
-www/data-dist/egroupware/wiki/lib/init.php
-www/data-dist/egroupware/wiki/lib/main.php
-www/data-dist/egroupware/wiki/lib/messages.php
-www/data-dist/egroupware/wiki/lib/url.php
-www/data-dist/egroupware/wiki/parse/html.php
-www/data-dist/egroupware/wiki/parse/macros.php
-www/data-dist/egroupware/wiki/parse/main.php
-www/data-dist/egroupware/wiki/parse/save.php
-www/data-dist/egroupware/wiki/parse/transforms.php
-www/data-dist/egroupware/wiki/setup/default_records.inc.php
-www/data-dist/egroupware/wiki/setup/etemplates.inc.php
-www/data-dist/egroupware/wiki/setup/phpgw_ca.lang
-www/data-dist/egroupware/wiki/setup/phpgw_cs.lang
-www/data-dist/egroupware/wiki/setup/phpgw_da.lang
-www/data-dist/egroupware/wiki/setup/phpgw_de.lang
-www/data-dist/egroupware/wiki/setup/phpgw_en.lang
-www/data-dist/egroupware/wiki/setup/phpgw_es-es.lang
-www/data-dist/egroupware/wiki/setup/phpgw_fi.lang
-www/data-dist/egroupware/wiki/setup/phpgw_fr.lang
-www/data-dist/egroupware/wiki/setup/phpgw_gl.lang
-www/data-dist/egroupware/wiki/setup/phpgw_hr.lang
-www/data-dist/egroupware/wiki/setup/phpgw_hu.lang
-www/data-dist/egroupware/wiki/setup/phpgw_it.lang
-www/data-dist/egroupware/wiki/setup/phpgw_iw.lang
-www/data-dist/egroupware/wiki/setup/phpgw_ko.lang
-www/data-dist/egroupware/wiki/setup/phpgw_lt.lang
-www/data-dist/egroupware/wiki/setup/phpgw_lv.lang
-www/data-dist/egroupware/wiki/setup/phpgw_nl.lang
-www/data-dist/egroupware/wiki/setup/phpgw_no.lang
-www/data-dist/egroupware/wiki/setup/phpgw_pl.lang
-www/data-dist/egroupware/wiki/setup/phpgw_pt-br.lang
-www/data-dist/egroupware/wiki/setup/phpgw_pt.lang
-www/data-dist/egroupware/wiki/setup/phpgw_ru.lang
-www/data-dist/egroupware/wiki/setup/phpgw_sk.lang
-www/data-dist/egroupware/wiki/setup/phpgw_sl.lang
-www/data-dist/egroupware/wiki/setup/phpgw_sv.lang
-www/data-dist/egroupware/wiki/setup/phpgw_zh-tw.lang
-www/data-dist/egroupware/wiki/setup/setup.inc.php
-www/data-dist/egroupware/wiki/setup/tables_current.inc.php
-www/data-dist/egroupware/wiki/setup/tables_update.inc.php
-www/data-dist/egroupware/wiki/sitemgr/class.module_wiki.inc.php
-www/data-dist/egroupware/wiki/template/admin.php
-www/data-dist/egroupware/wiki/template/common.php
-www/data-dist/egroupware/wiki/template/conflict.php
-www/data-dist/egroupware/wiki/template/diff.php
-www/data-dist/egroupware/wiki/template/find.php
-www/data-dist/egroupware/wiki/template/history.php
-www/data-dist/egroupware/wiki/template/prefs.php
-www/data-dist/egroupware/wiki/template/rss.php
-www/data-dist/egroupware/wiki/template/view.php
-www/data-dist/egroupware/wiki/templates/default/app.css
-www/data-dist/egroupware/wiki/templates/default/config.tpl
-www/data-dist/egroupware/wiki/templates/default/edit.xet
-www/data-dist/egroupware/wiki/templates/default/images/blackstar.gif
-www/data-dist/egroupware/wiki/templates/default/images/block.gif
-www/data-dist/egroupware/wiki/templates/default/images/dategrid.gif
-www/data-dist/egroupware/wiki/templates/default/images/dvd-gray-medium.gif
-www/data-dist/egroupware/wiki/templates/default/images/halfstar.gif
-www/data-dist/egroupware/wiki/templates/default/images/navbar.png
-www/data-dist/egroupware/wiki/templates/default/images/new.gif
-www/data-dist/egroupware/wiki/templates/default/images/nopic_movie.gif
-www/data-dist/egroupware/wiki/templates/default/images/redstar.gif
-www/data-dist/egroupware/wiki/templates/default/images/vertlongbar.gif
-www/data-dist/egroupware/wiki/templates/default/images/vertshortbar.gif
-www/data-dist/egroupware/wiki/templates/jerryr/images/navbar-over.png
-www/data-dist/egroupware/wiki/templates/jerryr/images/navbar.png
-www/data-dist/egroupware/xajax.php
-www/data-dist/egroupware/xmlrpc.php
- at dirrm www/data-dist/egroupware/wiki/templates/jerryr/images
- at dirrm www/data-dist/egroupware/wiki/templates/jerryr
- at dirrm www/data-dist/egroupware/wiki/templates/default/images
- at dirrm www/data-dist/egroupware/wiki/templates/default
- at dirrm www/data-dist/egroupware/wiki/templates
- at dirrm www/data-dist/egroupware/wiki/template
- at dirrm www/data-dist/egroupware/wiki/sitemgr
- at dirrm www/data-dist/egroupware/wiki/setup
- at dirrm www/data-dist/egroupware/wiki/parse
- at dirrm www/data-dist/egroupware/wiki/lib
- at dirrm www/data-dist/egroupware/wiki/inc
- at dirrm www/data-dist/egroupware/wiki/doc/tavi-docs
- at dirrm www/data-dist/egroupware/wiki/doc
- at dirrm www/data-dist/egroupware/wiki/action
- at dirrm www/data-dist/egroupware/wiki
- at dirrm www/data-dist/egroupware/tracker/templates/jerryr/images
- at dirrm www/data-dist/egroupware/tracker/templates/jerryr
- at dirrm www/data-dist/egroupware/tracker/templates/default/images
- at dirrm www/data-dist/egroupware/tracker/templates/default
- at dirrm www/data-dist/egroupware/tracker/templates
- at dirrm www/data-dist/egroupware/tracker/sitemgr
- at dirrm www/data-dist/egroupware/tracker/setup
- at dirrm www/data-dist/egroupware/tracker/inc
- at dirrm www/data-dist/egroupware/tracker
- at dirrm www/data-dist/egroupware/timesheet/templates/jerryr/images
- at dirrm www/data-dist/egroupware/timesheet/templates/jerryr
- at dirrm www/data-dist/egroupware/timesheet/templates/default/images
- at dirrm www/data-dist/egroupware/timesheet/templates/default
- at dirrm www/data-dist/egroupware/timesheet/templates
- at dirrm www/data-dist/egroupware/timesheet/setup
- at dirrm www/data-dist/egroupware/timesheet/inc
- at dirrm www/data-dist/egroupware/timesheet
- at dirrm www/data-dist/egroupware/syncml/tasks/lib
- at dirrm www/data-dist/egroupware/syncml/tasks/config
- at dirrm www/data-dist/egroupware/syncml/tasks
- at dirrm www/data-dist/egroupware/syncml/setup
- at dirrm www/data-dist/egroupware/syncml/notes/lib
- at dirrm www/data-dist/egroupware/syncml/notes/config
- at dirrm www/data-dist/egroupware/syncml/notes
- at dirrm www/data-dist/egroupware/syncml/contacts/lib
- at dirrm www/data-dist/egroupware/syncml/contacts/config
- at dirrm www/data-dist/egroupware/syncml/contacts
- at dirrm www/data-dist/egroupware/syncml/caltasks/lib
- at dirrm www/data-dist/egroupware/syncml/caltasks/config
- at dirrm www/data-dist/egroupware/syncml/caltasks
- at dirrm www/data-dist/egroupware/syncml/calendar/lib
- at dirrm www/data-dist/egroupware/syncml/calendar/config
- at dirrm www/data-dist/egroupware/syncml/calendar
- at dirrm www/data-dist/egroupware/syncml
- at dirrm www/data-dist/egroupware/sitemgr/templates/jerryr/images
- at dirrm www/data-dist/egroupware/sitemgr/templates/jerryr
- at dirrm www/data-dist/egroupware/sitemgr/templates/default/images
- at dirrm www/data-dist/egroupware/sitemgr/templates/default
- at dirrm www/data-dist/egroupware/sitemgr/templates
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/images
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie/css
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/rhuk_orange_smoothie
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss/images
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/realss
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/style
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/js
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots/images
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/idots
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/style
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/phpbrain
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/news
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/navigation
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/guestbook
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/forum
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/calendar
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules/bookmarks
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default/modules
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/default
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/style
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/modules/news
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/modules
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews/images
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/NukeNews
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/style
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/modules/news
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/modules
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy/images
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates/3D-Fantasy
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/templates
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/includes
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat/editor
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/mos-compat
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/inc
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/images/M_images
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site/images
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-site
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-link/templates/jerryr/images
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-link/templates/jerryr
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-link/templates/default/images
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-link/templates/default
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-link/templates
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-link/setup
- at dirrm www/data-dist/egroupware/sitemgr/sitemgr-link
- at dirrm www/data-dist/egroupware/sitemgr/setup
- at dirrm www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/sitemgr
- at dirrm www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/setup
- at dirrm www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook/inc
- at dirrm www/data-dist/egroupware/sitemgr/modules/sitemgr_module_guestbook
- at dirrm www/data-dist/egroupware/sitemgr/modules
- at dirrm www/data-dist/egroupware/sitemgr/inc
- at dirrm www/data-dist/egroupware/sitemgr/doc
- at dirrm www/data-dist/egroupware/sitemgr
- at dirrm www/data-dist/egroupware/setup/templates/default/images
- at dirrm www/data-dist/egroupware/setup/templates/default/css
- at dirrm www/data-dist/egroupware/setup/templates/default
- at dirrm www/data-dist/egroupware/setup/templates
- at dirrm www/data-dist/egroupware/setup/lang
- at dirrm www/data-dist/egroupware/setup/inc
- at dirrm www/data-dist/egroupware/setup/doc
- at dirrm www/data-dist/egroupware/setup
- at dirrm www/data-dist/egroupware/sambaadmin/templates/jerryr/images
- at dirrm www/data-dist/egroupware/sambaadmin/templates/jerryr
- at dirrm www/data-dist/egroupware/sambaadmin/templates/default/images
- at dirrm www/data-dist/egroupware/sambaadmin/templates/default
- at dirrm www/data-dist/egroupware/sambaadmin/templates
- at dirrm www/data-dist/egroupware/sambaadmin/setup
- at dirrm www/data-dist/egroupware/sambaadmin/inc
- at dirrm www/data-dist/egroupware/sambaadmin
- at dirrm www/data-dist/egroupware/resources/templates/jerryr/images
- at dirrm www/data-dist/egroupware/resources/templates/jerryr
- at dirrm www/data-dist/egroupware/resources/templates/default/images/resource_icons
- at dirrm www/data-dist/egroupware/resources/templates/default/images
- at dirrm www/data-dist/egroupware/resources/templates/default
- at dirrm www/data-dist/egroupware/resources/templates
- at dirrm www/data-dist/egroupware/resources/sitemgr
- at dirrm www/data-dist/egroupware/resources/setup
- at dirrm www/data-dist/egroupware/resources/inc
- at dirrm www/data-dist/egroupware/resources
- at dirrm www/data-dist/egroupware/registration/templatesSavant2/default
- at dirrm www/data-dist/egroupware/registration/templatesSavant2
- at dirrm www/data-dist/egroupware/registration/templates/jerryr/images
- at dirrm www/data-dist/egroupware/registration/templates/jerryr
- at dirrm www/data-dist/egroupware/registration/templates/default/images
- at dirrm www/data-dist/egroupware/registration/templates/default
- at dirrm www/data-dist/egroupware/registration/templates
- at dirrm www/data-dist/egroupware/registration/setup
- at dirrm www/data-dist/egroupware/registration/inc
- at dirrm www/data-dist/egroupware/registration/doc
- at dirrm www/data-dist/egroupware/registration
- at dirrm www/data-dist/egroupware/projectmanager/templates/jerryr/images
- at dirrm www/data-dist/egroupware/projectmanager/templates/jerryr
- at dirrm www/data-dist/egroupware/projectmanager/templates/default/images
- at dirrm www/data-dist/egroupware/projectmanager/templates/default
- at dirrm www/data-dist/egroupware/projectmanager/templates
- at dirrm www/data-dist/egroupware/projectmanager/setup
- at dirrm www/data-dist/egroupware/projectmanager/inc/ttf-bitstream-vera-1.10
- at dirrm www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src/Examples
- at dirrm www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2/src
- at dirrm www/data-dist/egroupware/projectmanager/inc/jpgraph-1.5.2
- at dirrm www/data-dist/egroupware/projectmanager/inc
- at dirrm www/data-dist/egroupware/projectmanager
- at dirrm www/data-dist/egroupware/preferences/templates/jerryr/images
- at dirrm www/data-dist/egroupware/preferences/templates/jerryr
- at dirrm www/data-dist/egroupware/preferences/templates/default/images
- at dirrm www/data-dist/egroupware/preferences/templates/default
- at dirrm www/data-dist/egroupware/preferences/templates
- at dirrm www/data-dist/egroupware/preferences/setup
- at dirrm www/data-dist/egroupware/preferences/inc
- at dirrm www/data-dist/egroupware/preferences/doc
- at dirrm www/data-dist/egroupware/preferences
- at dirrm www/data-dist/egroupware/polls/templates/jerryr/images
- at dirrm www/data-dist/egroupware/polls/templates/jerryr
- at dirrm www/data-dist/egroupware/polls/templates/default/images
- at dirrm www/data-dist/egroupware/polls/templates/default
- at dirrm www/data-dist/egroupware/polls/templates
- at dirrm www/data-dist/egroupware/polls/sitemgr
- at dirrm www/data-dist/egroupware/polls/setup
- at dirrm www/data-dist/egroupware/polls/inc
- at dirrm www/data-dist/egroupware/polls/images
- at dirrm www/data-dist/egroupware/polls/doc
- at dirrm www/data-dist/egroupware/polls
- at dirrm www/data-dist/egroupware/phpsysinfo/tools
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/wintendoxp/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/wintendoxp
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/windows_classic/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/windows_classic
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/typo3/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/typo3
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/orange/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/orange
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/metal/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/metal
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/kde/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/kde
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/jerryr/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/jerryr
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/default/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/default
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/classic/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/classic
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/bulix/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/bulix
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/blue/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/blue
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/black/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/black
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/aq/images
- at dirrm www/data-dist/egroupware/phpsysinfo/templates/aq
- at dirrm www/data-dist/egroupware/phpsysinfo/templates
- at dirrm www/data-dist/egroupware/phpsysinfo/setup
- at dirrm www/data-dist/egroupware/phpsysinfo/sample
- at dirrm www/data-dist/egroupware/phpsysinfo/includes/xml
- at dirrm www/data-dist/egroupware/phpsysinfo/includes/os
- at dirrm www/data-dist/egroupware/phpsysinfo/includes/mb
- at dirrm www/data-dist/egroupware/phpsysinfo/includes/lang
- at dirrm www/data-dist/egroupware/phpsysinfo/includes
- at dirrm www/data-dist/egroupware/phpsysinfo/inc
- at dirrm www/data-dist/egroupware/phpsysinfo/images
- at dirrm www/data-dist/egroupware/phpsysinfo
- at dirrm www/data-dist/egroupware/phpgwapi/tests
- at dirrm www/data-dist/egroupware/phpgwapi/templatesSavant2/default
- at dirrm www/data-dist/egroupware/phpgwapi/templatesSavant2
- at dirrm www/data-dist/egroupware/phpgwapi/templates/jerryr/setup
- at dirrm www/data-dist/egroupware/phpgwapi/templates/jerryr/images/foldertree
- at dirrm www/data-dist/egroupware/phpgwapi/templates/jerryr/images
- at dirrm www/data-dist/egroupware/phpgwapi/templates/jerryr/css
- at dirrm www/data-dist/egroupware/phpgwapi/templates/jerryr
- at dirrm www/data-dist/egroupware/phpgwapi/templates/idots/source
- at dirrm www/data-dist/egroupware/phpgwapi/templates/idots/setup
- at dirrm www/data-dist/egroupware/phpgwapi/templates/idots/js
- at dirrm www/data-dist/egroupware/phpgwapi/templates/idots/images/foldertree
- at dirrm www/data-dist/egroupware/phpgwapi/templates/idots/images
- at dirrm www/data-dist/egroupware/phpgwapi/templates/idots/doc
- at dirrm www/data-dist/egroupware/phpgwapi/templates/idots/css
- at dirrm www/data-dist/egroupware/phpgwapi/templates/idots
- at dirrm www/data-dist/egroupware/phpgwapi/templates/default/setup
- at dirrm www/data-dist/egroupware/phpgwapi/templates/default/images/mime
- at dirrm www/data-dist/egroupware/phpgwapi/templates/default/images/dhtmlxtree
- at dirrm www/data-dist/egroupware/phpgwapi/templates/default/images
- at dirrm www/data-dist/egroupware/phpgwapi/templates/default
- at dirrm www/data-dist/egroupware/phpgwapi/templates
- at dirrm www/data-dist/egroupware/phpgwapi/setup
- at dirrm www/data-dist/egroupware/phpgwapi/js/xmlrpcMsgCreator
- at dirrm www/data-dist/egroupware/phpgwapi/js/xajax_js
- at dirrm www/data-dist/egroupware/phpgwapi/js/wz_tooltip
- at dirrm www/data-dist/egroupware/phpgwapi/js/wz_dragdrop
- at dirrm www/data-dist/egroupware/phpgwapi/js/tabs
- at dirrm www/data-dist/egroupware/phpgwapi/js/tablesort
- at dirrm www/data-dist/egroupware/phpgwapi/js/jsolait/lib
- at dirrm www/data-dist/egroupware/phpgwapi/js/jsolait/doc
- at dirrm www/data-dist/egroupware/phpgwapi/js/jsolait
- at dirrm www/data-dist/egroupware/phpgwapi/js/jscalendar/lang
- at dirrm www/data-dist/egroupware/phpgwapi/js/jscalendar/doc/html
- at dirrm www/data-dist/egroupware/phpgwapi/js/jscalendar/doc
- at dirrm www/data-dist/egroupware/phpgwapi/js/jscalendar
- at dirrm www/data-dist/egroupware/phpgwapi/js/jsapi
- at dirrm www/data-dist/egroupware/phpgwapi/js/foldertree
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver/images
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/silver
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003/images
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/office2003
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default/images
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins/default
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/skins
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/tablecommands
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/simplecommands
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder/lang
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/placeholder
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/dragresizetable
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/bbcode/_sample
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/bbcode
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins/autogrow
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/plugins
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/lang
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/js
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley/msn
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images/smiley
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/images
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/py
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/php
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/perl
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/lasso
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/cfm
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/aspx
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors/asp
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/connectors
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/js
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons/32
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images/icons
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default/images
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser/default
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager/browser
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/filemanager
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dtd
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_template/images
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_template
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages/spellerpages
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_spellerpages
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_select
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_link
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_image
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_flash
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_docprops
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_about/sponsors
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/fck_about
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/common/images
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog/common
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/dialog
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/images
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css/behaviors
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/css
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/internals
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/commandclasses
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source/classes
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor/_source
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/editor
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/py
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/php
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/perl
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/lasso
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/html
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/cfm
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/asp
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/afp
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair/icons
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/adobeair
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/samples
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace/lang
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins/findreplace
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples/_plugins
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor/_samples
- at dirrm www/data-dist/egroupware/phpgwapi/js/fckeditor
- at dirrm www/data-dist/egroupware/phpgwapi/js/dynapi/fx
- at dirrm www/data-dist/egroupware/phpgwapi/js/dynapi/ext/images
- at dirrm www/data-dist/egroupware/phpgwapi/js/dynapi/ext
- at dirrm www/data-dist/egroupware/phpgwapi/js/dynapi/api/ext
- at dirrm www/data-dist/egroupware/phpgwapi/js/dynapi/api
- at dirrm www/data-dist/egroupware/phpgwapi/js/dynapi
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/src
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples/with_db
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/samples
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/js
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/imgs
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/kb/imgs
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/kb
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/imgs
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc/gr
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/doc
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/css
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree/cf_custom_tag
- at dirrm www/data-dist/egroupware/phpgwapi/js/dhtmlxtree
- at dirrm www/data-dist/egroupware/phpgwapi/js/dTabs/ie
- at dirrm www/data-dist/egroupware/phpgwapi/js/dTabs
- at dirrm www/data-dist/egroupware/phpgwapi/js/dJSWin/ie
- at dirrm www/data-dist/egroupware/phpgwapi/js/dJSWin
- at dirrm www/data-dist/egroupware/phpgwapi/js/connector
- at dirrm www/data-dist/egroupware/phpgwapi/js/colorpicker
- at dirrm www/data-dist/egroupware/phpgwapi/js
- at dirrm www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/templates
- at dirrm www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests/resources
- at dirrm www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2/tests
- at dirrm www/data-dist/egroupware/phpgwapi/inc/savant2/Savant2
- at dirrm www/data-dist/egroupware/phpgwapi/inc/savant2
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/lib
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/config
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML/DTD
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/XML/WBXML
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/XML
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/Horde/iCalendar
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Sync
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command/Sync
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML/Command
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/Horde/SyncML
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/Horde/RPC
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/Horde/Browser
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde/Horde
- at dirrm www/data-dist/egroupware/phpgwapi/inc/horde
- at dirrm www/data-dist/egroupware/phpgwapi/inc/fpdf/tutorial
- at dirrm www/data-dist/egroupware/phpgwapi/inc/fpdf/font/makefont
- at dirrm www/data-dist/egroupware/phpgwapi/inc/fpdf/font
- at dirrm www/data-dist/egroupware/phpgwapi/inc/fpdf/doc
- at dirrm www/data-dist/egroupware/phpgwapi/inc/fpdf
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/xsl
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/tests
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/session/old
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/session
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/perf
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/pear/Auth/Container
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/pear/Auth
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/pear
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/lang
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/drivers
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/docs
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/datadict
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/cute_icons_for_site
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb/contrib
- at dirrm www/data-dist/egroupware/phpgwapi/inc/adodb
- at dirrm www/data-dist/egroupware/phpgwapi/inc
- at dirrm www/data-dist/egroupware/phpgwapi/images
- at dirrm www/data-dist/egroupware/phpgwapi/doc/xmlrpc
- at dirrm www/data-dist/egroupware/phpgwapi/doc/vfs
- at dirrm www/data-dist/egroupware/phpgwapi/doc/ldap/iplanet
- at dirrm www/data-dist/egroupware/phpgwapi/doc/ldap
- at dirrm www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1/docs
- at dirrm www/data-dist/egroupware/phpgwapi/doc/kses-0.2.1
- at dirrm www/data-dist/egroupware/phpgwapi/doc
- at dirrm www/data-dist/egroupware/phpgwapi/cron
- at dirrm www/data-dist/egroupware/phpgwapi
- at dirrm www/data-dist/egroupware/phpbrain/templates/jerryr/images
- at dirrm www/data-dist/egroupware/phpbrain/templates/jerryr
- at dirrm www/data-dist/egroupware/phpbrain/templates/default/images
- at dirrm www/data-dist/egroupware/phpbrain/templates/default
- at dirrm www/data-dist/egroupware/phpbrain/templates
- at dirrm www/data-dist/egroupware/phpbrain/sitemgr
- at dirrm www/data-dist/egroupware/phpbrain/setup
- at dirrm www/data-dist/egroupware/phpbrain/inc
- at dirrm www/data-dist/egroupware/phpbrain
- at dirrm www/data-dist/egroupware/notifications/templates/default/images
- at dirrm www/data-dist/egroupware/notifications/templates/default/css
- at dirrm www/data-dist/egroupware/notifications/templates/default
- at dirrm www/data-dist/egroupware/notifications/templates
- at dirrm www/data-dist/egroupware/notifications/setup
- at dirrm www/data-dist/egroupware/notifications/js
- at dirrm www/data-dist/egroupware/notifications/inc
- at dirrm www/data-dist/egroupware/notifications
- at dirrm www/data-dist/egroupware/news_admin/website/templates/images
- at dirrm www/data-dist/egroupware/news_admin/website/templates
- at dirrm www/data-dist/egroupware/news_admin/website
- at dirrm www/data-dist/egroupware/news_admin/templates/jerryr/images
- at dirrm www/data-dist/egroupware/news_admin/templates/jerryr
- at dirrm www/data-dist/egroupware/news_admin/templates/default/images
- at dirrm www/data-dist/egroupware/news_admin/templates/default
- at dirrm www/data-dist/egroupware/news_admin/templates
- at dirrm www/data-dist/egroupware/news_admin/sitemgr
- at dirrm www/data-dist/egroupware/news_admin/setup
- at dirrm www/data-dist/egroupware/news_admin/inc
- at dirrm www/data-dist/egroupware/news_admin/doc
- at dirrm www/data-dist/egroupware/news_admin
- at dirrm www/data-dist/egroupware/mydms/themes/default
- at dirrm www/data-dist/egroupware/mydms/themes
- at dirrm www/data-dist/egroupware/mydms/templates/jerryr/images
- at dirrm www/data-dist/egroupware/mydms/templates/jerryr
- at dirrm www/data-dist/egroupware/mydms/templates/default/images/treeview
- at dirrm www/data-dist/egroupware/mydms/templates/default/images/menu
- at dirrm www/data-dist/egroupware/mydms/templates/default/images/buttons
- at dirrm www/data-dist/egroupware/mydms/templates/default/images
- at dirrm www/data-dist/egroupware/mydms/templates/default
- at dirrm www/data-dist/egroupware/mydms/templates/Byron/images
- at dirrm www/data-dist/egroupware/mydms/templates/Byron
- at dirrm www/data-dist/egroupware/mydms/templates
- at dirrm www/data-dist/egroupware/mydms/setup
- at dirrm www/data-dist/egroupware/mydms/out/images/icons
- at dirrm www/data-dist/egroupware/mydms/out/images
- at dirrm www/data-dist/egroupware/mydms/out
- at dirrm www/data-dist/egroupware/mydms/op
- at dirrm www/data-dist/egroupware/mydms/languages/German
- at dirrm www/data-dist/egroupware/mydms/languages/English
- at dirrm www/data-dist/egroupware/mydms/languages/Chinese
- at dirrm www/data-dist/egroupware/mydms/languages
- at dirrm www/data-dist/egroupware/mydms/js/jscode
- at dirrm www/data-dist/egroupware/mydms/js
- at dirrm www/data-dist/egroupware/mydms/inc
- at dirrm www/data-dist/egroupware/mydms
- at dirrm www/data-dist/egroupware/manual/templates/jerryr/images
- at dirrm www/data-dist/egroupware/manual/templates/jerryr
- at dirrm www/data-dist/egroupware/manual/templates/default/images
- at dirrm www/data-dist/egroupware/manual/templates/default
- at dirrm www/data-dist/egroupware/manual/templates
- at dirrm www/data-dist/egroupware/manual/setup
- at dirrm www/data-dist/egroupware/manual/inc
- at dirrm www/data-dist/egroupware/manual
- at dirrm www/data-dist/egroupware/infolog/templates/jerryr/images
- at dirrm www/data-dist/egroupware/infolog/templates/jerryr
- at dirrm www/data-dist/egroupware/infolog/templates/default/images
- at dirrm www/data-dist/egroupware/infolog/templates/default
- at dirrm www/data-dist/egroupware/infolog/templates
- at dirrm www/data-dist/egroupware/infolog/setup
- at dirrm www/data-dist/egroupware/infolog/inc
- at dirrm www/data-dist/egroupware/infolog
- at dirrm www/data-dist/egroupware/importexport/templates/default/images
- at dirrm www/data-dist/egroupware/importexport/templates/default
- at dirrm www/data-dist/egroupware/importexport/templates
- at dirrm www/data-dist/egroupware/importexport/setup
- at dirrm www/data-dist/egroupware/importexport/js
- at dirrm www/data-dist/egroupware/importexport/inc
- at dirrm www/data-dist/egroupware/importexport/doc
- at dirrm www/data-dist/egroupware/importexport
- at dirrm www/data-dist/egroupware/icalsrv/setup
- at dirrm www/data-dist/egroupware/icalsrv/inc
- at dirrm www/data-dist/egroupware/icalsrv/doc
- at dirrm www/data-dist/egroupware/icalsrv
- at dirrm www/data-dist/egroupware/home/templates/jerryr/images
- at dirrm www/data-dist/egroupware/home/templates/jerryr
- at dirrm www/data-dist/egroupware/home/templates/idots2
- at dirrm www/data-dist/egroupware/home/templates/idots
- at dirrm www/data-dist/egroupware/home/templates/default/images
- at dirrm www/data-dist/egroupware/home/templates/default
- at dirrm www/data-dist/egroupware/home/templates
- at dirrm www/data-dist/egroupware/home/setup
- at dirrm www/data-dist/egroupware/home/inc
- at dirrm www/data-dist/egroupware/home/doc
- at dirrm www/data-dist/egroupware/home
- at dirrm www/data-dist/egroupware/filemanager/tests
- at dirrm www/data-dist/egroupware/filemanager/templates/jerryr/images
- at dirrm www/data-dist/egroupware/filemanager/templates/jerryr
- at dirrm www/data-dist/egroupware/filemanager/templates/default/images/source
- at dirrm www/data-dist/egroupware/filemanager/templates/default/images
- at dirrm www/data-dist/egroupware/filemanager/templates/default
- at dirrm www/data-dist/egroupware/filemanager/templates
- at dirrm www/data-dist/egroupware/filemanager/setup
- at dirrm www/data-dist/egroupware/filemanager/inc
- at dirrm www/data-dist/egroupware/filemanager/doc
- at dirrm www/data-dist/egroupware/filemanager
- at dirrm www/data-dist/egroupware/felamimail/templates/linux-at-work.de/images
- at dirrm www/data-dist/egroupware/felamimail/templates/linux-at-work.de
- at dirrm www/data-dist/egroupware/felamimail/templates/jerryr/images
- at dirrm www/data-dist/egroupware/felamimail/templates/jerryr
- at dirrm www/data-dist/egroupware/felamimail/templates/default/images
- at dirrm www/data-dist/egroupware/felamimail/templates/default
- at dirrm www/data-dist/egroupware/felamimail/templates
- at dirrm www/data-dist/egroupware/felamimail/setup
- at dirrm www/data-dist/egroupware/felamimail/js/jscode
- at dirrm www/data-dist/egroupware/felamimail/js
- at dirrm www/data-dist/egroupware/felamimail/inc
- at dirrm www/data-dist/egroupware/felamimail
- at dirrm www/data-dist/egroupware/etemplate/templates/jerryr/images
- at dirrm www/data-dist/egroupware/etemplate/templates/jerryr
- at dirrm www/data-dist/egroupware/etemplate/templates/default/images
- at dirrm www/data-dist/egroupware/etemplate/templates/default
- at dirrm www/data-dist/egroupware/etemplate/templates
- at dirrm www/data-dist/egroupware/etemplate/setup
- at dirrm www/data-dist/egroupware/etemplate/js
- at dirrm www/data-dist/egroupware/etemplate/inc
- at dirrm www/data-dist/egroupware/etemplate/doc/et_media/templates/default/images
- at dirrm www/data-dist/egroupware/etemplate/doc/et_media/templates/default
- at dirrm www/data-dist/egroupware/etemplate/doc/et_media/templates
- at dirrm www/data-dist/egroupware/etemplate/doc/et_media/setup
- at dirrm www/data-dist/egroupware/etemplate/doc/et_media/inc
- at dirrm www/data-dist/egroupware/etemplate/doc/et_media
- at dirrm www/data-dist/egroupware/etemplate/doc
- at dirrm www/data-dist/egroupware/etemplate
- at dirrm www/data-dist/egroupware/emailadmin/templates/jerryr/images
- at dirrm www/data-dist/egroupware/emailadmin/templates/jerryr
- at dirrm www/data-dist/egroupware/emailadmin/templates/default/images
- at dirrm www/data-dist/egroupware/emailadmin/templates/default
- at dirrm www/data-dist/egroupware/emailadmin/templates
- at dirrm www/data-dist/egroupware/emailadmin/setup
- at dirrm www/data-dist/egroupware/emailadmin/js/jscode
- at dirrm www/data-dist/egroupware/emailadmin/js
- at dirrm www/data-dist/egroupware/emailadmin/inc
- at dirrm www/data-dist/egroupware/emailadmin/doc
- at dirrm www/data-dist/egroupware/emailadmin
- at dirrm www/data-dist/egroupware/doc/rpm-build
- at dirrm www/data-dist/egroupware/doc
- at dirrm www/data-dist/egroupware/developer_tools/templates/jerryr/images
- at dirrm www/data-dist/egroupware/developer_tools/templates/jerryr
- at dirrm www/data-dist/egroupware/developer_tools/templates/default/images
- at dirrm www/data-dist/egroupware/developer_tools/templates/default
- at dirrm www/data-dist/egroupware/developer_tools/templates
- at dirrm www/data-dist/egroupware/developer_tools/setup
- at dirrm www/data-dist/egroupware/developer_tools/inc
- at dirrm www/data-dist/egroupware/developer_tools/doc
- at dirrm www/data-dist/egroupware/developer_tools
- at dirrm www/data-dist/egroupware/debian/po
- at dirrm www/data-dist/egroupware/debian/patches
- at dirrm www/data-dist/egroupware/debian/etc
- at dirrm www/data-dist/egroupware/debian
- at dirrm www/data-dist/egroupware/calendar/templates/jerryr/images
- at dirrm www/data-dist/egroupware/calendar/templates/jerryr
- at dirrm www/data-dist/egroupware/calendar/templates/default/images
- at dirrm www/data-dist/egroupware/calendar/templates/default
- at dirrm www/data-dist/egroupware/calendar/templates
- at dirrm www/data-dist/egroupware/calendar/sitemgr
- at dirrm www/data-dist/egroupware/calendar/setup
- at dirrm www/data-dist/egroupware/calendar/js
- at dirrm www/data-dist/egroupware/calendar/inc
- at dirrm www/data-dist/egroupware/calendar/importexport
- at dirrm www/data-dist/egroupware/calendar/egroupware.org
- at dirrm www/data-dist/egroupware/calendar/doc
- at dirrm www/data-dist/egroupware/calendar
- at dirrm www/data-dist/egroupware/bookmarks/templates/jerryr/images
- at dirrm www/data-dist/egroupware/bookmarks/templates/jerryr
- at dirrm www/data-dist/egroupware/bookmarks/templates/export
- at dirrm www/data-dist/egroupware/bookmarks/templates/default/images
- at dirrm www/data-dist/egroupware/bookmarks/templates/default
- at dirrm www/data-dist/egroupware/bookmarks/templates
- at dirrm www/data-dist/egroupware/bookmarks/sitemgr
- at dirrm www/data-dist/egroupware/bookmarks/setup
- at dirrm www/data-dist/egroupware/bookmarks/inc
- at dirrm www/data-dist/egroupware/bookmarks
- at dirrm www/data-dist/egroupware/admin/templates/jerryr/images
- at dirrm www/data-dist/egroupware/admin/templates/jerryr
- at dirrm www/data-dist/egroupware/admin/templates/default/images
- at dirrm www/data-dist/egroupware/admin/templates/default
- at dirrm www/data-dist/egroupware/admin/templates
- at dirrm www/data-dist/egroupware/admin/setup
- at dirrm www/data-dist/egroupware/admin/js/jscode
- at dirrm www/data-dist/egroupware/admin/js
- at dirrm www/data-dist/egroupware/admin/inc
- at dirrm www/data-dist/egroupware/admin/doc
- at dirrm www/data-dist/egroupware/admin
- at dirrm www/data-dist/egroupware/addressbook/templates/jerryr/images
- at dirrm www/data-dist/egroupware/addressbook/templates/jerryr
- at dirrm www/data-dist/egroupware/addressbook/templates/default/images
- at dirrm www/data-dist/egroupware/addressbook/templates/default
- at dirrm www/data-dist/egroupware/addressbook/templates
- at dirrm www/data-dist/egroupware/addressbook/sitemgr
- at dirrm www/data-dist/egroupware/addressbook/setup
- at dirrm www/data-dist/egroupware/addressbook/inc
- at dirrm www/data-dist/egroupware/addressbook/importexport/definitions
- at dirrm www/data-dist/egroupware/addressbook/importexport
- at dirrm www/data-dist/egroupware/addressbook/doc
- at dirrm www/data-dist/egroupware/addressbook
- at dirrm www/data-dist/egroupware
- at dirrm www/data-dist
--- eg16.diff.txt ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list