aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-03-13 09:04:07 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-03-13 09:04:07 +0000
commit704b55a500240b8e9c7b63b2c7f6ebb7b0fc45fb (patch)
treea825e1bf9a3d7d869c22a054e7bf7a63da95e804 /devel
parent7b43addf410a9e830dcc8cda6a49839e94048e08 (diff)
downloadports-704b55a500240b8e9c7b63b2c7f6ebb7b0fc45fb.tar.gz
ports-704b55a500240b8e9c7b63b2c7f6ebb7b0fc45fb.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/truc/Makefile34
-rw-r--r--devel/truc/distinfo3
-rw-r--r--devel/truc/files/pkg-message.in33
-rw-r--r--devel/truc/pkg-descr7
-rw-r--r--devel/truc/pkg-plist1845
6 files changed, 1923 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f70f13908e4c..53b17beccc21 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2098,6 +2098,7 @@
SUBDIR += tpasm
SUBDIR += tpg
SUBDIR += trio
+ SUBDIR += truc
SUBDIR += tvision
SUBDIR += uclmmbase
SUBDIR += ucpp
diff --git a/devel/truc/Makefile b/devel/truc/Makefile
new file mode 100644
index 000000000000..2ae6f3bab7fc
--- /dev/null
+++ b/devel/truc/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: truc
+# Date created: 2007-03-10
+# Whom: Jan Siml <jsi@jules.de>
+#
+# $FreeBSD$
+#
+
+PORTNAME= truc
+PORTVERSION= 0.10.0
+CATEGORIES= devel www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= truc
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= jsi@jules.de
+COMMENT= Web-based tool for requirement and use case tracking
+
+NO_BUILD= yes
+USE_PHP= mysql gd
+
+SUB_LIST= "PKGNAME=${PKGNAME}"
+SUB_FILES= pkg-message
+
+WANT_PHP_WEB= yes
+
+do-install:
+ @${ECHO} "Installing in ${PREFIX}/www/truc"
+ ${MKDIR} ${PREFIX}/www/truc
+# ${MV} ${WRKSRC}/config_inc.php ${WRKSRC}/config_inc.php-dist
+ ${CP} -R ${WRKSRC}/* ${PREFIX}/www/truc
+ ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/truc
+ ${CAT} ${PKGMESSAGE}
+
+.include <bsd.port.mk>
diff --git a/devel/truc/distinfo b/devel/truc/distinfo
new file mode 100644
index 000000000000..f8f45419fcf3
--- /dev/null
+++ b/devel/truc/distinfo
@@ -0,0 +1,3 @@
+MD5 (truc_0.10.0.tar.gz) = e5a618551c76335adf9210ca4da6fe0f
+SHA256 (truc_0.10.0.tar.gz) = 20ff543786b357929052da7a0b13280df111b791d507d07e6caadec82f15c61b
+SIZE (truc_0.10.0.tar.gz) = 1546621
diff --git a/devel/truc/files/pkg-message.in b/devel/truc/files/pkg-message.in
new file mode 100644
index 000000000000..c6ee25682f6b
--- /dev/null
+++ b/devel/truc/files/pkg-message.in
@@ -0,0 +1,33 @@
+
+%%PKGNAME%% has been installed into:
+
+ %%PREFIX%%/www/truc
+
+If you use MySQL as your database go to the directory
+%%PREFIX%%/www/truc and do the following to create a
+demo database:
+
+ mysql -u [username] -p [db_name] < database.sql
+
+To make truc available through your web site, I suggest
+that you add something like the following to httpd.conf:
+
+ Alias /truc/ "%%PREFIX%%/www/truc"
+
+ <Directory "%%PREFIX%%/www/truc/">
+ Options none
+ AllowOverride Limit
+
+ Order Deny,Allow
+ Deny from all
+ Allow from 127.0.0.1 .example.com
+
+ <IfModule dir_module>
+ DirectoryIndex index.php
+ </IfModule>
+ </Directory>
+
+Point your browser to http://localhost/truc/, follow the
+instructions to create a config file and save it into
+truc's root directory.
+
diff --git a/devel/truc/pkg-descr b/devel/truc/pkg-descr
new file mode 100644
index 000000000000..441645f38d58
--- /dev/null
+++ b/devel/truc/pkg-descr
@@ -0,0 +1,7 @@
+Truc is a web-based tool for requirement and use case tracking.
+It has fileupload, discussions, version control, use case
+history, build and release management. It supports assignment
+of requirements & use cases to releases and filtering over all
+fields.
+
+WWW: http://sourceforge.net/projects/truc/
diff --git a/devel/truc/pkg-plist b/devel/truc/pkg-plist
new file mode 100644
index 000000000000..8dbce072f54d
--- /dev/null
+++ b/devel/truc/pkg-plist
@@ -0,0 +1,1845 @@
+www/truc/FCKeditor/_docs/contents/001.html
+www/truc/FCKeditor/_docs/contents/002.html
+www/truc/FCKeditor/_docs/contents/002/filebrowserconnector.gif
+www/truc/FCKeditor/_docs/contents/002/filebrowserconnectors/sampleresponses/createfolder.xml
+www/truc/FCKeditor/_docs/contents/002/filebrowserconnectors/sampleresponses/fileupload.html
+www/truc/FCKeditor/_docs/contents/002/filebrowserconnectors/sampleresponses/getfolders.xml
+www/truc/FCKeditor/_docs/contents/002/filebrowserconnectors/sampleresponses/getfoldersandfiles.xml
+www/truc/FCKeditor/_docs/contents/003.html
+www/truc/FCKeditor/_docs/contents/004.html
+www/truc/FCKeditor/_docs/contents/005.html
+www/truc/FCKeditor/_docs/contents/006.html
+www/truc/FCKeditor/_docs/contents/007.html
+www/truc/FCKeditor/_docs/contents/008.html
+www/truc/FCKeditor/_docs/contents/009.html
+www/truc/FCKeditor/_docs/contents/010.html
+www/truc/FCKeditor/_docs/fck_docs.css
+www/truc/FCKeditor/_docs/index.html
+www/truc/FCKeditor/_docs/whatsnew.html
+www/truc/FCKeditor/_documentation.html
+www/truc/FCKeditor/_packager/fckeditor.packager.exe
+www/truc/FCKeditor/_packager/readme.html
+www/truc/FCKeditor/_samples/_plugins/findreplace/fckplugin.js
+www/truc/FCKeditor/_samples/_plugins/findreplace/find.gif
+www/truc/FCKeditor/_samples/_plugins/findreplace/find.html
+www/truc/FCKeditor/_samples/_plugins/findreplace/lang/en.js
+www/truc/FCKeditor/_samples/_plugins/findreplace/lang/it.js
+www/truc/FCKeditor/_samples/_plugins/findreplace/replace.gif
+www/truc/FCKeditor/_samples/_plugins/findreplace/replace.html
+www/truc/FCKeditor/_samples/asp/sample01.asp
+www/truc/FCKeditor/_samples/asp/sample02.asp
+www/truc/FCKeditor/_samples/asp/sample03.asp
+www/truc/FCKeditor/_samples/asp/sample04.asp
+www/truc/FCKeditor/_samples/asp/sampleposteddata.asp
+www/truc/FCKeditor/_samples/aspx/sample01.aspx
+www/truc/FCKeditor/_samples/aspx/sampleposteddata.aspx
+www/truc/FCKeditor/_samples/cfm/sample01.cfm
+www/truc/FCKeditor/_samples/cfm/sample02_mx.cfm
+www/truc/FCKeditor/_samples/default.html
+www/truc/FCKeditor/_samples/html/sample01.html
+www/truc/FCKeditor/_samples/html/sample02.html
+www/truc/FCKeditor/_samples/html/sample03.html
+www/truc/FCKeditor/_samples/html/sample04.html
+www/truc/FCKeditor/_samples/html/sample05.html
+www/truc/FCKeditor/_samples/html/sample06.config.js
+www/truc/FCKeditor/_samples/html/sample06.html
+www/truc/FCKeditor/_samples/html/sample07.html
+www/truc/FCKeditor/_samples/html/sample08.html
+www/truc/FCKeditor/_samples/html/sample09.html
+www/truc/FCKeditor/_samples/html/sampleposteddata.asp
+www/truc/FCKeditor/_samples/html/sampleposteddata.html
+www/truc/FCKeditor/_samples/perl/sample01.cgi
+www/truc/FCKeditor/_samples/perl/sample02.cgi
+www/truc/FCKeditor/_samples/perl/sample03.cgi
+www/truc/FCKeditor/_samples/perl/sample04.cgi
+www/truc/FCKeditor/_samples/perl/sampleposteddata.cgi
+www/truc/FCKeditor/_samples/php/new text document.php
+www/truc/FCKeditor/_samples/php/sample01.php
+www/truc/FCKeditor/_samples/php/sample02.php
+www/truc/FCKeditor/_samples/php/sample03.php
+www/truc/FCKeditor/_samples/php/sample04.php
+www/truc/FCKeditor/_samples/php/sampleposteddata.php
+www/truc/FCKeditor/_samples/sample.css
+www/truc/FCKeditor/_samples/sampleslist.html
+www/truc/FCKeditor/_testcases/001.html
+www/truc/FCKeditor/_testcases/002.html
+www/truc/FCKeditor/_testcases/003.html
+www/truc/FCKeditor/_testcases/004.html
+www/truc/FCKeditor/_testcases/005.html
+www/truc/FCKeditor/_testcases/006.html
+www/truc/FCKeditor/_testcases/007.html
+www/truc/FCKeditor/_testcases/sampleposteddata.asp
+www/truc/FCKeditor/_testcases/testcases.css
+www/truc/FCKeditor/_whatsnew.html
+www/truc/FCKeditor/editor/_source/classes/fckcontextmenugroup.js
+www/truc/FCKeditor/editor/_source/classes/fckcontextmenuitem.js
+www/truc/FCKeditor/editor/_source/classes/fckcontextmenuseparator.js
+www/truc/FCKeditor/editor/_source/classes/fckevents.js
+www/truc/FCKeditor/editor/_source/classes/fckpanel_gecko.js
+www/truc/FCKeditor/editor/_source/classes/fckpanel_ie.js
+www/truc/FCKeditor/editor/_source/classes/fckplugin.js
+www/truc/FCKeditor/editor/_source/classes/fckspecialcombo.js
+www/truc/FCKeditor/editor/_source/classes/fckstyledef.js
+www/truc/FCKeditor/editor/_source/classes/fckstyledef_gecko.js
+www/truc/FCKeditor/editor/_source/classes/fckstyledef_ie.js
+www/truc/FCKeditor/editor/_source/classes/fckstylesloader.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbar.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarbreak_gecko.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarbreak_ie.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarbutton.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarcombo.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarfontformatcombo.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarfontscombo.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarfontsizecombo.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarpanelbutton.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarspecialcombo.js
+www/truc/FCKeditor/editor/_source/classes/fcktoolbarstylecombo.js
+www/truc/FCKeditor/editor/_source/classes/fckxml.js
+www/truc/FCKeditor/editor/_source/classes/fckxml_gecko.js
+www/truc/FCKeditor/editor/_source/classes/fckxml_ie.js
+www/truc/FCKeditor/editor/_source/commandclasses/fck_othercommands.js
+www/truc/FCKeditor/editor/_source/commandclasses/fcknamedcommand.js
+www/truc/FCKeditor/editor/_source/commandclasses/fckpasteplaintextcommand.js
+www/truc/FCKeditor/editor/_source/commandclasses/fckpastewordcommand.js
+www/truc/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_gecko.js
+www/truc/FCKeditor/editor/_source/commandclasses/fckspellcheckcommand_ie.js
+www/truc/FCKeditor/editor/_source/commandclasses/fckstylecommand.js
+www/truc/FCKeditor/editor/_source/commandclasses/fcktablecommand.js
+www/truc/FCKeditor/editor/_source/commandclasses/fcktextcolorcommand.js
+www/truc/FCKeditor/editor/_source/globals/fck_constants.js
+www/truc/FCKeditor/editor/_source/globals/fckeditorapi.js
+www/truc/FCKeditor/editor/_source/internals/fck.js
+www/truc/FCKeditor/editor/_source/internals/fck_1.js
+www/truc/FCKeditor/editor/_source/internals/fck_1_gecko.js
+www/truc/FCKeditor/editor/_source/internals/fck_1_ie.js
+www/truc/FCKeditor/editor/_source/internals/fck_2.js
+www/truc/FCKeditor/editor/_source/internals/fck_2_gecko.js
+www/truc/FCKeditor/editor/_source/internals/fck_2_ie.js
+www/truc/FCKeditor/editor/_source/internals/fck_last.js
+www/truc/FCKeditor/editor/_source/internals/fck_onload.js
+www/truc/FCKeditor/editor/_source/internals/fckbrowserinfo.js
+www/truc/FCKeditor/editor/_source/internals/fckcodeformatter.js
+www/truc/FCKeditor/editor/_source/internals/fckcommands.js
+www/truc/FCKeditor/editor/_source/internals/fckconfig.js
+www/truc/FCKeditor/editor/_source/internals/fckcontextmenu.js
+www/truc/FCKeditor/editor/_source/internals/fckcontextmenu_gecko.js
+www/truc/FCKeditor/editor/_source/internals/fckcontextmenu_ie.js
+www/truc/FCKeditor/editor/_source/internals/fckcoreextensions.js
+www/truc/FCKeditor/editor/_source/internals/fckdebug.js
+www/truc/FCKeditor/editor/_source/internals/fckdialog.js
+www/truc/FCKeditor/editor/_source/internals/fckdialog_gecko.js
+www/truc/FCKeditor/editor/_source/internals/fckdialog_ie.js
+www/truc/FCKeditor/editor/_source/internals/fcklanguagemanager.js
+www/truc/FCKeditor/editor/_source/internals/fcknamespace.js
+www/truc/FCKeditor/editor/_source/internals/fckplugins.js
+www/truc/FCKeditor/editor/_source/internals/fckregexlib.js
+www/truc/FCKeditor/editor/_source/internals/fckscriptloader.js
+www/truc/FCKeditor/editor/_source/internals/fckselection.js
+www/truc/FCKeditor/editor/_source/internals/fckselection_gecko.js
+www/truc/FCKeditor/editor/_source/internals/fckselection_ie.js
+www/truc/FCKeditor/editor/_source/internals/fcktablehandler.js
+www/truc/FCKeditor/editor/_source/internals/fcktablehandler_gecko.js
+www/truc/FCKeditor/editor/_source/internals/fcktablehandler_ie.js
+www/truc/FCKeditor/editor/_source/internals/fcktoolbaritems.js
+www/truc/FCKeditor/editor/_source/internals/fcktoolbarset.js
+www/truc/FCKeditor/editor/_source/internals/fcktools.js
+www/truc/FCKeditor/editor/_source/internals/fcktools_gecko.js
+www/truc/FCKeditor/editor/_source/internals/fcktools_ie.js
+www/truc/FCKeditor/editor/_source/internals/fckundo_gecko.js
+www/truc/FCKeditor/editor/_source/internals/fckundo_ie.js
+www/truc/FCKeditor/editor/_source/internals/fckurlparams.js
+www/truc/FCKeditor/editor/_source/internals/fckxhtml.js
+www/truc/FCKeditor/editor/_source/internals/fckxhtml_gecko.js
+www/truc/FCKeditor/editor/_source/internals/fckxhtml_ie.js
+www/truc/FCKeditor/editor/_source/internals/fckxhtmlentities.js
+www/truc/FCKeditor/editor/css/behaviors/anchor.gif
+www/truc/FCKeditor/editor/css/behaviors/anchors.htc
+www/truc/FCKeditor/editor/css/behaviors/hiddenfield.gif
+www/truc/FCKeditor/editor/css/behaviors/hiddenfield.htc
+www/truc/FCKeditor/editor/css/behaviors/moz-bindings.xml
+www/truc/FCKeditor/editor/css/behaviors/showtableborders.htc
+www/truc/FCKeditor/editor/css/fck_editorarea.css
+www/truc/FCKeditor/editor/css/fck_internal.css
+www/truc/FCKeditor/editor/dialog/common/fck_dialog_common.css
+www/truc/FCKeditor/editor/dialog/common/fck_dialog_common.js
+www/truc/FCKeditor/editor/dialog/common/images/locked.gif
+www/truc/FCKeditor/editor/dialog/common/images/reset.gif
+www/truc/FCKeditor/editor/dialog/common/images/unlocked.gif
+www/truc/FCKeditor/editor/dialog/css/common.css
+www/truc/FCKeditor/editor/dialog/fck_about.html
+www/truc/FCKeditor/editor/dialog/fck_about/logo_fckeditor.gif
+www/truc/FCKeditor/editor/dialog/fck_about/logo_fredck.gif
+www/truc/FCKeditor/editor/dialog/fck_anchor.html
+www/truc/FCKeditor/editor/dialog/fck_button.html
+www/truc/FCKeditor/editor/dialog/fck_checkbox.html
+www/truc/FCKeditor/editor/dialog/fck_colorselector.html
+www/truc/FCKeditor/editor/dialog/fck_docprops.html
+www/truc/FCKeditor/editor/dialog/fck_docprops/fck_document_preview.html
+www/truc/FCKeditor/editor/dialog/fck_find.html
+www/truc/FCKeditor/editor/dialog/fck_form.html
+www/truc/FCKeditor/editor/dialog/fck_hiddenfield.html
+www/truc/FCKeditor/editor/dialog/fck_image.html
+www/truc/FCKeditor/editor/dialog/fck_image/fck_image.js
+www/truc/FCKeditor/editor/dialog/fck_link.html
+www/truc/FCKeditor/editor/dialog/fck_link/fck_link.js
+www/truc/FCKeditor/editor/dialog/fck_listprop.html
+www/truc/FCKeditor/editor/dialog/fck_paste.html
+www/truc/FCKeditor/editor/dialog/fck_radiobutton.html
+www/truc/FCKeditor/editor/dialog/fck_replace.html
+www/truc/FCKeditor/editor/dialog/fck_select.html
+www/truc/FCKeditor/editor/dialog/fck_select/fck_select.js
+www/truc/FCKeditor/editor/dialog/fck_smiley.html
+www/truc/FCKeditor/editor/dialog/fck_specialchar.html
+www/truc/FCKeditor/editor/dialog/fck_spellerpages.html
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/controlwindow.js
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.js
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/spellerstyle.css
+www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/wordwindow.js
+www/truc/FCKeditor/editor/dialog/fck_table.html
+www/truc/FCKeditor/editor/dialog/fck_tablecell.html
+www/truc/FCKeditor/editor/dialog/fck_template.html
+www/truc/FCKeditor/editor/dialog/fck_template/fck_template_moz-bindings.xml
+www/truc/FCKeditor/editor/dialog/fck_template/fck_templateitem.htc
+www/truc/FCKeditor/editor/dialog/fck_template/images/template1.gif
+www/truc/FCKeditor/editor/dialog/fck_template/images/template2.gif
+www/truc/FCKeditor/editor/dialog/fck_template/images/template3.gif
+www/truc/FCKeditor/editor/dialog/fck_textarea.html
+www/truc/FCKeditor/editor/dialog/fck_textfield.html
+www/truc/FCKeditor/editor/dialog/fck_universalkey.html
+www/truc/FCKeditor/editor/dialog/fck_universalkey/00.gif
+www/truc/FCKeditor/editor/dialog/fck_universalkey/data.js
+www/truc/FCKeditor/editor/dialog/fck_universalkey/diacritic.js
+www/truc/FCKeditor/editor/dialog/fck_universalkey/dialogue.js
+www/truc/FCKeditor/editor/dialog/fck_universalkey/fck_universalkey.css
+www/truc/FCKeditor/editor/dialog/fck_universalkey/keyboard_layout.gif
+www/truc/FCKeditor/editor/dialog/fck_universalkey/multihexa.js
+www/truc/FCKeditor/editor/dialog/images/locked.gif
+www/truc/FCKeditor/editor/dialog/images/logo_fckeditor.gif
+www/truc/FCKeditor/editor/dialog/images/logo_fredck.gif
+www/truc/FCKeditor/editor/dialog/images/reset.gif
+www/truc/FCKeditor/editor/dialog/images/unlocked.gif
+www/truc/FCKeditor/editor/dialog/js/fck_dialog_common.js
+www/truc/FCKeditor/editor/dialog/js/fck_image.js
+www/truc/FCKeditor/editor/dialog/js/fck_link.js
+www/truc/FCKeditor/editor/fckblank.html
+www/truc/FCKeditor/editor/fckdebug.html
+www/truc/FCKeditor/editor/fckdialog.html
+www/truc/FCKeditor/editor/fckeditor.html
+www/truc/FCKeditor/editor/fckeditor.original.html
+www/truc/FCKeditor/editor/fckeditorarea.html
+www/truc/FCKeditor/editor/filemanager/browser/default/browser.css
+www/truc/FCKeditor/editor/filemanager/browser/default/browser.html
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/asp/basexml.asp
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/asp/class_upload.asp
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/asp/commands.asp
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/asp/config.asp
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/asp/connector.asp
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/asp/io.asp
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/asp/util.asp
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/cfm/connector.cfm
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/perl/basexml.pl
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/perl/commands.pl
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/perl/connector.cgi
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/perl/io.pl
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/perl/upload_fck.pl
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/perl/util.pl
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/php/basexml.php
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/php/commands.php
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/php/config.php
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/php/connector.php
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/php/io.php
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/php/util.php
+www/truc/FCKeditor/editor/filemanager/browser/default/connectors/test.html
+www/truc/FCKeditor/editor/filemanager/browser/default/frmactualfolder.html
+www/truc/FCKeditor/editor/filemanager/browser/default/frmcreatefolder.html
+www/truc/FCKeditor/editor/filemanager/browser/default/frmfolders.html
+www/truc/FCKeditor/editor/filemanager/browser/default/frmresourceslist.html
+www/truc/FCKeditor/editor/filemanager/browser/default/frmresourcetype.html
+www/truc/FCKeditor/editor/filemanager/browser/default/frmupload.html
+www/truc/FCKeditor/editor/filemanager/browser/default/images/buttonarrow.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/folder.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/folder32.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/folderopened.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/folderopened32.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/folderup.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/html.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/js.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/ai.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/avi.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/bmp.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/cs.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/dll.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/doc.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/exe.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/fla.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/gif.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/htm.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/html.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/jpg.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/js.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/mdb.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/mp3.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/pdf.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/ppt.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/rdp.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/swf.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/swt.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/txt.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/vsd.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/xls.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/xml.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/zip.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/images/spacer.gif
+www/truc/FCKeditor/editor/filemanager/browser/default/js/common.js
+www/truc/FCKeditor/editor/filemanager/browser/default/js/fckxml.js
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/browser.css
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/browser.html
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/auth/default.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/createfolder.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/deletefile.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/deletefolder.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/fileupload.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/getfolders.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/getfoldersandfiles.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/getuploadprogress.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/.htaccess
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/header.cgi
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/iconlookup.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/progress.cgi
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers/upload.cgi
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/renamefile.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/renamefolder.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/thumbnail.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/config.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/connector.php
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/docs/authenticationhandlers.txt
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/docs/license.txt
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/docs/readme.txt
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/dtd/iso-lat1.ent
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/ascii.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/binary.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/document2.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/email.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/empty.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/html.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/image.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/info.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/kmplot.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/kmultiple.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/pdf.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/php.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/postscript.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/real_doc.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/sound.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/spreadsheet.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/tar.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images/video.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/test.html.suspended
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/testme.php.suspended
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/frmactualfolder.html
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/frmcreatefolder.html
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/frmfolders.html
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/frmimageeditor.html
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/frmresourceslist.html
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/frmresourcetype.html
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/frmupload.html
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/2x2.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/2x2_w.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/buttonarrow.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/close.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/delete.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/edit.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/editimage.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/folder.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/folder32.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/folder96.jpg
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/folderopened.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/folderopened32.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/folderup.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/ai.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/avi.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/bmp.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/cs.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/default.icon.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/dll.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/doc.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/exe.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/fla.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/gif.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/htm.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/html.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/jpg.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/js.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/mdb.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/mp3.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/pdf.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/ppt.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/rdp.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/swf.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/swt.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/txt.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/vsd.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/xls.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/xml.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32/zip.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/ai.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/avi.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/bmp.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/cs.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/default.icon.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/dll.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/doc.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/exe.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/fla.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/gif.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/htm.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/html.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/jpg.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/js.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/mdb.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/mp3.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/pdf.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/ppt.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/rdp.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/swf.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/swt.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/txt.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/vsd.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/xls.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/xml.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/zip.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/spacer.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/toolbar/close.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/toolbar/crop.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/toolbar/flip.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/toolbar/resize.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/toolbar/rotate.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/toolbar/save.gif
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/js/common.js
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/js/editorcontent.js
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/js/fckxml.js
+www/truc/FCKeditor/editor/filemanager/browser/mcpuk/js/wz_jsgraphics.js
+www/truc/FCKeditor/editor/images/smiley/fun/aiua.gif
+www/truc/FCKeditor/editor/images/smiley/fun/ak.gif
+www/truc/FCKeditor/editor/images/smiley/fun/alien.gif
+www/truc/FCKeditor/editor/images/smiley/fun/alien2.gif
+www/truc/FCKeditor/editor/images/smiley/fun/angry.gif
+www/truc/FCKeditor/editor/images/smiley/fun/angry1.gif
+www/truc/FCKeditor/editor/images/smiley/fun/apophys.gif
+www/truc/FCKeditor/editor/images/smiley/fun/assjani.gif
+www/truc/FCKeditor/editor/images/smiley/fun/asthanos.gif
+www/truc/FCKeditor/editor/images/smiley/fun/bazuzeus.gif
+www/truc/FCKeditor/editor/images/smiley/fun/beaute.gif
+www/truc/FCKeditor/editor/images/smiley/fun/bigsmile.gif
+www/truc/FCKeditor/editor/images/smiley/fun/blush.gif
+www/truc/FCKeditor/editor/images/smiley/fun/boid.gif
+www/truc/FCKeditor/editor/images/smiley/fun/bonk.gif
+www/truc/FCKeditor/editor/images/smiley/fun/bored.gif
+www/truc/FCKeditor/editor/images/smiley/fun/borg.gif
+www/truc/FCKeditor/editor/images/smiley/fun/capo.gif
+www/truc/FCKeditor/editor/images/smiley/fun/confused.gif
+www/truc/FCKeditor/editor/images/smiley/fun/cool.gif
+www/truc/FCKeditor/editor/images/smiley/fun/crazy.gif
+www/truc/FCKeditor/editor/images/smiley/fun/cwm14.gif
+www/truc/FCKeditor/editor/images/smiley/fun/demis_roussos.gif
+www/truc/FCKeditor/editor/images/smiley/fun/devil.gif
+www/truc/FCKeditor/editor/images/smiley/fun/devil2.gif
+www/truc/FCKeditor/editor/images/smiley/fun/double0smile.gif
+www/truc/FCKeditor/editor/images/smiley/fun/eek3.gif
+www/truc/FCKeditor/editor/images/smiley/fun/eltaf.gif
+www/truc/FCKeditor/editor/images/smiley/fun/gele.gif
+www/truc/FCKeditor/editor/images/smiley/fun/halm.gif
+www/truc/FCKeditor/editor/images/smiley/fun/happy.gif
+www/truc/FCKeditor/editor/images/smiley/fun/icon12.gif
+www/truc/FCKeditor/editor/images/smiley/fun/icon23.gif
+www/truc/FCKeditor/editor/images/smiley/fun/icon26.gif
+www/truc/FCKeditor/editor/images/smiley/fun/icon_angel.gif
+www/truc/FCKeditor/editor/images/smiley/fun/icon_bandit.gif
+www/truc/FCKeditor/editor/images/smiley/fun/icon_bravo.gif
+www/truc/FCKeditor/editor/images/smiley/fun/icon_clown.gif
+www/truc/FCKeditor/editor/images/smiley/fun/jesors.gif
+www/truc/FCKeditor/editor/images/smiley/fun/jesors1.gif
+www/truc/FCKeditor/editor/images/smiley/fun/lol3.gif
+www/truc/FCKeditor/editor/images/smiley/fun/love.gif
+www/truc/FCKeditor/editor/images/smiley/fun/mad.gif
+www/truc/FCKeditor/editor/images/smiley/fun/megaphone.gif
+www/truc/FCKeditor/editor/images/smiley/fun/mmm.gif
+www/truc/FCKeditor/editor/images/smiley/fun/music.gif
+www/truc/FCKeditor/editor/images/smiley/fun/notify.gif
+www/truc/FCKeditor/editor/images/smiley/fun/nuts.gif
+www/truc/FCKeditor/editor/images/smiley/fun/obanon.gif
+www/truc/FCKeditor/editor/images/smiley/fun/ouaip.gif
+www/truc/FCKeditor/editor/images/smiley/fun/pleure.gif
+www/truc/FCKeditor/editor/images/smiley/fun/plugin.gif
+www/truc/FCKeditor/editor/images/smiley/fun/question.gif
+www/truc/FCKeditor/editor/images/smiley/fun/question2.gif
+www/truc/FCKeditor/editor/images/smiley/fun/rasta2.gif
+www/truc/FCKeditor/editor/images/smiley/fun/rastapop.gif
+www/truc/FCKeditor/editor/images/smiley/fun/rosebud.gif
+www/truc/FCKeditor/editor/images/smiley/fun/sad.gif
+www/truc/FCKeditor/editor/images/smiley/fun/sad2.gif
+www/truc/FCKeditor/editor/images/smiley/fun/shocked.gif
+www/truc/FCKeditor/editor/images/smiley/fun/sick.gif
+www/truc/FCKeditor/editor/images/smiley/fun/sick2.gif
+www/truc/FCKeditor/editor/images/smiley/fun/slaap.gif
+www/truc/FCKeditor/editor/images/smiley/fun/sleep.gif
+www/truc/FCKeditor/editor/images/smiley/fun/smile.gif
+www/truc/FCKeditor/editor/images/smiley/fun/smiley_peur.gif
+www/truc/FCKeditor/editor/images/smiley/fun/sors.gif
+www/truc/FCKeditor/editor/images/smiley/fun/sovxx.gif
+www/truc/FCKeditor/editor/images/smiley/fun/spamafote.gif
+www/truc/FCKeditor/editor/images/smiley/fun/tap67.gif
+www/truc/FCKeditor/editor/images/smiley/fun/thumbdown.gif
+www/truc/FCKeditor/editor/images/smiley/fun/thumbup.gif
+www/truc/FCKeditor/editor/images/smiley/fun/tigi.gif
+www/truc/FCKeditor/editor/images/smiley/fun/toad666.gif
+www/truc/FCKeditor/editor/images/smiley/fun/tongue.gif
+www/truc/FCKeditor/editor/images/smiley/fun/tuffgong.gif
+www/truc/FCKeditor/editor/images/smiley/fun/urgeman.gif
+www/truc/FCKeditor/editor/images/smiley/fun/vanadium.gif
+www/truc/FCKeditor/editor/images/smiley/fun/wink.gif
+www/truc/FCKeditor/editor/images/smiley/fun/worship.gif
+www/truc/FCKeditor/editor/images/smiley/fun/wouaf.gif
+www/truc/FCKeditor/editor/images/smiley/fun/wow.gif
+www/truc/FCKeditor/editor/images/smiley/fun/xp1700.gif
+www/truc/FCKeditor/editor/images/smiley/fun/yltype.gif
+www/truc/FCKeditor/editor/images/smiley/fun/yopyopyop.gif
+www/truc/FCKeditor/editor/images/smiley/fun/youpi.gif
+www/truc/FCKeditor/editor/images/smiley/fun/zoor.gif
+www/truc/FCKeditor/editor/images/smiley/msn/angel_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/angry_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/broken_heart.gif
+www/truc/FCKeditor/editor/images/smiley/msn/cake.gif
+www/truc/FCKeditor/editor/images/smiley/msn/confused_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/cry_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/devil_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/embaressed_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/envelope.gif
+www/truc/FCKeditor/editor/images/smiley/msn/heart.gif
+www/truc/FCKeditor/editor/images/smiley/msn/kiss.gif
+www/truc/FCKeditor/editor/images/smiley/msn/lightbulb.gif
+www/truc/FCKeditor/editor/images/smiley/msn/omg_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/regular_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/sad_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/shades_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/teeth_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/thumbs_down.gif
+www/truc/FCKeditor/editor/images/smiley/msn/thumbs_up.gif
+www/truc/FCKeditor/editor/images/smiley/msn/tounge_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
+www/truc/FCKeditor/editor/images/smiley/msn/wink_smile.gif
+www/truc/FCKeditor/editor/images/spacer.gif
+www/truc/FCKeditor/editor/js/fck_startup.js
+www/truc/FCKeditor/editor/js/fckeditorcode_gecko_1.js
+www/truc/FCKeditor/editor/js/fckeditorcode_gecko_2.js
+www/truc/FCKeditor/editor/js/fckeditorcode_ie_1.js
+www/truc/FCKeditor/editor/js/fckeditorcode_ie_2.js
+www/truc/FCKeditor/editor/lang/_translationstatus.txt
+www/truc/FCKeditor/editor/lang/ar.js
+www/truc/FCKeditor/editor/lang/bg.js
+www/truc/FCKeditor/editor/lang/bs.js
+www/truc/FCKeditor/editor/lang/ca.js
+www/truc/FCKeditor/editor/lang/cs.js
+www/truc/FCKeditor/editor/lang/da.js
+www/truc/FCKeditor/editor/lang/de.js
+www/truc/FCKeditor/editor/lang/el.js
+www/truc/FCKeditor/editor/lang/en-au.js
+www/truc/FCKeditor/editor/lang/en-uk.js
+www/truc/FCKeditor/editor/lang/en.js
+www/truc/FCKeditor/editor/lang/eo.js
+www/truc/FCKeditor/editor/lang/es.js
+www/truc/FCKeditor/editor/lang/et.js
+www/truc/FCKeditor/editor/lang/eu.js
+www/truc/FCKeditor/editor/lang/fa.js
+www/truc/FCKeditor/editor/lang/fcklanguagemanager.js
+www/truc/FCKeditor/editor/lang/fi.js
+www/truc/FCKeditor/editor/lang/fr.js
+www/truc/FCKeditor/editor/lang/gl.js
+www/truc/FCKeditor/editor/lang/gr.js
+www/truc/FCKeditor/editor/lang/he.js
+www/truc/FCKeditor/editor/lang/hr.js
+www/truc/FCKeditor/editor/lang/hu.js
+www/truc/FCKeditor/editor/lang/it.js
+www/truc/FCKeditor/editor/lang/ja.js
+www/truc/FCKeditor/editor/lang/ko.js
+www/truc/FCKeditor/editor/lang/lt.js
+www/truc/FCKeditor/editor/lang/nl.js
+www/truc/FCKeditor/editor/lang/no.js
+www/truc/FCKeditor/editor/lang/pl.js
+www/truc/FCKeditor/editor/lang/pt-br.js
+www/truc/FCKeditor/editor/lang/pt.js
+www/truc/FCKeditor/editor/lang/ro.js
+www/truc/FCKeditor/editor/lang/ru.js
+www/truc/FCKeditor/editor/lang/sk.js
+www/truc/FCKeditor/editor/lang/sl.js
+www/truc/FCKeditor/editor/lang/sr-latn.js
+www/truc/FCKeditor/editor/lang/sr.js
+www/truc/FCKeditor/editor/lang/sv.js
+www/truc/FCKeditor/editor/lang/th.js
+www/truc/FCKeditor/editor/lang/tr.js
+www/truc/FCKeditor/editor/lang/uk.js
+www/truc/FCKeditor/editor/lang/zh-cn.js
+www/truc/FCKeditor/editor/lang/zh-hk.js
+www/truc/FCKeditor/editor/lang/zh-tw.js
+www/truc/FCKeditor/editor/lang/zh.js
+www/truc/FCKeditor/editor/plugins/placeholder/fck_placeholder.html
+www/truc/FCKeditor/editor/plugins/placeholder/fckplugin.js
+www/truc/FCKeditor/editor/plugins/placeholder/lang/en.js
+www/truc/FCKeditor/editor/plugins/placeholder/lang/fr.js
+www/truc/FCKeditor/editor/plugins/placeholder/lang/it.js
+www/truc/FCKeditor/editor/plugins/placeholder/placeholder.gif
+www/truc/FCKeditor/editor/plugins/tablecommands/fckplugin.js
+www/truc/FCKeditor/editor/skins/default/fck_contextmenu.css
+www/truc/FCKeditor/editor/skins/default/fck_dialog.css
+www/truc/FCKeditor/editor/skins/default/fck_editor.css
+www/truc/FCKeditor/editor/skins/default/images/toolbar.arrowright.gif
+www/truc/FCKeditor/editor/skins/default/images/toolbar.buttonarrow.gif
+www/truc/FCKeditor/editor/skins/default/images/toolbar.collapse.gif
+www/truc/FCKeditor/editor/skins/default/images/toolbar.end.gif
+www/truc/FCKeditor/editor/skins/default/images/toolbar.expand.gif
+www/truc/FCKeditor/editor/skins/default/images/toolbar.separator.gif
+www/truc/FCKeditor/editor/skins/default/images/toolbar.start.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/about.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/anchor.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/bgcolor.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/bold.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/bulletedlist.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.about.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.bgcolor.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.bold.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.copy.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.cut.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.find.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.image.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.indent.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.inserthorizontalrule.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.insertorderedlist.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.insertunorderedlist.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.italic.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.justifycenter.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.justifyfull.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.justifyleft.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.justifyright.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.link.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.newpage.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.outdent.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.paste.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.pastetext.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.pasteword.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.preview.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.print.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.redo.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.removeformat.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.replace.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.save.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.selectall.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.showdetails.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.showtableborders.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.smiley.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.source.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.specialchar.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.spellcheck.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.strikethrough.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.subscript.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.superscript.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.table.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.tablecell.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.tabledeletecells.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.tabledeletecolumns.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.tabledeleterows.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.tableinsertcell.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.tableinsertcolumn.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.tableinsertrow.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.tablemergecells.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.tablesplitcell.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.textcolor.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.underline.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.undo.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.unlink.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/button.unorderedlist.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/checkbox.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/copy.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/cut.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/docprops.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/find.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/form.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/hiddenfield.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/image.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/imagebutton.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/indent.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/inserthorizontalrule.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/insertorderedlist.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/insertunorderedlist.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/italic.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/justifycenter.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/justifyfull.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/justifyleft.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/justifyright.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/link.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/newpage.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/numberedlist.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/outdent.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/paste.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/pastetext.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/pasteword.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/preview.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/print.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/radio.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/redo.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/removeformat.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/replace.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/save.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/select.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/selectall.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/showdetails.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/showtableborders.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/smiley.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/source.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/specialchar.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/spellcheck.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/strikethrough.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/subscript.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/superscript.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/table.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/tablecell.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/tabledeletecells.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/tabledeletecolumns.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/tabledeleterows.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/tableinsertcell.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/tableinsertcolumn.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/tableinsertrow.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/tablemergecells.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/tablesplitcell.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/templates.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/textarea.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/textcolor.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/textfield.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/underline.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/undo.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/universalkey.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/unlink.gif
+www/truc/FCKeditor/editor/skins/default/toolbar/unorderedlist.gif
+www/truc/FCKeditor/editor/skins/office2003/fck_contextmenu.css
+www/truc/FCKeditor/editor/skins/office2003/fck_dialog.css
+www/truc/FCKeditor/editor/skins/office2003/fck_editor.css
+www/truc/FCKeditor/editor/skins/office2003/images/toolbar.arrowright.gif
+www/truc/FCKeditor/editor/skins/office2003/images/toolbar.bg.gif
+www/truc/FCKeditor/editor/skins/office2003/images/toolbar.buttonarrow.gif
+www/truc/FCKeditor/editor/skins/office2003/images/toolbar.collapse.gif
+www/truc/FCKeditor/editor/skins/office2003/images/toolbar.end.gif
+www/truc/FCKeditor/editor/skins/office2003/images/toolbar.expand.gif
+www/truc/FCKeditor/editor/skins/office2003/images/toolbar.separator.gif
+www/truc/FCKeditor/editor/skins/office2003/images/toolbar.start.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/about.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/anchor.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/bgcolor.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/bold.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/bulletedlist.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.about.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.anchor.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.bgcolor.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.bold.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.button.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.checkbox.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.copy.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.cut.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.find.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.flash.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.fontstyleadv.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.form.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.hidden.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.image.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.imagebutton.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.indent.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.input.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.inserthorizontalrule.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.insertorderedlist.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.insertunorderedlist.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.italic.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.justifycenter.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.justifyfull.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.justifyleft.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.justifyright.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.link.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.mail.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.new.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.newpage.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.open.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.outdent.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.paste.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.pastetext.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.pasteword.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.preview.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.print.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.radio.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.redo.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.removeformat.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.replace.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.save.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.select.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.selectall.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.showdetails.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.showtableborders.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.smiley.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.source.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.specialchar.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.spellcheck.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.strikethrough.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.subscript.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.superscript.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.table.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.tablecell.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.tabledeletecells.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.tabledeletecolumns.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.tabledeleterows.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.tableinsertcell.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.tableinsertcolumn.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.tableinsertrow.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.tablemergecells.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.tablesplitcell.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.textarea.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.textcolor.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.underline.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.undo.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.universalkey.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/button.unlink.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/checkbox.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/copy.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/cut.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/docprops.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/find.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/flash.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/fontstyleadv.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/form.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/hidden.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/hiddenfield.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/image.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/imagebutton.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/indent.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/input.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/inserthorizontalrule.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/insertorderedlist.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/insertunorderedlist.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/italic.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/justifycenter.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/justifyfull.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/justifyleft.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/justifyright.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/link.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/mail.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/new.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/newpage.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/numberedlist.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/open.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/outdent.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/paste.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/pastetext.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/pasteword.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/preview.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/print.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/radio.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/redo.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/removeformat.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/replace.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/save.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/select.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/selectall.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/showdetails.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/showtableborders.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/smiley.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/source.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/specialchar.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/spellcheck.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/strikethrough.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/subscript.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/superscript.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/table.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/tablecell.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/tabledeletecells.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/tabledeletecolumns.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/tabledeleterows.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/tableinsertcell.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/tableinsertcolumn.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/tableinsertrow.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/tablemergecells.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/tablesplitcell.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/templates.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/textarea.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/textcolor.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/textfield.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/underline.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/undo.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/universalkey.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/unlink.gif
+www/truc/FCKeditor/editor/skins/office2003/toolbar/unorderedlist.gif
+www/truc/FCKeditor/editor/skins/silver/fck_contextmenu.css
+www/truc/FCKeditor/editor/skins/silver/fck_dialog.css
+www/truc/FCKeditor/editor/skins/silver/fck_editor.css
+www/truc/FCKeditor/editor/skins/silver/images/toolbar.arrowright.gif
+www/truc/FCKeditor/editor/skins/silver/images/toolbar.buttonarrow.gif
+www/truc/FCKeditor/editor/skins/silver/images/toolbar.buttonbg.gif
+www/truc/FCKeditor/editor/skins/silver/images/toolbar.collapse.gif
+www/truc/FCKeditor/editor/skins/silver/images/toolbar.end.gif
+www/truc/FCKeditor/editor/skins/silver/images/toolbar.expand.gif
+www/truc/FCKeditor/editor/skins/silver/images/toolbar.separator.gif
+www/truc/FCKeditor/editor/skins/silver/images/toolbar.start.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/about.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/anchor.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/bgcolor.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/bold.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/bulletedlist.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.about.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.bgcolor.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.bold.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.copy.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.cut.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.find.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.image.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.indent.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.inserthorizontalrule.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.insertorderedlist.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.insertunorderedlist.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.italic.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.justifycenter.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.justifyfull.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.justifyleft.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.justifyright.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.link.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.newpage.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.outdent.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.paste.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.pastetext.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.pasteword.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.preview.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.print.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.redo.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.removeformat.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.replace.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.save.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.selectall.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.showdetails.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.showtableborders.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.smiley.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.source.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.specialchar.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.spellcheck.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.strikethrough.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.subscript.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.superscript.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.table.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.tablecell.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.tabledeletecells.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.tabledeletecolumns.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.tabledeleterows.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.tableinsertcell.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.tableinsertcolumn.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.tableinsertrow.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.tablemergecells.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.tablesplitcell.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.textcolor.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.underline.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.undo.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.unlink.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/button.unorderedlist.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/checkbox.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/copy.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/cut.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/docprops.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/find.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/form.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/hiddenfield.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/image.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/imagebutton.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/indent.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/inserthorizontalrule.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/insertorderedlist.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/insertunorderedlist.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/italic.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/justifycenter.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/justifyfull.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/justifyleft.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/justifyright.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/link.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/newpage.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/numberedlist.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/outdent.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/paste.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/pastetext.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/pasteword.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/preview.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/print.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/radio.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/redo.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/removeformat.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/replace.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/save.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/select.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/selectall.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/showdetails.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/showtableborders.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/smiley.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/source.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/specialchar.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/spellcheck.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/strikethrough.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/subscript.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/superscript.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/table.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/tablecell.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/tabledeletecells.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/tabledeletecolumns.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/tabledeleterows.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/tableinsertcell.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/tableinsertcolumn.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/tableinsertrow.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/tablemergecells.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/tablesplitcell.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/templates.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/textarea.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/textcolor.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/textfield.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/underline.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/undo.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/universalkey.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/unlink.gif
+www/truc/FCKeditor/editor/skins/silver/toolbar/unorderedlist.gif
+www/truc/FCKeditor/fckconfig.js
+www/truc/FCKeditor/fckeditor.asp
+www/truc/FCKeditor/fckeditor.cfc
+www/truc/FCKeditor/fckeditor.cfm
+www/truc/FCKeditor/fckeditor.js
+www/truc/FCKeditor/fckeditor.php
+www/truc/FCKeditor/fckeditor.pl
+www/truc/FCKeditor/fckstyles.xml
+www/truc/FCKeditor/fcktemplates.xml
+www/truc/FCKeditor/license.txt
+www/truc/admin_page.php
+www/truc/adodb-4.65/adodb-csvlib.inc.php
+www/truc/adodb-4.65/adodb-datadict.inc.php
+www/truc/adodb-4.65/adodb-error.inc.php
+www/truc/adodb-4.65/adodb-errorhandler.inc.php
+www/truc/adodb-4.65/adodb-errorpear.inc.php
+www/truc/adodb-4.65/adodb-exceptions.inc.php
+www/truc/adodb-4.65/adodb-iterator.inc.php
+www/truc/adodb-4.65/adodb-lib.inc.php
+www/truc/adodb-4.65/adodb-pager.inc.php
+www/truc/adodb-4.65/adodb-pear.inc.php
+www/truc/adodb-4.65/adodb-perf.inc.php
+www/truc/adodb-4.65/adodb-php4.inc.php
+www/truc/adodb-4.65/adodb-time.inc.php
+www/truc/adodb-4.65/adodb-time.zip
+www/truc/adodb-4.65/adodb-xmlschema.inc.php
+www/truc/adodb-4.65/adodb.inc.php
+www/truc/adodb-4.65/contrib/toxmlrpc.inc.php
+www/truc/adodb-4.65/cute_icons_for_site/adodb.gif
+www/truc/adodb-4.65/cute_icons_for_site/adodb2.gif
+www/truc/adodb-4.65/datadict/datadict-access.inc.php
+www/truc/adodb-4.65/datadict/datadict-db2.inc.php
+www/truc/adodb-4.65/datadict/datadict-firebird.inc.php
+www/truc/adodb-4.65/datadict/datadict-generic.inc.php
+www/truc/adodb-4.65/datadict/datadict-ibase.inc.php
+www/truc/adodb-4.65/datadict/datadict-informix.inc.php
+www/truc/adodb-4.65/datadict/datadict-mssql.inc.php
+www/truc/adodb-4.65/datadict/datadict-mysql.inc.php
+www/truc/adodb-4.65/datadict/datadict-oci8.inc.php
+www/truc/adodb-4.65/datadict/datadict-postgres.inc.php
+www/truc/adodb-4.65/datadict/datadict-sapdb.inc.php
+www/truc/adodb-4.65/datadict/datadict-sybase.inc.php
+www/truc/adodb-4.65/docs/docs-adodb.htm
+www/truc/adodb-4.65/docs/docs-datadict.htm
+www/truc/adodb-4.65/docs/docs-oracle.htm
+www/truc/adodb-4.65/docs/docs-perf.htm
+www/truc/adodb-4.65/docs/docs-session.htm
+www/truc/adodb-4.65/docs/old-changelog.htm
+www/truc/adodb-4.65/docs/readme.htm
+www/truc/adodb-4.65/docs/tips_portable_sql.htm
+www/truc/adodb-4.65/docs/tute.htm
+www/truc/adodb-4.65/drivers/adodb-access.inc.php
+www/truc/adodb-4.65/drivers/adodb-ado.inc.php
+www/truc/adodb-4.65/drivers/adodb-ado5.inc.php
+www/truc/adodb-4.65/drivers/adodb-ado_access.inc.php
+www/truc/adodb-4.65/drivers/adodb-ado_mssql.inc.php
+www/truc/adodb-4.65/drivers/adodb-borland_ibase.inc.php
+www/truc/adodb-4.65/drivers/adodb-csv.inc.php
+www/truc/adodb-4.65/drivers/adodb-db2.inc.php
+www/truc/adodb-4.65/drivers/adodb-fbsql.inc.php
+www/truc/adodb-4.65/drivers/adodb-firebird.inc.php
+www/truc/adodb-4.65/drivers/adodb-ibase.inc.php
+www/truc/adodb-4.65/drivers/adodb-informix.inc.php
+www/truc/adodb-4.65/drivers/adodb-informix72.inc.php
+www/truc/adodb-4.65/drivers/adodb-ldap.inc.php
+www/truc/adodb-4.65/drivers/adodb-mssql.inc.php
+www/truc/adodb-4.65/drivers/adodb-mssqlpo.inc.php
+www/truc/adodb-4.65/drivers/adodb-mysql.inc.php
+www/truc/adodb-4.65/drivers/adodb-mysqli.inc.php
+www/truc/adodb-4.65/drivers/adodb-mysqlt.inc.php
+www/truc/adodb-4.65/drivers/adodb-netezza.inc.php
+www/truc/adodb-4.65/drivers/adodb-oci8.inc.php
+www/truc/adodb-4.65/drivers/adodb-oci805.inc.php
+www/truc/adodb-4.65/drivers/adodb-oci8po.inc.php
+www/truc/adodb-4.65/drivers/adodb-odbc.inc.php
+www/truc/adodb-4.65/drivers/adodb-odbc_mssql.inc.php
+www/truc/adodb-4.65/drivers/adodb-odbc_oracle.inc.php
+www/truc/adodb-4.65/drivers/adodb-odbtp.inc.php
+www/truc/adodb-4.65/drivers/adodb-odbtp_unicode.inc.php
+www/truc/adodb-4.65/drivers/adodb-oracle.inc.php
+www/truc/adodb-4.65/drivers/adodb-pdo.inc.php
+www/truc/adodb-4.65/drivers/adodb-pdo_mysql.inc.php
+www/truc/adodb-4.65/drivers/adodb-pdo_oci.inc.php
+www/truc/adodb-4.65/drivers/adodb-pdo_pgsql.inc.php
+www/truc/adodb-4.65/drivers/adodb-postgres.inc.php
+www/truc/adodb-4.65/drivers/adodb-postgres64.inc.php
+www/truc/adodb-4.65/drivers/adodb-postgres7.inc.php
+www/truc/adodb-4.65/drivers/adodb-postgres8.inc.php
+www/truc/adodb-4.65/drivers/adodb-proxy.inc.php
+www/truc/adodb-4.65/drivers/adodb-sapdb.inc.php
+www/truc/adodb-4.65/drivers/adodb-sqlanywhere.inc.php
+www/truc/adodb-4.65/drivers/adodb-sqlite.inc.php
+www/truc/adodb-4.65/drivers/adodb-sqlitepo.inc.php
+www/truc/adodb-4.65/drivers/adodb-sybase.inc.php
+www/truc/adodb-4.65/drivers/adodb-sybase_ase.inc.php
+www/truc/adodb-4.65/drivers/adodb-vfp.inc.php
+www/truc/adodb-4.65/lang/adodb-ar.inc.php
+www/truc/adodb-4.65/lang/adodb-bg.inc.php
+www/truc/adodb-4.65/lang/adodb-bgutf8.inc.php
+www/truc/adodb-4.65/lang/adodb-ca.inc.php
+www/truc/adodb-4.65/lang/adodb-cn.inc.php
+www/truc/adodb-4.65/lang/adodb-cz.inc.php
+www/truc/adodb-4.65/lang/adodb-da.inc.php
+www/truc/adodb-4.65/lang/adodb-de.inc.php
+www/truc/adodb-4.65/lang/adodb-en.inc.php
+www/truc/adodb-4.65/lang/adodb-es.inc.php
+www/truc/adodb-4.65/lang/adodb-esperanto.inc.php
+www/truc/adodb-4.65/lang/adodb-fr.inc.php
+www/truc/adodb-4.65/lang/adodb-hu.inc.php
+www/truc/adodb-4.65/lang/adodb-it.inc.php
+www/truc/adodb-4.65/lang/adodb-nl.inc.php
+www/truc/adodb-4.65/lang/adodb-pl.inc.php
+www/truc/adodb-4.65/lang/adodb-pt-br.inc.php
+www/truc/adodb-4.65/lang/adodb-ro.inc.php
+www/truc/adodb-4.65/lang/adodb-ru1251.inc.php
+www/truc/adodb-4.65/lang/adodb-sv.inc.php
+www/truc/adodb-4.65/lang/adodb-uk1251.inc.php
+www/truc/adodb-4.65/license.txt
+www/truc/adodb-4.65/pear/auth/container/adodb.php
+www/truc/adodb-4.65/pear/readme.auth.txt
+www/truc/adodb-4.65/perf/perf-db2.inc.php
+www/truc/adodb-4.65/perf/perf-informix.inc.php
+www/truc/adodb-4.65/perf/perf-mssql.inc.php
+www/truc/adodb-4.65/perf/perf-mysql.inc.php
+www/truc/adodb-4.65/perf/perf-oci8.inc.php
+www/truc/adodb-4.65/perf/perf-postgres.inc.php
+www/truc/adodb-4.65/pivottable.inc.php
+www/truc/adodb-4.65/readme.txt
+www/truc/adodb-4.65/rsfilter.inc.php
+www/truc/adodb-4.65/server.php
+www/truc/adodb-4.65/session/adodb-compress-bzip2.php
+www/truc/adodb-4.65/session/adodb-compress-gzip.php
+www/truc/adodb-4.65/session/adodb-cryptsession.php
+www/truc/adodb-4.65/session/adodb-encrypt-mcrypt.php
+www/truc/adodb-4.65/session/adodb-encrypt-md5.php
+www/truc/adodb-4.65/session/adodb-encrypt-secret.php
+www/truc/adodb-4.65/session/adodb-sess.txt
+www/truc/adodb-4.65/session/adodb-session-clob.php
+www/truc/adodb-4.65/session/adodb-session.php
+www/truc/adodb-4.65/session/adodb-sessions.mysql.sql
+www/truc/adodb-4.65/session/adodb-sessions.oracle.clob.sql
+www/truc/adodb-4.65/session/adodb-sessions.oracle.sql
+www/truc/adodb-4.65/session/crypt.inc.php
+www/truc/adodb-4.65/session/old/adodb-cryptsession.php
+www/truc/adodb-4.65/session/old/adodb-session-clob.php
+www/truc/adodb-4.65/session/old/adodb-session.php
+www/truc/adodb-4.65/session/old/crypt.inc.php
+www/truc/adodb-4.65/session/session_schema.xml
+www/truc/adodb-4.65/tests/benchmark.php
+www/truc/adodb-4.65/tests/client.php
+www/truc/adodb-4.65/tests/pdo.php
+www/truc/adodb-4.65/tests/test-datadict.php
+www/truc/adodb-4.65/tests/test-perf.php
+www/truc/adodb-4.65/tests/test-pgblob.php
+www/truc/adodb-4.65/tests/test-php5.php
+www/truc/adodb-4.65/tests/test-xmlschema.php
+www/truc/adodb-4.65/tests/test.php
+www/truc/adodb-4.65/tests/test2.php
+www/truc/adodb-4.65/tests/test3.php
+www/truc/adodb-4.65/tests/test4.php
+www/truc/adodb-4.65/tests/test5.php
+www/truc/adodb-4.65/tests/test_rs_array.php
+www/truc/adodb-4.65/tests/testcache.php
+www/truc/adodb-4.65/tests/testdatabases.inc.php
+www/truc/adodb-4.65/tests/testgenid.php
+www/truc/adodb-4.65/tests/testmssql.php
+www/truc/adodb-4.65/tests/testoci8.php
+www/truc/adodb-4.65/tests/testoci8cursor.php
+www/truc/adodb-4.65/tests/testpaging.php
+www/truc/adodb-4.65/tests/testpear.php
+www/truc/adodb-4.65/tests/testsessions.php
+www/truc/adodb-4.65/tests/time.php
+www/truc/adodb-4.65/tests/tmssql.php
+www/truc/adodb-4.65/tests/xmlschema-mssql.xml
+www/truc/adodb-4.65/tests/xmlschema.xml
+www/truc/adodb-4.65/toexport.inc.php
+www/truc/adodb-4.65/tohtml.inc.php
+www/truc/adodb-4.65/xmlschema.dtd
+www/truc/adodb-4.65/xsl/convert-0.1-0.2.xsl
+www/truc/adodb-4.65/xsl/convert-0.2-0.1.xsl
+www/truc/adodb-4.65/xsl/remove-0.2.xsl
+www/truc/api/admin_api.php
+www/truc/api/authenticate_user_inc.php
+www/truc/api/authentication_api.php
+www/truc/api/date_api.php
+www/truc/api/db_api.php
+www/truc/api/discussion_api.php
+www/truc/api/email_api.php
+www/truc/api/error_api.php
+www/truc/api/file_api.php
+www/truc/api/filter_api.php
+www/truc/api/html_api.php
+www/truc/api/include_api.php
+www/truc/api/javascript_api.js
+www/truc/api/lang_api.php
+www/truc/api/ldap_api.php
+www/truc/api/log_api.php
+www/truc/api/project_api.php
+www/truc/api/properties_inc.php
+www/truc/api/report_api.php
+www/truc/api/requirement_api.php
+www/truc/api/results_api.php
+www/truc/api/rndPass.class.php
+www/truc/api/rndconditionpass.class.php
+www/truc/api/session_api.php
+www/truc/api/test_api.php
+www/truc/api/testset_api.php
+www/truc/api/timer_api.php
+www/truc/api/user_api.php
+www/truc/api/util_api.php
+www/truc/build_add_action.php
+www/truc/build_edit_action.php
+www/truc/build_edit_page.php
+www/truc/build_page.php
+www/truc/css/default.css
+www/truc/css/default.php
+www/truc/delete_page.php
+www/truc/docs/config.template
+www/truc/docs/database.sql
+www/truc/docs/install
+www/truc/docs/license
+www/truc/docs/readme
+www/truc/download.php
+www/truc/exercise.php
+www/truc/fck/css/fck_dialog.css
+www/truc/fck/css/fck_editor.css
+www/truc/fck/css/fck_editorarea.css
+www/truc/fck/dialog/fck_about.html
+www/truc/fck/dialog/fck_about/logo_fckeditor_1.gif
+www/truc/fck/dialog/fck_about/logo_fckeditor_2.gif
+www/truc/fck/dialog/fck_about/logo_fredck.gif
+www/truc/fck/dialog/fck_about/logo_fredck_bottom.gif
+www/truc/fck/dialog/fck_about/logo_fredck_top.gif
+www/truc/fck/dialog/fck_about/spacer.gif
+www/truc/fck/dialog/fck_image.html
+www/truc/fck/dialog/fck_link.html
+www/truc/fck/dialog/fck_selcolor.html
+www/truc/fck/dialog/fck_smiley.html
+www/truc/fck/dialog/fck_specialchar.html
+www/truc/fck/dialog/fck_table.html
+www/truc/fck/dialog/fck_tablecell.html
+www/truc/fck/fckeditor.asp
+www/truc/fck/fckeditor.cfm
+www/truc/fck/fckeditor.htc
+www/truc/fck/fckeditor.html
+www/truc/fck/fckeditor.js
+www/truc/fck/fckeditor.php
+www/truc/fck/fckeditor_js.asp
+www/truc/fck/fckeditorold.asp
+www/truc/fck/filemanager/browse/sample_html/browse.html
+www/truc/fck/filemanager/browse/sample_html/browsefile.html
+www/truc/fck/filemanager/browse/sample_html/images/money.jpg
+www/truc/fck/filemanager/browse/sample_html/images/nature.jpg
+www/truc/fck/filemanager/browse/sample_html/images/pen.jpg
+www/truc/fck/filemanager/browse/sample_html/images/spacer.gif
+www/truc/fck/filemanager/browse/sample_html/images/spanner.jpg
+www/truc/fck/filemanager/browse/sample_html/images/techcable.jpg
+www/truc/fck/filemanager/browse/sample_html/images/techpcb.jpg
+www/truc/fck/filemanager/browse/sample_jsp/browse.jsp
+www/truc/fck/filemanager/browse/sample_php/browse.php
+www/truc/fck/filemanager/browse/sample_php/browse_01.php
+www/truc/fck/filemanager/browse/sample_php/browse_rt.php
+www/truc/fck/images/smiley/fun/aiua.gif
+www/truc/fck/images/smiley/fun/ak.gif
+www/truc/fck/images/smiley/fun/alien.gif
+www/truc/fck/images/smiley/fun/alien2.gif
+www/truc/fck/images/smiley/fun/angry.gif
+www/truc/fck/images/smiley/fun/angry1.gif
+www/truc/fck/images/smiley/fun/apophys.gif
+www/truc/fck/images/smiley/fun/assjani.gif
+www/truc/fck/images/smiley/fun/asthanos.gif
+www/truc/fck/images/smiley/fun/bazuzeus.gif
+www/truc/fck/images/smiley/fun/beaute.gif
+www/truc/fck/images/smiley/fun/bigsmile.gif
+www/truc/fck/images/smiley/fun/blush.gif
+www/truc/fck/images/smiley/fun/boid.gif
+www/truc/fck/images/smiley/fun/bonk.gif
+www/truc/fck/images/smiley/fun/bored.gif
+www/truc/fck/images/smiley/fun/borg.gif
+www/truc/fck/images/smiley/fun/capo.gif
+www/truc/fck/images/smiley/fun/confused.gif
+www/truc/fck/images/smiley/fun/cool.gif
+www/truc/fck/images/smiley/fun/crazy.gif
+www/truc/fck/images/smiley/fun/cwm14.gif
+www/truc/fck/images/smiley/fun/demis_roussos.gif
+www/truc/fck/images/smiley/fun/devil.gif
+www/truc/fck/images/smiley/fun/devil2.gif
+www/truc/fck/images/smiley/fun/double0smile.gif
+www/truc/fck/images/smiley/fun/eek3.gif
+www/truc/fck/images/smiley/fun/eltaf.gif
+www/truc/fck/images/smiley/fun/gele.gif
+www/truc/fck/images/smiley/fun/halm.gif
+www/truc/fck/images/smiley/fun/happy.gif
+www/truc/fck/images/smiley/fun/icon12.gif
+www/truc/fck/images/smiley/fun/icon23.gif
+www/truc/fck/images/smiley/fun/icon26.gif
+www/truc/fck/images/smiley/fun/icon_angel.gif
+www/truc/fck/images/smiley/fun/icon_bandit.gif
+www/truc/fck/images/smiley/fun/icon_bravo.gif
+www/truc/fck/images/smiley/fun/icon_clown.gif
+www/truc/fck/images/smiley/fun/jesors.gif
+www/truc/fck/images/smiley/fun/jesors1.gif
+www/truc/fck/images/smiley/fun/lol3.gif
+www/truc/fck/images/smiley/fun/love.gif
+www/truc/fck/images/smiley/fun/mad.gif
+www/truc/fck/images/smiley/fun/megaphone.gif
+www/truc/fck/images/smiley/fun/mmm.gif
+www/truc/fck/images/smiley/fun/music.gif
+www/truc/fck/images/smiley/fun/notify.gif
+www/truc/fck/images/smiley/fun/nuts.gif
+www/truc/fck/images/smiley/fun/obanon.gif
+www/truc/fck/images/smiley/fun/ouaip.gif
+www/truc/fck/images/smiley/fun/pleure.gif
+www/truc/fck/images/smiley/fun/plugin.gif
+www/truc/fck/images/smiley/fun/question.gif
+www/truc/fck/images/smiley/fun/question2.gif
+www/truc/fck/images/smiley/fun/rasta2.gif
+www/truc/fck/images/smiley/fun/rastapop.gif
+www/truc/fck/images/smiley/fun/rosebud.gif
+www/truc/fck/images/smiley/fun/sad.gif
+www/truc/fck/images/smiley/fun/sad2.gif
+www/truc/fck/images/smiley/fun/shocked.gif
+www/truc/fck/images/smiley/fun/sick.gif
+www/truc/fck/images/smiley/fun/sick2.gif
+www/truc/fck/images/smiley/fun/slaap.gif
+www/truc/fck/images/smiley/fun/sleep.gif
+www/truc/fck/images/smiley/fun/smile.gif
+www/truc/fck/images/smiley/fun/smiley_peur.gif
+www/truc/fck/images/smiley/fun/sors.gif
+www/truc/fck/images/smiley/fun/sovxx.gif
+www/truc/fck/images/smiley/fun/spamafote.gif
+www/truc/fck/images/smiley/fun/tap67.gif
+www/truc/fck/images/smiley/fun/thumbdown.gif
+www/truc/fck/images/smiley/fun/thumbup.gif
+www/truc/fck/images/smiley/fun/tigi.gif
+www/truc/fck/images/smiley/fun/toad666.gif
+www/truc/fck/images/smiley/fun/tongue.gif
+www/truc/fck/images/smiley/fun/tuffgong.gif
+www/truc/fck/images/smiley/fun/urgeman.gif
+www/truc/fck/images/smiley/fun/vanadium.gif
+www/truc/fck/images/smiley/fun/wink.gif
+www/truc/fck/images/smiley/fun/worship.gif
+www/truc/fck/images/smiley/fun/wouaf.gif
+www/truc/fck/images/smiley/fun/wow.gif
+www/truc/fck/images/smiley/fun/xp1700.gif
+www/truc/fck/images/smiley/fun/yltype.gif
+www/truc/fck/images/smiley/fun/yopyopyop.gif
+www/truc/fck/images/smiley/fun/youpi.gif
+www/truc/fck/images/smiley/fun/zoor.gif
+www/truc/fck/images/smiley/msn/angel_smile.gif
+www/truc/fck/images/smiley/msn/angry_smile.gif
+www/truc/fck/images/smiley/msn/broken_heart.gif
+www/truc/fck/images/smiley/msn/cake.gif
+www/truc/fck/images/smiley/msn/confused_smile.gif
+www/truc/fck/images/smiley/msn/cry_smile.gif
+www/truc/fck/images/smiley/msn/devil_smile.gif
+www/truc/fck/images/smiley/msn/embaressed_smile.gif
+www/truc/fck/images/smiley/msn/envelope.gif
+www/truc/fck/images/smiley/msn/heart.gif
+www/truc/fck/images/smiley/msn/kiss.gif
+www/truc/fck/images/smiley/msn/lightbulb.gif
+www/truc/fck/images/smiley/msn/omg_smile.gif
+www/truc/fck/images/smiley/msn/regular_smile.gif
+www/truc/fck/images/smiley/msn/sad_smile.gif
+www/truc/fck/images/smiley/msn/shades_smile.gif
+www/truc/fck/images/smiley/msn/teeth_smile.gif
+www/truc/fck/images/smiley/msn/thumbs_down.gif
+www/truc/fck/images/smiley/msn/thumbs_up.gif
+www/truc/fck/images/smiley/msn/tounge_smile.gif
+www/truc/fck/images/smiley/msn/whatchutalkingabout_smile.gif
+www/truc/fck/images/smiley/msn/wink_smile.gif
+www/truc/fck/images/toolbar/button.about.gif
+www/truc/fck/images/toolbar/button.bgcolor.gif
+www/truc/fck/images/toolbar/button.bold.gif
+www/truc/fck/images/toolbar/button.copy.gif
+www/truc/fck/images/toolbar/button.cut.gif
+www/truc/fck/images/toolbar/button.find.gif
+www/truc/fck/images/toolbar/button.image.gif
+www/truc/fck/images/toolbar/button.indent.gif
+www/truc/fck/images/toolbar/button.insertorderedlist.gif
+www/truc/fck/images/toolbar/button.insertunorderedlist.gif
+www/truc/fck/images/toolbar/button.italic.gif
+www/truc/fck/images/toolbar/button.justifycenter.gif
+www/truc/fck/images/toolbar/button.justifyfull.gif
+www/truc/fck/images/toolbar/button.justifyleft.gif
+www/truc/fck/images/toolbar/button.justifyright.gif
+www/truc/fck/images/toolbar/button.link.gif
+www/truc/fck/images/toolbar/button.outdent.gif
+www/truc/fck/images/toolbar/button.paste.gif
+www/truc/fck/images/toolbar/button.pastetext.gif
+www/truc/fck/images/toolbar/button.pasteword.gif
+www/truc/fck/images/toolbar/button.print.gif
+www/truc/fck/images/toolbar/button.redo.gif
+www/truc/fck/images/toolbar/button.removeformat.gif
+www/truc/fck/images/toolbar/button.rule.gif
+www/truc/fck/images/toolbar/button.selectall.gif
+www/truc/fck/images/toolbar/button.showdetails.gif
+www/truc/fck/images/toolbar/button.showtableborders.gif
+www/truc/fck/images/toolbar/button.smiley.gif
+www/truc/fck/images/toolbar/button.specialchar.gif
+www/truc/fck/images/toolbar/button.spellcheck.gif
+www/truc/fck/images/toolbar/button.strikethrough.gif
+www/truc/fck/images/toolbar/button.subscript.gif
+www/truc/fck/images/toolbar/button.superscript.gif
+www/truc/fck/images/toolbar/button.table.gif
+www/truc/fck/images/toolbar/button.textcolor.gif
+www/truc/fck/images/toolbar/button.underline.gif
+www/truc/fck/images/toolbar/button.undo.gif
+www/truc/fck/images/toolbar/button.unlink.gif
+www/truc/fck/images/toolbar/separator.gif
+www/truc/fck/js/dhtmled.js
+www/truc/fck/js/fck_actions.js
+www/truc/fck/js/fck_config.js
+www/truc/fck/js/fck_contextmenu.js
+www/truc/fck/js/fck_displaychange.js
+www/truc/fck/js/fck_editor.js
+www/truc/fck/js/fck_events.js
+www/truc/fck/js/fck_init.js
+www/truc/fck/js/fck_lang.js
+www/truc/fck/js/fck_toolbar.js
+www/truc/fck/js/fck_toolbaritems.js
+www/truc/fck/js/fck_xhtml.js
+www/truc/fck/lang/cs.js
+www/truc/fck/lang/da.js
+www/truc/fck/lang/de.js
+www/truc/fck/lang/en.js
+www/truc/fck/lang/es.js
+www/truc/fck/lang/fi.js
+www/truc/fck/lang/fr.js
+www/truc/fck/lang/gr.js
+www/truc/fck/lang/is.js
+www/truc/fck/lang/it.js
+www/truc/fck/lang/ko.js
+www/truc/fck/lang/nl.js
+www/truc/fck/lang/pl.js
+www/truc/fck/lang/pt-br.js
+www/truc/fck/lang/ro.js
+www/truc/fck/lang/ru.js
+www/truc/fck/lang/sk.js
+www/truc/fck/lang/sv.js
+www/truc/fck/lang/tr.js
+www/truc/fck/lang/zh-cn.js
+www/truc/fck/lang/zh-tw.js
+www/truc/fck/license.txt
+www/truc/fck_page.php
+www/truc/fckeditor.php
+www/truc/field_add_action.php
+www/truc/field_add_page.php
+www/truc/field_page.php
+www/truc/home_page.php
+www/truc/home_page2.php
+www/truc/images/1px_black.gif
+www/truc/images/1px_grey.gif
+www/truc/images/1px_transparent.gif
+www/truc/images/1px_white.gif
+www/truc/images/auto.gif
+www/truc/images/auto_man.gif
+www/truc/images/down.gif
+www/truc/images/down_arrow.gif
+www/truc/images/fail.gif
+www/truc/images/icons/RStatus/Approved.png
+www/truc/images/icons/RStatus/Completed.png
+www/truc/images/icons/RStatus/Implemented.png
+www/truc/images/icons/RStatus/New.png
+www/truc/images/icons/RStatus/Rejected.png
+www/truc/images/icons/RStatus/Released.png
+www/truc/images/icons/RStatus/Reviewed.png
+www/truc/images/icons/RStatus/template.bmp
+www/truc/images/icons/RTypes/Business.png
+www/truc/images/icons/RTypes/Functional.png
+www/truc/images/icons/RTypes/Nonfunctional.png
+www/truc/images/icons/RTypes/Standards.png
+www/truc/images/icons/RTypes/System.png
+www/truc/images/icons/bin.gif
+www/truc/images/icons/blank.gif
+www/truc/images/icons/bmp.jpg
+www/truc/images/icons/doc.jpg
+www/truc/images/icons/file.gif
+www/truc/images/icons/folder_closed.gif
+www/truc/images/icons/folder_gray.gif
+www/truc/images/icons/gif.jpg
+www/truc/images/icons/gz.jpg
+www/truc/images/icons/htm.jpg
+www/truc/images/icons/html.jpg
+www/truc/images/icons/html_cell.jpg
+www/truc/images/icons/html_check_button.jpg
+www/truc/images/icons/html_combobox.jpg
+www/truc/images/icons/html_edit.jpg
+www/truc/images/icons/html_link.jpg
+www/truc/images/icons/html_page.jpg
+www/truc/images/icons/html_push_button.jpg
+www/truc/images/icons/html_table.jpg
+www/truc/images/icons/jpg.jpg
+www/truc/images/icons/link.gif
+www/truc/images/icons/lock.gif
+www/truc/images/icons/mag.jpg
+www/truc/images/icons/mdb.jpg
+www/truc/images/icons/move.gif
+www/truc/images/icons/paperclip.gif
+www/truc/images/icons/pdf.jpg
+www/truc/images/icons/ppt.jpg
+www/truc/images/icons/tar.jpg
+www/truc/images/icons/unknown.gif
+www/truc/images/icons/unknown.jpg
+www/truc/images/icons/unknown1.jpg
+www/truc/images/icons/xls.jpg
+www/truc/images/icons/zip.jpg
+www/truc/images/info.gif
+www/truc/images/issue.gif
+www/truc/images/load_test.gif
+www/truc/images/logo.png
+www/truc/images/manual.gif
+www/truc/images/paperclip.gif
+www/truc/images/pass.gif
+www/truc/images/tree_dots_column.gif
+www/truc/images/tree_dots_l.gif
+www/truc/images/tree_dots_minus.gif
+www/truc/images/tree_dots_minus_b.gif
+www/truc/images/tree_dots_plus.gif
+www/truc/images/tree_dots_plus_b.gif
+www/truc/images/tree_dots_t.gif
+www/truc/images/tree_folder.gif
+www/truc/images/tree_folder_b.gif
+www/truc/images/up.gif
+www/truc/images/up_arrow.gif
+www/truc/images/update.gif
+www/truc/index.php
+www/truc/lang/strings_english.txt
+www/truc/login.php
+www/truc/login_confirm_password_inc.php
+www/truc/login_cookie_test.php
+www/truc/login_inc.php
+www/truc/login_reset_password_action.php
+www/truc/login_reset_password_page.php
+www/truc/login_switch_proj.php
+www/truc/login_validate.php
+www/truc/logout.php
+www/truc/page_template.php
+www/truc/project_add_action.php
+www/truc/project_add_area_action.php
+www/truc/project_add_bug_category_action.php
+www/truc/project_add_bug_component_action.php
+www/truc/project_add_environment_action.php
+www/truc/project_add_machine_action.php
+www/truc/project_add_page.php
+www/truc/project_add_reqareacovered_action.php
+www/truc/project_add_reqdoctype_action.php
+www/truc/project_add_reqfunctionality_action.php
+www/truc/project_add_testdoctype_action.php
+www/truc/project_add_testtype_action.php
+www/truc/project_add_users_action.php
+www/truc/project_archive_results_action.php
+www/truc/project_archive_results_page.php
+www/truc/project_archive_tests_action.php
+www/truc/project_archive_tests_page.php
+www/truc/project_edit_action.php
+www/truc/project_edit_area_tested_action.php
+www/truc/project_edit_area_tested_page.php
+www/truc/project_edit_bug_category_action.php
+www/truc/project_edit_bug_category_page.php
+www/truc/project_edit_bug_component_action.php
+www/truc/project_edit_bug_component_page.php
+www/truc/project_edit_environment_action.php
+www/truc/project_edit_environment_page.php
+www/truc/project_edit_machine_action.php
+www/truc/project_edit_machine_page.php
+www/truc/project_edit_reqareacovered_action.php
+www/truc/project_edit_reqareacovered_page.php
+www/truc/project_edit_reqdoctype_action.php
+www/truc/project_edit_reqdoctype_page.php
+www/truc/project_edit_reqfunctionality_action.php
+www/truc/project_edit_reqfunctionality_page.php
+www/truc/project_edit_testdoctype_action.php
+www/truc/project_edit_testdoctype_page.php
+www/truc/project_edit_testtype_action.php
+www/truc/project_edit_testtype_page.php
+www/truc/project_edit_user_action.php
+www/truc/project_edit_user_page.php
+www/truc/project_manage_areatested_page.php
+www/truc/project_manage_bug_category_page.php
+www/truc/project_manage_bug_component_page.php
+www/truc/project_manage_environment_page.php
+www/truc/project_manage_machines_page.php
+www/truc/project_manage_page.php
+www/truc/project_manage_release_add_action.php
+www/truc/project_manage_release_edit_action.php
+www/truc/project_manage_release_edit_page.php
+www/truc/project_manage_release_page.php
+www/truc/project_manage_release_page_action.php
+www/truc/project_manage_reqareacovered_page.php
+www/truc/project_manage_reqdoctype_page.php
+www/truc/project_manage_reqfunctionality_page.php
+www/truc/project_manage_testareatested_page.php
+www/truc/project_manage_testdoctype_page.php
+www/truc/project_manage_testenvironment_page.php
+www/truc/project_manage_testmachines_page.php
+www/truc/project_manage_testtype_page.php
+www/truc/release_add_action.php
+www/truc/release_edit_action.php
+www/truc/release_edit_page.php
+www/truc/release_page.php
+www/truc/release_signoff_action.php
+www/truc/release_signoff_page.php
+www/truc/requirement_add_action.php
+www/truc/requirement_add_discussion_action.php
+www/truc/requirement_add_folder.php
+www/truc/requirement_add_new_version_action.php
+www/truc/requirement_add_new_version_page.php
+www/truc/requirement_add_page.php
+www/truc/requirement_assoc_action.php
+www/truc/requirement_assoc_page.php
+www/truc/requirement_associations_page.php
+www/truc/requirement_change_assigned_release_page.php
+www/truc/requirement_change_status_page.php
+www/truc/requirement_compare.php
+www/truc/requirement_delete_assoc_action.php
+www/truc/requirement_detail_page.php
+www/truc/requirement_discussion_action.php
+www/truc/requirement_discussion_close_page.php
+www/truc/requirement_discussion_page.php
+www/truc/requirement_edit_action.php
+www/truc/requirement_edit_page.php
+www/truc/requirement_group_action.php
+www/truc/requirement_group_action_page.php
+www/truc/requirement_notification_action.php
+www/truc/requirement_notification_page.php
+www/truc/requirement_page.php
+www/truc/requirement_releases_assoc_action.php
+www/truc/requirement_releases_assoc_page.php
+www/truc/requirement_search.php
+www/truc/requirement_search_results.php
+www/truc/requirement_test_assoc_action.php
+www/truc/requirement_tests_assoc_action.php
+www/truc/requirement_tests_assoc_page.php
+www/truc/requirement_tests_assoc_report_page.php
+www/truc/requirement_update.php
+www/truc/requirement_version_detail_page.php
+www/truc/requirement_version_history_page.php
+www/truc/requirement_version_view.php
+www/truc/requirement_version_view_history_page.php
+www/truc/setup.php
+www/truc/test_add_action.php
+www/truc/test_add_doc_version_action.php
+www/truc/test_add_doc_version_page.php
+www/truc/test_add_page.php
+www/truc/test_add_version_action.php
+www/truc/test_add_version_page.php
+www/truc/test_delete_assoc_action.php
+www/truc/test_detail_delete_action.php
+www/truc/test_detail_delete_page.php
+www/truc/test_detail_new_upload_action.php
+www/truc/test_detail_page.php
+www/truc/test_detail_update_action.php
+www/truc/test_detail_update_page.php
+www/truc/test_doc_history_page.php
+www/truc/test_group_action.php
+www/truc/test_group_action_page.php
+www/truc/test_page.php
+www/truc/test_req_assoc_action.php
+www/truc/test_req_assoc_page.php
+www/truc/test_step_add_action.php
+www/truc/test_step_edit_action.php
+www/truc/test_step_edit_page.php
+www/truc/test_version_make_active_action.php
+www/truc/user_add_action.php
+www/truc/user_add_page.php
+www/truc/user_edit_account_action.php
+www/truc/user_edit_account_page.php
+www/truc/user_edit_action.php
+www/truc/user_edit_my_account_action.php
+www/truc/user_edit_my_account_page.php
+www/truc/user_edit_page.php
+www/truc/user_manage_page.php
+@dirrmtry www/truc/lang
+@dirrmtry www/truc/images/icons/RTypes
+@dirrmtry www/truc/images/icons/RStatus
+@dirrmtry www/truc/images/icons
+@dirrmtry www/truc/images
+@dirrmtry www/truc/file_upload
+@dirrmtry www/truc/fck/lang
+@dirrmtry www/truc/fck/js
+@dirrmtry www/truc/fck/images/toolbar
+@dirrmtry www/truc/fck/images/smiley/msn
+@dirrmtry www/truc/fck/images/smiley/fun
+@dirrmtry www/truc/fck/images/smiley
+@dirrmtry www/truc/fck/images
+@dirrmtry www/truc/fck/filemanager/browse/sample_php
+@dirrmtry www/truc/fck/filemanager/browse/sample_jsp
+@dirrmtry www/truc/fck/filemanager/browse/sample_html/images
+@dirrmtry www/truc/fck/filemanager/browse/sample_html
+@dirrmtry www/truc/fck/filemanager/browse
+@dirrmtry www/truc/fck/filemanager
+@dirrmtry www/truc/fck/dialog/fck_about
+@dirrmtry www/truc/fck/dialog
+@dirrmtry www/truc/fck/css
+@dirrmtry www/truc/fck
+@dirrmtry www/truc/docs
+@dirrmtry www/truc/css
+@dirrmtry www/truc/api
+@dirrmtry www/truc/adodb-4.65/xsl
+@dirrmtry www/truc/adodb-4.65/tests
+@dirrmtry www/truc/adodb-4.65/session/old
+@dirrmtry www/truc/adodb-4.65/session
+@dirrmtry www/truc/adodb-4.65/perf
+@dirrmtry www/truc/adodb-4.65/pear/auth/container
+@dirrmtry www/truc/adodb-4.65/pear/auth
+@dirrmtry www/truc/adodb-4.65/pear
+@dirrmtry www/truc/adodb-4.65/lang
+@dirrmtry www/truc/adodb-4.65/drivers
+@dirrmtry www/truc/adodb-4.65/docs
+@dirrmtry www/truc/adodb-4.65/datadict
+@dirrmtry www/truc/adodb-4.65/cute_icons_for_site
+@dirrmtry www/truc/adodb-4.65/contrib
+@dirrmtry www/truc/adodb-4.65
+@dirrmtry www/truc/FCKeditor/editor/skins/silver/toolbar
+@dirrmtry www/truc/FCKeditor/editor/skins/silver/images
+@dirrmtry www/truc/FCKeditor/editor/skins/silver
+@dirrmtry www/truc/FCKeditor/editor/skins/office2003/toolbar
+@dirrmtry www/truc/FCKeditor/editor/skins/office2003/images
+@dirrmtry www/truc/FCKeditor/editor/skins/office2003
+@dirrmtry www/truc/FCKeditor/editor/skins/default/toolbar
+@dirrmtry www/truc/FCKeditor/editor/skins/default/images
+@dirrmtry www/truc/FCKeditor/editor/skins/default
+@dirrmtry www/truc/FCKeditor/editor/skins
+@dirrmtry www/truc/FCKeditor/editor/plugins/tablecommands
+@dirrmtry www/truc/FCKeditor/editor/plugins/placeholder/lang
+@dirrmtry www/truc/FCKeditor/editor/plugins/placeholder
+@dirrmtry www/truc/FCKeditor/editor/plugins
+@dirrmtry www/truc/FCKeditor/editor/lang
+@dirrmtry www/truc/FCKeditor/editor/js
+@dirrmtry www/truc/FCKeditor/editor/images/smiley/msn
+@dirrmtry www/truc/FCKeditor/editor/images/smiley/fun
+@dirrmtry www/truc/FCKeditor/editor/images/smiley
+@dirrmtry www/truc/FCKeditor/editor/images
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/js
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/toolbar
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons/32
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images/icons
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/images
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/images
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/dtd
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/docs
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands/helpers
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/commands
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php/auth
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors/php
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk/connectors
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/mcpuk
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/js
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/images/icons/32
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/images/icons
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/images
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/connectors/php
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/connectors/perl
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/connectors/cfm
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/connectors/aspx
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/connectors/asp
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default/connectors
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser/default
+@dirrmtry www/truc/FCKeditor/editor/filemanager/browser
+@dirrmtry www/truc/FCKeditor/editor/filemanager
+@dirrmtry www/truc/FCKeditor/editor/dialog/js
+@dirrmtry www/truc/FCKeditor/editor/dialog/images
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_universalkey
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_template/images
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_template
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_spellerpages/spellerpages
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_spellerpages
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_select
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_link
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_image
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_docprops
+@dirrmtry www/truc/FCKeditor/editor/dialog/fck_about
+@dirrmtry www/truc/FCKeditor/editor/dialog/css
+@dirrmtry www/truc/FCKeditor/editor/dialog/common/images
+@dirrmtry www/truc/FCKeditor/editor/dialog/common
+@dirrmtry www/truc/FCKeditor/editor/dialog
+@dirrmtry www/truc/FCKeditor/editor/css/behaviors
+@dirrmtry www/truc/FCKeditor/editor/css
+@dirrmtry www/truc/FCKeditor/editor/_source/internals
+@dirrmtry www/truc/FCKeditor/editor/_source/globals
+@dirrmtry www/truc/FCKeditor/editor/_source/commandclasses
+@dirrmtry www/truc/FCKeditor/editor/_source/classes
+@dirrmtry www/truc/FCKeditor/editor/_source
+@dirrmtry www/truc/FCKeditor/editor
+@dirrmtry www/truc/FCKeditor/_testcases
+@dirrmtry www/truc/FCKeditor/_samples/php
+@dirrmtry www/truc/FCKeditor/_samples/perl
+@dirrmtry www/truc/FCKeditor/_samples/html
+@dirrmtry www/truc/FCKeditor/_samples/cfm
+@dirrmtry www/truc/FCKeditor/_samples/aspx
+@dirrmtry www/truc/FCKeditor/_samples/asp
+@dirrmtry www/truc/FCKeditor/_samples/_plugins/findreplace/lang
+@dirrmtry www/truc/FCKeditor/_samples/_plugins/findreplace
+@dirrmtry www/truc/FCKeditor/_samples/_plugins
+@dirrmtry www/truc/FCKeditor/_samples
+@dirrmtry www/truc/FCKeditor/_packager
+@dirrmtry www/truc/FCKeditor/_docs/contents/002/filebrowserconnectors/sampleresponses
+@dirrmtry www/truc/FCKeditor/_docs/contents/002/filebrowserconnectors
+@dirrmtry www/truc/FCKeditor/_docs/contents/002
+@dirrmtry www/truc/FCKeditor/_docs/contents
+@dirrmtry www/truc/FCKeditor/_docs
+@dirrmtry www/truc/FCKeditor
+@dirrmtry www/truc