summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2009-06-14 04:51:35 +0000
committertaca <taca@pkgsrc.org>2009-06-14 04:51:35 +0000
commit18c7268e704b3df44a5405a3a41708117d93868f (patch)
tree166587375ae87ee60eb08c199ed849ef4c27639b
parentc8ec279f30320b5646ca66da89cedaf8067f6e1f (diff)
downloadpkgsrc-18c7268e704b3df44a5405a3a41708117d93868f.tar.gz
Importing www/opengoo 1.4.1 package.
OpenGoo is an easy to use Open Source Web Office. Manage tasks, documents, contacts, e-mail, calendar, and more... Manage project progress, track time, and bill your customers. Access all information from a single and elegant dashboard. Communicate with co-workers, clients and vendors.
-rw-r--r--www/opengoo/DEINSTALL10
-rw-r--r--www/opengoo/DESCR7
-rw-r--r--www/opengoo/Makefile54
-rw-r--r--www/opengoo/PLIST3410
-rw-r--r--www/opengoo/distinfo5
5 files changed, 3486 insertions, 0 deletions
diff --git a/www/opengoo/DEINSTALL b/www/opengoo/DEINSTALL
new file mode 100644
index 00000000000..9abb33cdc15
--- /dev/null
+++ b/www/opengoo/DEINSTALL
@@ -0,0 +1,10 @@
+# $NetBSD: DEINSTALL,v 1.1.1.1 2009/06/14 04:51:37 taca Exp $
+
+OG_DIR="@PREFIX@/@OG_DIR@"
+
+case ${STAGE} in
+DEINSTALL)
+ # remove cache files.
+ ${FIND} ${OG_DIR}/cache ${OG_DIR}/tmp -type f -exec ${RM} -f {} \;
+ ;;
+esac
diff --git a/www/opengoo/DESCR b/www/opengoo/DESCR
new file mode 100644
index 00000000000..1c824183e59
--- /dev/null
+++ b/www/opengoo/DESCR
@@ -0,0 +1,7 @@
+OpenGoo is an easy to use Open Source Web Office.
+
+Manage tasks, documents, contacts, e-mail, calendar, and more...
+Manage project progress, track time, and bill your customers.
+Access all information from a single and elegant dashboard.
+Communicate with co-workers, clients and vendors.
+
diff --git a/www/opengoo/Makefile b/www/opengoo/Makefile
new file mode 100644
index 00000000000..52583c82627
--- /dev/null
+++ b/www/opengoo/Makefile
@@ -0,0 +1,54 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/06/14 04:51:35 taca Exp $
+#
+
+DISTNAME= opengoo_${VER}
+PKGNAME= opengoo-${VER}
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opengoo/}
+EXTRACT_SUFX= .zip
+
+MAINTAINER= taca@NetBSD.org
+HOMEPAGE= http://www.opengoo.org/
+COMMENT= Easy to use Open Source Web Office
+LICENSE= gnu-gpl-v3
+
+#DEPENDS+= ${PHP_PKG_PREFIX}-gd>=5.1.0:../../graphics/php-gd
+DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=5.1.0:../../databases/php-mysql
+
+PKG_DESTDIR_SUPPORT= user-destdir
+VER= 1.4.1
+
+WRKSRC= ${WRKDIR}/opengoo
+USE_TOOLS= pax
+NO_BUILD= yes
+
+OWN_DIRS_PERMS+= ${OG_DIR}/public/files ${BINOWN} ${APACHE_GROUP} 0775
+OWN_DIRS_PERMS+= ${OG_DIR}/upload ${BINOWN} ${APACHE_GROUP} 0770
+OWN_DIRS_PERMS+= ${OG_DIR}/cache ${BINOWN} ${APACHE_GROUP} 0770
+OWN_DIRS_PERMS+= ${OG_DIR}/tmp ${BINOWN} ${APACHE_GROUP} 0770
+OWN_DIRS_PERMS+= ${OG_DIR}/config ${BINOWN} ${APACHE_GROUP} 0770
+MAKE_DIRS_PERMS+= ${OG_DIR}/tmp/saveatt ${BINOWN} ${APACHE_GROUP} 0770
+
+BUILD_DEFS+= APACHE_GROUP
+FILES_SUBST+= OG_DIR=${OG_DIR}
+PLIST_SUBST+= OG_DIR=${OG_DIR}
+
+.include "../../mk/bsd.prefs.mk"
+
+OG_DIR?= share/opengoo
+
+post-extract:
+ cd ${WRKSRC}; ${FIND} . -type f -exec ${CHMOD} -x {} \;
+
+pre-install:
+ cd ${WRKSRC}; ${RM} -f .buildpath .project \
+ application/views/files/.cvsignore \
+ environment/classes/.cvsignore \
+ config/empty.config.php
+
+do-install:
+ cd ${WRKSRC}; ${FIND} . -type f -print | \
+ pax -rw ${DESTDIR}${PREFIX}/${OG_DIR}
+
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/opengoo/PLIST b/www/opengoo/PLIST
new file mode 100644
index 00000000000..dde40151d56
--- /dev/null
+++ b/www/opengoo/PLIST
@@ -0,0 +1,3410 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/06/14 04:51:37 taca Exp $
+${OG_DIR}/.htaccess
+${OG_DIR}/application/application.php
+${OG_DIR}/application/controllers/AccessController.class.php
+${OG_DIR}/application/controllers/AccountController.class.php
+${OG_DIR}/application/controllers/AdministrationController.class.php
+${OG_DIR}/application/controllers/ApplicationController.class.php
+${OG_DIR}/application/controllers/BackupController.class.php
+${OG_DIR}/application/controllers/BillingController.class.php
+${OG_DIR}/application/controllers/CommentController.class.php
+${OG_DIR}/application/controllers/CompanyController.class.php
+${OG_DIR}/application/controllers/ConfigController.class.php
+${OG_DIR}/application/controllers/ContactController.class.php
+${OG_DIR}/application/controllers/DashboardController.class.php
+${OG_DIR}/application/controllers/ErrorController.class.php
+${OG_DIR}/application/controllers/EventController.class.php
+${OG_DIR}/application/controllers/FeedController.class.php
+${OG_DIR}/application/controllers/FilesController.class.php
+${OG_DIR}/application/controllers/FormController.class.php
+${OG_DIR}/application/controllers/GroupController.class.php
+${OG_DIR}/application/controllers/GuiController.class.php
+${OG_DIR}/application/controllers/HelpController.class.php
+${OG_DIR}/application/controllers/MailController.class.php
+${OG_DIR}/application/controllers/MessageController.class.php
+${OG_DIR}/application/controllers/MilestoneController.class.php
+${OG_DIR}/application/controllers/ObjectController.class.php
+${OG_DIR}/application/controllers/ProjectController.class.php
+${OG_DIR}/application/controllers/PropertyController.class.php
+${OG_DIR}/application/controllers/ReportingController.class.php
+${OG_DIR}/application/controllers/SearchController.class.php
+${OG_DIR}/application/controllers/TagController.class.php
+${OG_DIR}/application/controllers/TaskController.class.php
+${OG_DIR}/application/controllers/TemplateController.class.php
+${OG_DIR}/application/controllers/TimeController.class.php
+${OG_DIR}/application/controllers/TimeslotController.class.php
+${OG_DIR}/application/controllers/ToolController.class.php
+${OG_DIR}/application/controllers/UserController.class.php
+${OG_DIR}/application/controllers/WebpageController.class.php
+${OG_DIR}/application/cron_functions.php
+${OG_DIR}/application/functions.php
+${OG_DIR}/application/helpers/application.php
+${OG_DIR}/application/helpers/breadcrumbs.php
+${OG_DIR}/application/helpers/common.php
+${OG_DIR}/application/helpers/company_website.php
+${OG_DIR}/application/helpers/form.php
+${OG_DIR}/application/helpers/format.php
+${OG_DIR}/application/helpers/page.php
+${OG_DIR}/application/helpers/pageactions.php
+${OG_DIR}/application/helpers/pagination.php
+${OG_DIR}/application/helpers/permissions.php
+${OG_DIR}/application/helpers/project_website.php
+${OG_DIR}/application/helpers/tabbednavigation.php
+${OG_DIR}/application/helpers/textile.php
+${OG_DIR}/application/hooks/opengoo_hooks.php
+${OG_DIR}/application/layouts/dialog.php
+${OG_DIR}/application/layouts/error.php
+${OG_DIR}/application/layouts/html.php
+${OG_DIR}/application/layouts/ical.php
+${OG_DIR}/application/layouts/javascripts.php
+${OG_DIR}/application/layouts/json.php
+${OG_DIR}/application/layouts/listeners.php
+${OG_DIR}/application/layouts/slideshow.php
+${OG_DIR}/application/layouts/website.php
+${OG_DIR}/application/layouts/xml.php
+${OG_DIR}/application/models/ApplicationDataObject.class.php
+${OG_DIR}/application/models/CompanyWebsite.class.php
+${OG_DIR}/application/models/ProjectDataObject.class.php
+${OG_DIR}/application/models/ProjectDataObjects.class.php
+${OG_DIR}/application/models/PublicFiles.class.php
+${OG_DIR}/application/models/VersionChecker.class.php
+${OG_DIR}/application/models/administration_tools/AdministrationTool.class.php
+${OG_DIR}/application/models/administration_tools/AdministrationTools.class.php
+${OG_DIR}/application/models/administration_tools/base/BaseAdministrationTool.class.php
+${OG_DIR}/application/models/administration_tools/base/BaseAdministrationTools.class.php
+${OG_DIR}/application/models/anonymous_users/AnonymousUser.class.php
+${OG_DIR}/application/models/application_logs/ApplicationLog.class.php
+${OG_DIR}/application/models/application_logs/ApplicationLogs.class.php
+${OG_DIR}/application/models/application_logs/base/BaseApplicationLog.class.php
+${OG_DIR}/application/models/application_logs/base/BaseApplicationLogs.class.php
+${OG_DIR}/application/models/billing_categories/BillingCategories.class.php
+${OG_DIR}/application/models/billing_categories/BillingCategory.class.php
+${OG_DIR}/application/models/billing_categories/base/BaseBillingCategories.class.php
+${OG_DIR}/application/models/billing_categories/base/BaseBillingCategory.class.php
+${OG_DIR}/application/models/comments/Comment.class.php
+${OG_DIR}/application/models/comments/Comments.class.php
+${OG_DIR}/application/models/comments/base/BaseComment.class.php
+${OG_DIR}/application/models/comments/base/BaseComments.class.php
+${OG_DIR}/application/models/companies/Companies.class.php
+${OG_DIR}/application/models/companies/Company.class.php
+${OG_DIR}/application/models/companies/base/BaseCompanies.class.php
+${OG_DIR}/application/models/companies/base/BaseCompany.class.php
+${OG_DIR}/application/models/config_categories/ConfigCategories.class.php
+${OG_DIR}/application/models/config_categories/ConfigCategory.class.php
+${OG_DIR}/application/models/config_categories/base/BaseConfigCategories.class.php
+${OG_DIR}/application/models/config_categories/base/BaseConfigCategory.class.php
+${OG_DIR}/application/models/config_handlers/complex/FileStorageConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/InitialWorkspaceConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/LocalizationConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/MailTransportConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/SecureSmtpConnectionConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/ShowContextHelpConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/ThemeConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/complex/UserCompanyConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/BoolConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/ConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/DateTimeConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/FloatConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/IntegerConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/PasswordConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/StringConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/TextConfigHandler.class.php
+${OG_DIR}/application/models/config_handlers/general/TimeConfigHandler.class.php
+${OG_DIR}/application/models/config_options/ConfigOption.class.php
+${OG_DIR}/application/models/config_options/ConfigOptions.class.php
+${OG_DIR}/application/models/config_options/base/BaseConfigOption.class.php
+${OG_DIR}/application/models/config_options/base/BaseConfigOptions.class.php
+${OG_DIR}/application/models/contact_im_values/ContactImValue.class.php
+${OG_DIR}/application/models/contact_im_values/ContactImValues.class.php
+${OG_DIR}/application/models/contact_im_values/base/BaseContactImValue.class.php
+${OG_DIR}/application/models/contact_im_values/base/BaseContactImValues.class.php
+${OG_DIR}/application/models/contacts/Contact.class.php
+${OG_DIR}/application/models/contacts/Contacts.class.php
+${OG_DIR}/application/models/contacts/base/BaseContact.class.php
+${OG_DIR}/application/models/contacts/base/BaseContacts.class.php
+${OG_DIR}/application/models/cron_events/CronEvent.class.php
+${OG_DIR}/application/models/cron_events/CronEvents.class.php
+${OG_DIR}/application/models/cron_events/base/BaseCronEvent.class.php
+${OG_DIR}/application/models/cron_events/base/BaseCronEvents.class.php
+${OG_DIR}/application/models/custom_properties/CustomProperties.class.php
+${OG_DIR}/application/models/custom_properties/CustomProperty.class.php
+${OG_DIR}/application/models/custom_properties/base/BaseCustomProperties.class.php
+${OG_DIR}/application/models/custom_properties/base/BaseCustomProperty.class.php
+${OG_DIR}/application/models/custom_property_values/CustomPropertyValue.class.php
+${OG_DIR}/application/models/custom_property_values/CustomPropertyValues.class.php
+${OG_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValue.class.php
+${OG_DIR}/application/models/custom_property_values/base/BaseCustomPropertyValues.class.php
+${OG_DIR}/application/models/errors/AdministratorDnxError.class.php
+${OG_DIR}/application/models/errors/OwnerCompanyDnxError.class.php
+${OG_DIR}/application/models/event_invitations/EventInvitation.class.php
+${OG_DIR}/application/models/event_invitations/EventInvitations.class.php
+${OG_DIR}/application/models/event_invitations/base/BaseEventInvitation.class.php
+${OG_DIR}/application/models/event_invitations/base/BaseEventInvitations.class.php
+${OG_DIR}/application/models/event_reminders/EventReminder.class.php
+${OG_DIR}/application/models/event_reminders/EventReminders.class.php
+${OG_DIR}/application/models/event_reminders/base/BaseEventReminder.class.php
+${OG_DIR}/application/models/event_reminders/base/BaseEventReminders.class.php
+${OG_DIR}/application/models/file_types/FileType.class.php
+${OG_DIR}/application/models/file_types/FileTypes.class.php
+${OG_DIR}/application/models/file_types/base/BaseFileType.class.php
+${OG_DIR}/application/models/file_types/base/BaseFileTypes.class.php
+${OG_DIR}/application/models/group_users/GroupUser.class.php
+${OG_DIR}/application/models/group_users/GroupUsers.class.php
+${OG_DIR}/application/models/group_users/base/BaseGroupUser.class.php
+${OG_DIR}/application/models/group_users/base/BaseGroupUsers.class.php
+${OG_DIR}/application/models/groups/Group.class.php
+${OG_DIR}/application/models/groups/Groups.class.php
+${OG_DIR}/application/models/groups/base/BaseGroup.class.php
+${OG_DIR}/application/models/groups/base/BaseGroups.class.php
+${OG_DIR}/application/models/im_types/ImType.class.php
+${OG_DIR}/application/models/im_types/ImTypes.class.php
+${OG_DIR}/application/models/im_types/base/BaseImType.class.php
+${OG_DIR}/application/models/im_types/base/BaseImTypes.class.php
+${OG_DIR}/application/models/linked_objects/LinkedObject.class.php
+${OG_DIR}/application/models/linked_objects/LinkedObjects.class.php
+${OG_DIR}/application/models/linked_objects/base/BaseLinkedObject.class.php
+${OG_DIR}/application/models/linked_objects/base/BaseLinkedObjects.class.php
+${OG_DIR}/application/models/mail_account_imap_folder/MailAccountImapFolder.class.php
+${OG_DIR}/application/models/mail_account_imap_folder/MailAccountImapFolders.class.php
+${OG_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolder.class.php
+${OG_DIR}/application/models/mail_account_imap_folder/base/BaseMailAccountImapFolders.class.php
+${OG_DIR}/application/models/mail_accounts/MailAccount.class.php
+${OG_DIR}/application/models/mail_accounts/MailAccounts.class.php
+${OG_DIR}/application/models/mail_accounts/base/BaseMailAccount.class.php
+${OG_DIR}/application/models/mail_accounts/base/BaseMailAccounts.class.php
+${OG_DIR}/application/models/mail_contents/MailContent.class.php
+${OG_DIR}/application/models/mail_contents/MailContents.class.php
+${OG_DIR}/application/models/mail_contents/base/BaseMailContent.class.php
+${OG_DIR}/application/models/mail_contents/base/BaseMailContents.class.php
+${OG_DIR}/application/models/notifier/Notifier.class.php
+${OG_DIR}/application/models/notifier/NotifierConnectionError.class.php
+${OG_DIR}/application/models/object_handins/ObjectHandin.class.php
+${OG_DIR}/application/models/object_handins/ObjectHandins.class.php
+${OG_DIR}/application/models/object_handins/base/BaseObjectHandin.class.php
+${OG_DIR}/application/models/object_handins/base/BaseObjectHandins.class.php
+${OG_DIR}/application/models/object_properties/ObjectProperties.class.php
+${OG_DIR}/application/models/object_properties/ObjectProperty.class.php
+${OG_DIR}/application/models/object_properties/base/BaseObjectProperties.class.php
+${OG_DIR}/application/models/object_properties/base/BaseObjectProperty.class.php
+${OG_DIR}/application/models/object_reminder_types/ObjectReminderType.class.php
+${OG_DIR}/application/models/object_reminder_types/ObjectReminderTypes.class.php
+${OG_DIR}/application/models/object_reminder_types/base/BaseObjectReminderType.class.php
+${OG_DIR}/application/models/object_reminder_types/base/BaseObjectReminderTypes.class.php
+${OG_DIR}/application/models/object_reminders/ObjectReminder.class.php
+${OG_DIR}/application/models/object_reminders/ObjectReminders.class.php
+${OG_DIR}/application/models/object_reminders/base/BaseObjectReminder.class.php
+${OG_DIR}/application/models/object_reminders/base/BaseObjectReminders.class.php
+${OG_DIR}/application/models/object_subscriptions/ObjectSubscription.class.php
+${OG_DIR}/application/models/object_subscriptions/ObjectSubscriptions.class.php
+${OG_DIR}/application/models/object_subscriptions/base/BaseObjectSubscription.class.php
+${OG_DIR}/application/models/object_subscriptions/base/BaseObjectSubscriptions.class.php
+${OG_DIR}/application/models/object_user_permissions/ObjectUserPermission.class.php
+${OG_DIR}/application/models/object_user_permissions/ObjectUserPermissions.class.php
+${OG_DIR}/application/models/object_user_permissions/base/BaseObjectUserPermission.class.php
+${OG_DIR}/application/models/object_user_permissions/base/BaseObjectUserPermissions.class.php
+${OG_DIR}/application/models/project_chart_params/ProjectChartParam.class.php
+${OG_DIR}/application/models/project_chart_params/ProjectChartParams.class.php
+${OG_DIR}/application/models/project_chart_params/base/BaseProjectChartParam.class.php
+${OG_DIR}/application/models/project_chart_params/base/BaseProjectChartParams.class.php
+${OG_DIR}/application/models/project_charts/ProjectChart.class.php
+${OG_DIR}/application/models/project_charts/ProjectChartFactory.class.php
+${OG_DIR}/application/models/project_charts/ProjectCharts.class.php
+${OG_DIR}/application/models/project_charts/base/BaseProjectChart.class.php
+${OG_DIR}/application/models/project_charts/base/BaseProjectCharts.class.php
+${OG_DIR}/application/models/project_charts/types/BudgetExecution.class.php
+${OG_DIR}/application/models/project_charts/types/BudgetExecutionTrack.class.php
+${OG_DIR}/application/models/project_charts/types/MonthlyBudgetExecution.class.php
+${OG_DIR}/application/models/project_charts/types/ObjectTypeCount.class.php
+${OG_DIR}/application/models/project_charts/types/ProjectBillingByUser.class.php
+${OG_DIR}/application/models/project_charts/types/TasksByDueDate.class.php
+${OG_DIR}/application/models/project_companies/ProjectCompanies.class.php
+${OG_DIR}/application/models/project_companies/ProjectCompany.class.php
+${OG_DIR}/application/models/project_companies/base/BaseProjectCompanies.class.php
+${OG_DIR}/application/models/project_companies/base/BaseProjectCompany.class.php
+${OG_DIR}/application/models/project_contacts/ProjectContact.class.php
+${OG_DIR}/application/models/project_contacts/ProjectContacts.class.php
+${OG_DIR}/application/models/project_contacts/base/BaseProjectContact.class.php
+${OG_DIR}/application/models/project_contacts/base/BaseProjectContacts.class.php
+${OG_DIR}/application/models/project_events/ProjectEvent.class.php
+${OG_DIR}/application/models/project_events/ProjectEvents.class.php
+${OG_DIR}/application/models/project_events/base/BaseProjectEvent.class.php
+${OG_DIR}/application/models/project_events/base/BaseProjectEvents.class.php
+${OG_DIR}/application/models/project_file_revisions/ProjectFileRevision.class.php
+${OG_DIR}/application/models/project_file_revisions/ProjectFileRevisions.class.php
+${OG_DIR}/application/models/project_file_revisions/base/BaseProjectFileRevision.class.php
+${OG_DIR}/application/models/project_file_revisions/base/BaseProjectFileRevisions.class.php
+${OG_DIR}/application/models/project_files/ProjectFile.class.php
+${OG_DIR}/application/models/project_files/ProjectFiles.class.php
+${OG_DIR}/application/models/project_files/base/BaseProjectFile.class.php
+${OG_DIR}/application/models/project_files/base/BaseProjectFiles.class.php
+${OG_DIR}/application/models/project_forms/ProjectForm.class.php
+${OG_DIR}/application/models/project_forms/ProjectForms.class.php
+${OG_DIR}/application/models/project_forms/base/BaseProjectForm.class.php
+${OG_DIR}/application/models/project_forms/base/BaseProjectForms.class.php
+${OG_DIR}/application/models/project_messages/ProjectMessage.class.php
+${OG_DIR}/application/models/project_messages/ProjectMessages.class.php
+${OG_DIR}/application/models/project_messages/base/BaseProjectMessage.class.php
+${OG_DIR}/application/models/project_messages/base/BaseProjectMessages.class.php
+${OG_DIR}/application/models/project_milestones/ProjectMilestone.class.php
+${OG_DIR}/application/models/project_milestones/ProjectMilestones.class.php
+${OG_DIR}/application/models/project_milestones/base/BaseProjectMilestone.class.php
+${OG_DIR}/application/models/project_milestones/base/BaseProjectMilestones.class.php
+${OG_DIR}/application/models/project_tasks/ProjectTask.class.php
+${OG_DIR}/application/models/project_tasks/ProjectTasks.class.php
+${OG_DIR}/application/models/project_tasks/base/BaseProjectTask.class.php
+${OG_DIR}/application/models/project_tasks/base/BaseProjectTasks.class.php
+${OG_DIR}/application/models/project_users/ProjectUser.class.php
+${OG_DIR}/application/models/project_users/ProjectUsers.class.php
+${OG_DIR}/application/models/project_users/base/BaseProjectUser.class.php
+${OG_DIR}/application/models/project_users/base/BaseProjectUsers.class.php
+${OG_DIR}/application/models/project_webpages/ProjectWebpage.class.php
+${OG_DIR}/application/models/project_webpages/ProjectWebpages.class.php
+${OG_DIR}/application/models/project_webpages/base/BaseProjectWebpage.class.php
+${OG_DIR}/application/models/project_webpages/base/BaseProjectWebpages.class.php
+${OG_DIR}/application/models/projects/Project.class.php
+${OG_DIR}/application/models/projects/Projects.class.php
+${OG_DIR}/application/models/projects/base/BaseProject.class.php
+${OG_DIR}/application/models/projects/base/BaseProjects.class.php
+${OG_DIR}/application/models/queued_emails/QueuedEmail.class.php
+${OG_DIR}/application/models/queued_emails/QueuedEmails.class.php
+${OG_DIR}/application/models/queued_emails/base/BaseQueuedEmail.class.php
+${OG_DIR}/application/models/queued_emails/base/BaseQueuedEmails.class.php
+${OG_DIR}/application/models/read_objects/ReadObject.class.php
+${OG_DIR}/application/models/read_objects/ReadObjects.class.php
+${OG_DIR}/application/models/read_objects/base/BaseReadObject.class.php
+${OG_DIR}/application/models/read_objects/base/BaseReadObjects.class.php
+${OG_DIR}/application/models/report_columns/ReportColumn.class.php
+${OG_DIR}/application/models/report_columns/ReportColumns.class.php
+${OG_DIR}/application/models/report_columns/base/BaseReportColumn.class.php
+${OG_DIR}/application/models/report_columns/base/BaseReportColumns.class.php
+${OG_DIR}/application/models/report_conditions/ReportCondition.class.php
+${OG_DIR}/application/models/report_conditions/ReportConditions.class.php
+${OG_DIR}/application/models/report_conditions/base/BaseReportCondition.class.php
+${OG_DIR}/application/models/report_conditions/base/BaseReportConditions.class.php
+${OG_DIR}/application/models/reports/Report.class.php
+${OG_DIR}/application/models/reports/Reports.class.php
+${OG_DIR}/application/models/reports/base/BaseReport.class.php
+${OG_DIR}/application/models/reports/base/BaseReports.class.php
+${OG_DIR}/application/models/searchable_objects/SearchableObject.class.php
+${OG_DIR}/application/models/searchable_objects/SearchableObjects.class.php
+${OG_DIR}/application/models/searchable_objects/base/BaseSearchableObject.class.php
+${OG_DIR}/application/models/searchable_objects/base/BaseSearchableObjects.class.php
+${OG_DIR}/application/models/shared_objects/SharedObject.class.php
+${OG_DIR}/application/models/shared_objects/SharedObjects.class.php
+${OG_DIR}/application/models/shared_objects/base/BaseSharedObject.class.php
+${OG_DIR}/application/models/shared_objects/base/BaseSharedObjects.class.php
+${OG_DIR}/application/models/tags/Tag.class.php
+${OG_DIR}/application/models/tags/Tags.class.php
+${OG_DIR}/application/models/tags/base/BaseTag.class.php
+${OG_DIR}/application/models/tags/base/BaseTags.class.php
+${OG_DIR}/application/models/template_objects/TemplateObject.class.php
+${OG_DIR}/application/models/template_objects/TemplateObjects.class.php
+${OG_DIR}/application/models/template_objects/base/BaseTemplateObject.class.php
+${OG_DIR}/application/models/template_objects/base/BaseTemplateObjects.class.php
+${OG_DIR}/application/models/templates/COTemplate.class.php
+${OG_DIR}/application/models/templates/COTemplates.class.php
+${OG_DIR}/application/models/templates/base/BaseCOTemplate.class.php
+${OG_DIR}/application/models/templates/base/BaseCOTemplates.class.php
+${OG_DIR}/application/models/timeslot/Timeslot.class.php
+${OG_DIR}/application/models/timeslot/Timeslots.class.php
+${OG_DIR}/application/models/timeslot/base/BaseTimeslot.class.php
+${OG_DIR}/application/models/timeslot/base/BaseTimeslots.class.php
+${OG_DIR}/application/models/trash/Trash.class.php
+${OG_DIR}/application/models/user_password/UserPassword.class.php
+${OG_DIR}/application/models/user_password/UserPasswords.class.php
+${OG_DIR}/application/models/user_password/base/BaseUserPassword.class.php
+${OG_DIR}/application/models/user_password/base/BaseUserPasswords.class.php
+${OG_DIR}/application/models/user_ws_config_categories/UserWsConfigCategories.class.php
+${OG_DIR}/application/models/user_ws_config_categories/UserWsConfigCategory.class.php
+${OG_DIR}/application/models/user_ws_config_categories/base/BaseUserWsConfigCategories.class.php
+${OG_DIR}/application/models/user_ws_config_categories/base/BaseUserWsConfigCategory.class.php
+${OG_DIR}/application/models/user_ws_config_options/UserWsConfigOption.class.php
+${OG_DIR}/application/models/user_ws_config_options/UserWsConfigOptions.class.php
+${OG_DIR}/application/models/user_ws_config_options/base/BaseUserWsConfigOption.class.php
+${OG_DIR}/application/models/user_ws_config_options/base/BaseUserWsConfigOptions.class.php
+${OG_DIR}/application/models/user_ws_config_options_values/UserWsConfigOptionValue.class.php
+${OG_DIR}/application/models/user_ws_config_options_values/UserWsConfigOptionValues.class.php
+${OG_DIR}/application/models/user_ws_config_options_values/base/BaseUserWsConfigOptionValue.class.php
+${OG_DIR}/application/models/user_ws_config_options_values/base/BaseUserWsConfigOptionValues.class.php
+${OG_DIR}/application/models/users/User.class.php
+${OG_DIR}/application/models/users/Users.class.php
+${OG_DIR}/application/models/users/base/BaseUser.class.php
+${OG_DIR}/application/models/users/base/BaseUsers.class.php
+${OG_DIR}/application/models/versons_feed/VersionsFeed.class.php
+${OG_DIR}/application/models/versons_feed/VersionsFeedDownloadLink.class.php
+${OG_DIR}/application/models/versons_feed/VersionsFeedEntry.class.php
+${OG_DIR}/application/models/workspace_billing/WorkspaceBilling.class.php
+${OG_DIR}/application/models/workspace_billing/WorkspaceBillings.class.php
+${OG_DIR}/application/models/workspace_billing/base/BaseWorkspaceBilling.class.php
+${OG_DIR}/application/models/workspace_billing/base/BaseWorkspaceBillings.class.php
+${OG_DIR}/application/models/workspace_object/WorkspaceObject.class.php
+${OG_DIR}/application/models/workspace_object/WorkspaceObjects.class.php
+${OG_DIR}/application/models/workspace_object/base/BaseWorkspaceObject.class.php
+${OG_DIR}/application/models/workspace_object/base/BaseWorkspaceObjects.class.php
+${OG_DIR}/application/models/workspace_template/WorkspaceTemplate.class.php
+${OG_DIR}/application/models/workspace_template/WorkspaceTemplates.class.php
+${OG_DIR}/application/models/workspace_template/base/BaseWorkspaceTemplate.class.php
+${OG_DIR}/application/models/workspace_template/base/BaseWorkspaceTemplates.class.php
+${OG_DIR}/application/views/access/change_password.php
+${OG_DIR}/application/views/access/complete_installation.php
+${OG_DIR}/application/views/access/forgot_password.php
+${OG_DIR}/application/views/access/login.php
+${OG_DIR}/application/views/account/edit_avatar.php
+${OG_DIR}/application/views/account/edit_password.php
+${OG_DIR}/application/views/account/edit_profile.php
+${OG_DIR}/application/views/account/index.php
+${OG_DIR}/application/views/account/update_permissions.php
+${OG_DIR}/application/views/account/user_permissions_control.php
+${OG_DIR}/application/views/administration/clients.php
+${OG_DIR}/application/views/administration/configuration.php
+${OG_DIR}/application/views/administration/cron_events.php
+${OG_DIR}/application/views/administration/custom_properties.php
+${OG_DIR}/application/views/administration/groups.php
+${OG_DIR}/application/views/administration/index.php
+${OG_DIR}/application/views/administration/list_users.php
+${OG_DIR}/application/views/administration/members.php
+${OG_DIR}/application/views/administration/projects.php
+${OG_DIR}/application/views/administration/task_templates.php
+${OG_DIR}/application/views/administration/tool_mass_mailer.php
+${OG_DIR}/application/views/administration/tool_test_email.php
+${OG_DIR}/application/views/administration/tools.php
+${OG_DIR}/application/views/administration/upgrade.php
+${OG_DIR}/application/views/advanced_pagination.php
+${OG_DIR}/application/views/application/system_notices.php
+${OG_DIR}/application/views/application/user_box.php
+${OG_DIR}/application/views/backup/index.php
+${OG_DIR}/application/views/billing/add.php
+${OG_DIR}/application/views/billing/assign_users.php
+${OG_DIR}/application/views/billing/index.php
+${OG_DIR}/application/views/co/view.php
+${OG_DIR}/application/views/comment/add_comment.php
+${OG_DIR}/application/views/comment/object_comments.php
+${OG_DIR}/application/views/comment/object_comments_for_print.php
+${OG_DIR}/application/views/comment/post_comment_form.php
+${OG_DIR}/application/views/company/add_company.php
+${OG_DIR}/application/views/company/card.php
+${OG_DIR}/application/views/company/company_card.php
+${OG_DIR}/application/views/company/company_content.php
+${OG_DIR}/application/views/company/edit_logo.php
+${OG_DIR}/application/views/company/update_permissions.php
+${OG_DIR}/application/views/company/view_company.php
+${OG_DIR}/application/views/config/list_user_categories.php
+${OG_DIR}/application/views/config/update_category.php
+${OG_DIR}/application/views/config/update_user_preferences.php
+${OG_DIR}/application/views/contact/assign_to_project.php
+${OG_DIR}/application/views/contact/card.php
+${OG_DIR}/application/views/contact/card_content.php
+${OG_DIR}/application/views/contact/csv_export.php
+${OG_DIR}/application/views/contact/csv_import.php
+${OG_DIR}/application/views/contact/edit_contact.php
+${OG_DIR}/application/views/contact/edit_picture.php
+${OG_DIR}/application/views/contact/list_contacts.php
+${OG_DIR}/application/views/cron/getmails.php
+${OG_DIR}/application/views/custom_properties/object_custom_properties.php
+${OG_DIR}/application/views/custom_properties/view.php
+${OG_DIR}/application/views/dashboard/index.php
+${OG_DIR}/application/views/dashboard/my_projects.php
+${OG_DIR}/application/views/dashboard/my_tasks.php
+${OG_DIR}/application/views/dashboard/widget.php
+${OG_DIR}/application/views/dashboard/widget_active_tasks.php
+${OG_DIR}/application/views/dashboard/widget_calendar.php
+${OG_DIR}/application/views/dashboard/widget_charts.php
+${OG_DIR}/application/views/dashboard/widget_comments.php
+${OG_DIR}/application/views/dashboard/widget_dashboard_info.php
+${OG_DIR}/application/views/dashboard/widget_documents.php
+${OG_DIR}/application/views/dashboard/widget_emails.php
+${OG_DIR}/application/views/dashboard/widget_getting_started.php
+${OG_DIR}/application/views/dashboard/widget_late_tasks.php
+${OG_DIR}/application/views/dashboard/widget_messages.php
+${OG_DIR}/application/views/dashboard/widget_pending_tasks.php
+${OG_DIR}/application/views/dashboard/widget_workspace_description.php
+${OG_DIR}/application/views/empty.php
+${OG_DIR}/application/views/error/db_connect.php
+${OG_DIR}/application/views/error/error_message.php
+${OG_DIR}/application/views/event/cal_export.php
+${OG_DIR}/application/views/event/cal_import.php
+${OG_DIR}/application/views/event/calendar.php
+${OG_DIR}/application/views/event/event.php
+${OG_DIR}/application/views/event/view_event.php
+${OG_DIR}/application/views/event/viewdate.php
+${OG_DIR}/application/views/event/viewevent.php
+${OG_DIR}/application/views/event/viewweek.php
+${OG_DIR}/application/views/feed/ical_export.php
+${OG_DIR}/application/views/feed/recent_activities.php
+${OG_DIR}/application/views/files/add_document.php
+${OG_DIR}/application/views/files/add_file.php
+${OG_DIR}/application/views/files/add_file_revision.php
+${OG_DIR}/application/views/files/add_folder.php
+${OG_DIR}/application/views/files/add_presentation.php
+${OG_DIR}/application/views/files/add_spreadsheet.php
+${OG_DIR}/application/views/files/download_file.php
+${OG_DIR}/application/views/files/empty.php
+${OG_DIR}/application/views/files/file_details.php
+${OG_DIR}/application/views/files/file_details_content.php
+${OG_DIR}/application/views/files/index.php
+${OG_DIR}/application/views/files/order_and_pagination.php
+${OG_DIR}/application/views/files/slideshow.php
+${OG_DIR}/application/views/files/text_edit.php
+${OG_DIR}/application/views/form/add_project_form.php
+${OG_DIR}/application/views/form/index.php
+${OG_DIR}/application/views/form/submit.php
+${OG_DIR}/application/views/form_errors.php
+${OG_DIR}/application/views/group/add_group.php
+${OG_DIR}/application/views/group/view_group.php
+${OG_DIR}/application/views/help/context_help.php
+${OG_DIR}/application/views/help/context_help_tasks.php
+${OG_DIR}/application/views/help/view_message.php
+${OG_DIR}/application/views/json.php
+${OG_DIR}/application/views/mail/add_account.php
+${OG_DIR}/application/views/mail/add_mail.php
+${OG_DIR}/application/views/mail/classify.php
+${OG_DIR}/application/views/mail/fetch_imap_folders.php
+${OG_DIR}/application/views/mail/view.php
+${OG_DIR}/application/views/message/add_message.php
+${OG_DIR}/application/views/message/print_view.php
+${OG_DIR}/application/views/message/view.php
+${OG_DIR}/application/views/milestone/add_milestone.php
+${OG_DIR}/application/views/milestone/index.php
+${OG_DIR}/application/views/milestone/view.php
+${OG_DIR}/application/views/notifier/event_inv_response_notif.php
+${OG_DIR}/application/views/notifier/forgot_password.php
+${OG_DIR}/application/views/notifier/general.php
+${OG_DIR}/application/views/notifier/milestone_assigned.php
+${OG_DIR}/application/views/notifier/new_account.php
+${OG_DIR}/application/views/notifier/object_reminder.php
+${OG_DIR}/application/views/notifier/password_expiration_reminder.php
+${OG_DIR}/application/views/notifier/task_assigned.php
+${OG_DIR}/application/views/object/add_subscribers.php
+${OG_DIR}/application/views/object/link_to_object.php
+${OG_DIR}/application/views/object/linked_objects.php
+${OG_DIR}/application/views/object/list_linked_objects.php
+${OG_DIR}/application/views/object/list_subscribers.php
+${OG_DIR}/application/views/object/send_reminders.php
+${OG_DIR}/application/views/object/share.php
+${OG_DIR}/application/views/object/view_history.php
+${OG_DIR}/application/views/project/add_project.php
+${OG_DIR}/application/views/project/get_subws.php
+${OG_DIR}/application/views/project/people.php
+${OG_DIR}/application/views/project/permissions.php
+${OG_DIR}/application/views/project/pre_delete.php
+${OG_DIR}/application/views/project/search.php
+${OG_DIR}/application/views/project/tags.php
+${OG_DIR}/application/views/reporting/add_chart.php
+${OG_DIR}/application/views/reporting/add_custom_report.php
+${OG_DIR}/application/views/reporting/chart_details.php
+${OG_DIR}/application/views/reporting/custom_report_parameters.php
+${OG_DIR}/application/views/reporting/index.php
+${OG_DIR}/application/views/reporting/report_printer.php
+${OG_DIR}/application/views/reporting/report_wrapper.php
+${OG_DIR}/application/views/reporting/total_task_times.php
+${OG_DIR}/application/views/reporting/total_task_times_p.php
+${OG_DIR}/application/views/reporting/total_task_times_vs_estimate_comparison_p.php
+${OG_DIR}/application/views/reporting/view_custom_report.php
+${OG_DIR}/application/views/search/search.php
+${OG_DIR}/application/views/search_pagination.php
+${OG_DIR}/application/views/tag/project_tag.php
+${OG_DIR}/application/views/task/add_task.php
+${OG_DIR}/application/views/task/index.php
+${OG_DIR}/application/views/task/new_list_tasks.php
+${OG_DIR}/application/views/task/print_task.php
+${OG_DIR}/application/views/task/print_view_all.php
+${OG_DIR}/application/views/task/task_list.php
+${OG_DIR}/application/views/task/view_list.php
+${OG_DIR}/application/views/task/view_milestones.php
+${OG_DIR}/application/views/task/view_tasks.php
+${OG_DIR}/application/views/template/add.php
+${OG_DIR}/application/views/template/add_to.php
+${OG_DIR}/application/views/template/assign_to_ws.php
+${OG_DIR}/application/views/template/content.php
+${OG_DIR}/application/views/template/index.php
+${OG_DIR}/application/views/template/view.php
+${OG_DIR}/application/views/time/index.php
+${OG_DIR}/application/views/timeslot/add_timeslot.php
+${OG_DIR}/application/views/timeslot/object_timeslots.php
+${OG_DIR}/application/views/timeslot/post_open_timeslot_form.php
+${OG_DIR}/application/views/timeslot/post_timeslot_form.php
+${OG_DIR}/application/views/tool/translate.php
+${OG_DIR}/application/views/user/add_user.php
+${OG_DIR}/application/views/user/card.php
+${OG_DIR}/application/views/user/index.php
+${OG_DIR}/application/views/user/list_user_categories.php
+${OG_DIR}/application/views/user/update_user_preferences.php
+${OG_DIR}/application/views/user/user_card.php
+${OG_DIR}/application/views/webpage/add.php
+${OG_DIR}/application/views/webpage/view.php
+${OG_DIR}/application/views/webpage/view_content.php
+${OG_DIR}/cron.php
+${OG_DIR}/crossdomain.xml
+${OG_DIR}/dummy.php
+${OG_DIR}/environment/classes/AutoLoader.class.php
+${OG_DIR}/environment/classes/Cookie.class.php
+${OG_DIR}/environment/classes/CountryCodes.class.php
+${OG_DIR}/environment/classes/Env.class.php
+${OG_DIR}/environment/classes/Error.class.php
+${OG_DIR}/environment/classes/Inflector.class.php
+${OG_DIR}/environment/classes/Session.class.php
+${OG_DIR}/environment/classes/StringTwister.class.php
+${OG_DIR}/environment/classes/Timezones.class.php
+${OG_DIR}/environment/classes/ajax/AjaxResponse.class.php
+${OG_DIR}/environment/classes/ajax/ajax.php
+${OG_DIR}/environment/classes/container/Container.class.php
+${OG_DIR}/environment/classes/container/IContainer.class.php
+${OG_DIR}/environment/classes/container/ObjectContainer.class.php
+${OG_DIR}/environment/classes/controller/ApiController.class.php
+${OG_DIR}/environment/classes/controller/Controller.class.php
+${OG_DIR}/environment/classes/controller/PageController.class.php
+${OG_DIR}/environment/classes/dataaccess/DataManager.class.php
+${OG_DIR}/environment/classes/dataaccess/DataObject.class.php
+${OG_DIR}/environment/classes/dataaccess/DataPagination.class.php
+${OG_DIR}/environment/classes/dataloader/DataLoaderParams.class.php
+${OG_DIR}/environment/classes/dataloader/InitialDataLoader.class.php
+${OG_DIR}/environment/classes/dataloader/files/adjectives.txt
+${OG_DIR}/environment/classes/dataloader/files/adverbs.txt
+${OG_DIR}/environment/classes/dataloader/files/companies.txt
+${OG_DIR}/environment/classes/dataloader/files/first.txt
+${OG_DIR}/environment/classes/dataloader/files/last.txt
+${OG_DIR}/environment/classes/dataloader/files/nouns.txt
+${OG_DIR}/environment/classes/dataloader/files/verbs.txt
+${OG_DIR}/environment/classes/dataloader/files/words.txt
+${OG_DIR}/environment/classes/dataloader/resultDisplay.php
+${OG_DIR}/environment/classes/datetimevalue/DateTimeValue.class.php
+${OG_DIR}/environment/classes/datetimevalue/DateTimeValueLib.class.php
+${OG_DIR}/environment/classes/debug/BenchmarkTimer.class.php
+${OG_DIR}/environment/classes/errors/ControllerDnxError.class.php
+${OG_DIR}/environment/classes/errors/DAOValidationError.class.php
+${OG_DIR}/environment/classes/errors/DBConnectError.class.php
+${OG_DIR}/environment/classes/errors/DBQueryError.class.php
+${OG_DIR}/environment/classes/errors/FormSubmissionErrors.class.php
+${OG_DIR}/environment/classes/errors/InvalidControllerActionError.class.php
+${OG_DIR}/environment/classes/errors/InvalidEmailAddressError.class.php
+${OG_DIR}/environment/classes/errors/InvalidInstanceError.class.php
+${OG_DIR}/environment/classes/errors/InvalidParamError.class.php
+${OG_DIR}/environment/classes/errors/InvalidUploadError.class.php
+${OG_DIR}/environment/classes/errors/LibraryDnxError.class.php
+${OG_DIR}/environment/classes/errors/filesystem/DirDnxError.class.php
+${OG_DIR}/environment/classes/errors/filesystem/DirNotWritableError.class.php
+${OG_DIR}/environment/classes/errors/filesystem/FailedToCreateFolderError.class.php
+${OG_DIR}/environment/classes/errors/filesystem/FailedToMoveFileError.class.php
+${OG_DIR}/environment/classes/errors/filesystem/FailedToWriteFileError.class.php
+${OG_DIR}/environment/classes/errors/filesystem/FileDnxError.class.php
+${OG_DIR}/environment/classes/errors/filesystem/FileNotWriableError.class.php
+${OG_DIR}/environment/classes/event/CalFormatUtilities.php
+${OG_DIR}/environment/classes/event/Event.class.php
+${OG_DIR}/environment/classes/event/event.php
+${OG_DIR}/environment/classes/event/parse_ics.php
+${OG_DIR}/environment/classes/flash/Flash.class.php
+${OG_DIR}/environment/classes/flash/flash.php
+${OG_DIR}/environment/classes/help/help.php
+${OG_DIR}/environment/classes/hook/Hook.class.php
+${OG_DIR}/environment/classes/localization/Localization.class.php
+${OG_DIR}/environment/classes/localization/localization.php
+${OG_DIR}/environment/classes/logger/Logger.class.php
+${OG_DIR}/environment/classes/logger/Logger_Backend.class.php
+${OG_DIR}/environment/classes/logger/Logger_Entry.class.php
+${OG_DIR}/environment/classes/logger/Logger_Session.class.php
+${OG_DIR}/environment/classes/logger/backend/Logger_Backend_File.class.php
+${OG_DIR}/environment/classes/logger/backend/Logger_Backend_Null.class.php
+${OG_DIR}/environment/classes/mail/MailUtilities.class.php
+${OG_DIR}/environment/classes/mail/Mime_Types.class.php
+${OG_DIR}/environment/classes/mail/mime_parser.class.php
+${OG_DIR}/environment/classes/mail/mimetypes.txt
+${OG_DIR}/environment/classes/mail/rfc822_addresses.class.php
+${OG_DIR}/environment/classes/reporting/open-flash-chart.class.php
+${OG_DIR}/environment/classes/template/Template.class.php
+${OG_DIR}/environment/classes/template/template.php
+${OG_DIR}/environment/classes/timeit/TimeIt.class.php
+${OG_DIR}/environment/constants.php
+${OG_DIR}/environment/environment.php
+${OG_DIR}/environment/functions/files.php
+${OG_DIR}/environment/functions/general.php
+${OG_DIR}/environment/functions/utf.php
+${OG_DIR}/environment/library/LuceneDB.class.php
+${OG_DIR}/environment/library/database/DB.class.php
+${OG_DIR}/environment/library/database/DBResult.class.php
+${OG_DIR}/environment/library/database/adapters/AbstractDBAdapter.class.php
+${OG_DIR}/environment/library/database/adapters/MysqlDBAdapter.class.php
+${OG_DIR}/environment/library/database/adapters/PdoMysqlDBAdapter.class.php
+${OG_DIR}/environment/library/database/database.php
+${OG_DIR}/environment/library/database/errors/DBAdapterDnx.class.php
+${OG_DIR}/environment/library/database/errors/DBConnectError.class.php
+${OG_DIR}/environment/library/database/errors/DBQueryError.class.php
+${OG_DIR}/environment/templates/benchmark_timer_brief.php
+${OG_DIR}/environment/templates/benchmark_timer_full.php
+${OG_DIR}/environment/templates/dump_error.php
+${OG_DIR}/favicon.ico
+${OG_DIR}/index.php
+${OG_DIR}/init.php
+${OG_DIR}/language/cs_cz/actions.php
+${OG_DIR}/language/cs_cz/administration.php
+${OG_DIR}/language/cs_cz/calendar.php
+${OG_DIR}/language/cs_cz/countries.php
+${OG_DIR}/language/cs_cz/emails.php
+${OG_DIR}/language/cs_cz/errors.php
+${OG_DIR}/language/cs_cz/fields.php
+${OG_DIR}/language/cs_cz/general.php
+${OG_DIR}/language/cs_cz/help/account.html
+${OG_DIR}/language/cs_cz/help/dashboard.html
+${OG_DIR}/language/cs_cz/help/dummy.txt
+${OG_DIR}/language/cs_cz/help/no_help.html
+${OG_DIR}/language/cs_cz/help.php
+${OG_DIR}/language/cs_cz/lang.js
+${OG_DIR}/language/cs_cz/messages.php
+${OG_DIR}/language/cs_cz/objects.php
+${OG_DIR}/language/cs_cz/plugins/dummy.txt
+${OG_DIR}/language/cs_cz/project_interface.php
+${OG_DIR}/language/cs_cz/reporting.php
+${OG_DIR}/language/cs_cz/site_interface.php
+${OG_DIR}/language/cs_cz/timezones.php
+${OG_DIR}/language/cs_cz.php
+${OG_DIR}/language/de_de/actions.php
+${OG_DIR}/language/de_de/administration.php
+${OG_DIR}/language/de_de/calendar.php
+${OG_DIR}/language/de_de/countries.php
+${OG_DIR}/language/de_de/emails.php
+${OG_DIR}/language/de_de/errors.php
+${OG_DIR}/language/de_de/export.php
+${OG_DIR}/language/de_de/fields.php
+${OG_DIR}/language/de_de/general.php
+${OG_DIR}/language/de_de/help/account.html
+${OG_DIR}/language/de_de/help/dashboard.html
+${OG_DIR}/language/de_de/help/dummy.txt
+${OG_DIR}/language/de_de/help/no_help.html
+${OG_DIR}/language/de_de/help.php
+${OG_DIR}/language/de_de/lang.js
+${OG_DIR}/language/de_de/messages.php
+${OG_DIR}/language/de_de/objects.php
+${OG_DIR}/language/de_de/plugins/dummy.txt
+${OG_DIR}/language/de_de/project_interface.php
+${OG_DIR}/language/de_de/reporting.php
+${OG_DIR}/language/de_de/site_interface.php
+${OG_DIR}/language/de_de/timezones.php
+${OG_DIR}/language/de_de/upgrade.php
+${OG_DIR}/language/de_de.php
+${OG_DIR}/language/en_us/actions.php
+${OG_DIR}/language/en_us/administration.php
+${OG_DIR}/language/en_us/calendar.php
+${OG_DIR}/language/en_us/countries.php
+${OG_DIR}/language/en_us/emails.php
+${OG_DIR}/language/en_us/errors.php
+${OG_DIR}/language/en_us/fields.php
+${OG_DIR}/language/en_us/general.php
+${OG_DIR}/language/en_us/help/account.html
+${OG_DIR}/language/en_us/help/dashboard.html
+${OG_DIR}/language/en_us/help/no_help.html
+${OG_DIR}/language/en_us/help.php
+${OG_DIR}/language/en_us/lang.js
+${OG_DIR}/language/en_us/messages.php
+${OG_DIR}/language/en_us/objects.php
+${OG_DIR}/language/en_us/plugins/dummy.txt
+${OG_DIR}/language/en_us/project_interface.php
+${OG_DIR}/language/en_us/reporting.php
+${OG_DIR}/language/en_us/site_interface.php
+${OG_DIR}/language/en_us/timezones.php
+${OG_DIR}/language/en_us/upgrade.php
+${OG_DIR}/language/en_us.php
+${OG_DIR}/language/es_es/actions.php
+${OG_DIR}/language/es_es/administration.php
+${OG_DIR}/language/es_es/calendar.php
+${OG_DIR}/language/es_es/countries.php
+${OG_DIR}/language/es_es/emails.php
+${OG_DIR}/language/es_es/errors.php
+${OG_DIR}/language/es_es/fields.php
+${OG_DIR}/language/es_es/general.php
+${OG_DIR}/language/es_es/help/dummy.txt
+${OG_DIR}/language/es_es/help.php
+${OG_DIR}/language/es_es/lang.js
+${OG_DIR}/language/es_es/messages.php
+${OG_DIR}/language/es_es/objects.php
+${OG_DIR}/language/es_es/plugins/dummy.txt
+${OG_DIR}/language/es_es/project_interface.php
+${OG_DIR}/language/es_es/reporting.php
+${OG_DIR}/language/es_es/site_interface.php
+${OG_DIR}/language/es_es/timezones.php
+${OG_DIR}/language/es_es/upgrade.php
+${OG_DIR}/language/es_es.php
+${OG_DIR}/language/es_la/actions.php
+${OG_DIR}/language/es_la/administration.php
+${OG_DIR}/language/es_la/calendar.php
+${OG_DIR}/language/es_la/countries.php
+${OG_DIR}/language/es_la/emails.php
+${OG_DIR}/language/es_la/errors.php
+${OG_DIR}/language/es_la/fields.php
+${OG_DIR}/language/es_la/general.php
+${OG_DIR}/language/es_la/help/dummy.txt
+${OG_DIR}/language/es_la/help.php
+${OG_DIR}/language/es_la/lang.js
+${OG_DIR}/language/es_la/messages.php
+${OG_DIR}/language/es_la/objects.php
+${OG_DIR}/language/es_la/plugins/dummy.txt
+${OG_DIR}/language/es_la/project_interface.php
+${OG_DIR}/language/es_la/reporting.php
+${OG_DIR}/language/es_la/site_interface.php
+${OG_DIR}/language/es_la/timezones.php
+${OG_DIR}/language/es_la/upgrade.php
+${OG_DIR}/language/es_la.php
+${OG_DIR}/language/fr_fr/actions.php
+${OG_DIR}/language/fr_fr/administration.php
+${OG_DIR}/language/fr_fr/calendar.php
+${OG_DIR}/language/fr_fr/countries.php
+${OG_DIR}/language/fr_fr/emails.php
+${OG_DIR}/language/fr_fr/errors.php
+${OG_DIR}/language/fr_fr/export.php
+${OG_DIR}/language/fr_fr/fields.php
+${OG_DIR}/language/fr_fr/general.php
+${OG_DIR}/language/fr_fr/help/dummy.txt
+${OG_DIR}/language/fr_fr/help.php
+${OG_DIR}/language/fr_fr/lang.js
+${OG_DIR}/language/fr_fr/messages.php
+${OG_DIR}/language/fr_fr/objects.php
+${OG_DIR}/language/fr_fr/plugins/dummy.txt
+${OG_DIR}/language/fr_fr/project_interface.php
+${OG_DIR}/language/fr_fr/reporting.php
+${OG_DIR}/language/fr_fr/site_interface.php
+${OG_DIR}/language/fr_fr/timezones.php
+${OG_DIR}/language/fr_fr/upgrade.php
+${OG_DIR}/language/fr_fr.php
+${OG_DIR}/language/hu_hu/actions.php
+${OG_DIR}/language/hu_hu/administration.php
+${OG_DIR}/language/hu_hu/calendar.php
+${OG_DIR}/language/hu_hu/countries.php
+${OG_DIR}/language/hu_hu/emails.php
+${OG_DIR}/language/hu_hu/errors.php
+${OG_DIR}/language/hu_hu/general.php
+${OG_DIR}/language/hu_hu/help/dummy.txt
+${OG_DIR}/language/hu_hu/lang.js
+${OG_DIR}/language/hu_hu/messages.php
+${OG_DIR}/language/hu_hu/objects.php
+${OG_DIR}/language/hu_hu/plugins/dummy.txt
+${OG_DIR}/language/hu_hu/project_interface.php
+${OG_DIR}/language/hu_hu/site_interface.php
+${OG_DIR}/language/hu_hu/timezones.php
+${OG_DIR}/language/hu_hu.php
+${OG_DIR}/language/it_it/actions.php
+${OG_DIR}/language/it_it/administration.php
+${OG_DIR}/language/it_it/calendar.php
+${OG_DIR}/language/it_it/countries.php
+${OG_DIR}/language/it_it/emails.php
+${OG_DIR}/language/it_it/errors.php
+${OG_DIR}/language/it_it/fields.php
+${OG_DIR}/language/it_it/general.php
+${OG_DIR}/language/it_it/help/dummy.txt
+${OG_DIR}/language/it_it/help.php
+${OG_DIR}/language/it_it/lang.js
+${OG_DIR}/language/it_it/messages.php
+${OG_DIR}/language/it_it/objects.php
+${OG_DIR}/language/it_it/plugins/dummy.txt
+${OG_DIR}/language/it_it/project_interface.php
+${OG_DIR}/language/it_it/reporting.php
+${OG_DIR}/language/it_it/site_interface.php
+${OG_DIR}/language/it_it/timezones.php
+${OG_DIR}/language/it_it.php
+${OG_DIR}/language/jp_ja/actions.php
+${OG_DIR}/language/jp_ja/administration.php
+${OG_DIR}/language/jp_ja/calendar.php
+${OG_DIR}/language/jp_ja/countries.php
+${OG_DIR}/language/jp_ja/emails.php
+${OG_DIR}/language/jp_ja/errors.php
+${OG_DIR}/language/jp_ja/general.php
+${OG_DIR}/language/jp_ja/help/dummy.txt
+${OG_DIR}/language/jp_ja/lang.js
+${OG_DIR}/language/jp_ja/messages.php
+${OG_DIR}/language/jp_ja/objects.php
+${OG_DIR}/language/jp_ja/plugins/dummy.txt
+${OG_DIR}/language/jp_ja/project_interface.php
+${OG_DIR}/language/jp_ja/site_interface.php
+${OG_DIR}/language/jp_ja/timezones.php
+${OG_DIR}/language/jp_ja.php
+${OG_DIR}/language/nl_nl/actions.php
+${OG_DIR}/language/nl_nl/administration.php
+${OG_DIR}/language/nl_nl/calendar.php
+${OG_DIR}/language/nl_nl/countries.php
+${OG_DIR}/language/nl_nl/emails.php
+${OG_DIR}/language/nl_nl/errors.php
+${OG_DIR}/language/nl_nl/fields.php
+${OG_DIR}/language/nl_nl/general.php
+${OG_DIR}/language/nl_nl/help/dummy.txt
+${OG_DIR}/language/nl_nl/help.php
+${OG_DIR}/language/nl_nl/lang.js
+${OG_DIR}/language/nl_nl/messages.php
+${OG_DIR}/language/nl_nl/objects.php
+${OG_DIR}/language/nl_nl/plugins/dummy.txt
+${OG_DIR}/language/nl_nl/project_interface.php
+${OG_DIR}/language/nl_nl/reporting.php
+${OG_DIR}/language/nl_nl/site_interface.php
+${OG_DIR}/language/nl_nl/timezones.php
+${OG_DIR}/language/nl_nl/upgrade.php
+${OG_DIR}/language/nl_nl.php
+${OG_DIR}/language/pl_pl/actions.php
+${OG_DIR}/language/pl_pl/administration.php
+${OG_DIR}/language/pl_pl/calendar.php
+${OG_DIR}/language/pl_pl/countries.php
+${OG_DIR}/language/pl_pl/emails.php
+${OG_DIR}/language/pl_pl/errors.php
+${OG_DIR}/language/pl_pl/export.php
+${OG_DIR}/language/pl_pl/general.php
+${OG_DIR}/language/pl_pl/help/dummy.txt
+${OG_DIR}/language/pl_pl/lang.js
+${OG_DIR}/language/pl_pl/messages.php
+${OG_DIR}/language/pl_pl/objects.php
+${OG_DIR}/language/pl_pl/plugins/dummy.txt
+${OG_DIR}/language/pl_pl/project_interface.php
+${OG_DIR}/language/pl_pl/site_interface.php
+${OG_DIR}/language/pl_pl/timezones.php
+${OG_DIR}/language/pl_pl.php
+${OG_DIR}/language/pt_br/actions.php
+${OG_DIR}/language/pt_br/administration.php
+${OG_DIR}/language/pt_br/calendar.php
+${OG_DIR}/language/pt_br/countries.php
+${OG_DIR}/language/pt_br/emails.php
+${OG_DIR}/language/pt_br/errors.php
+${OG_DIR}/language/pt_br/export.php
+${OG_DIR}/language/pt_br/general.php
+${OG_DIR}/language/pt_br/help/dummy.txt
+${OG_DIR}/language/pt_br/lang.js
+${OG_DIR}/language/pt_br/messages.php
+${OG_DIR}/language/pt_br/objects.php
+${OG_DIR}/language/pt_br/plugins/dummy.txt
+${OG_DIR}/language/pt_br/project_interface.php
+${OG_DIR}/language/pt_br/site_interface.php
+${OG_DIR}/language/pt_br/timezones.php
+${OG_DIR}/language/pt_br.php
+${OG_DIR}/language/ru_ru/actions.php
+${OG_DIR}/language/ru_ru/administration.php
+${OG_DIR}/language/ru_ru/calendar.php
+${OG_DIR}/language/ru_ru/countries.php
+${OG_DIR}/language/ru_ru/emails.php
+${OG_DIR}/language/ru_ru/errors.php
+${OG_DIR}/language/ru_ru/general.php
+${OG_DIR}/language/ru_ru/help/dummy.txt
+${OG_DIR}/language/ru_ru/lang.js
+${OG_DIR}/language/ru_ru/messages.php
+${OG_DIR}/language/ru_ru/objects.php
+${OG_DIR}/language/ru_ru/plugins/dummy.txt
+${OG_DIR}/language/ru_ru/project_interface.php
+${OG_DIR}/language/ru_ru/site_interface.php
+${OG_DIR}/language/ru_ru/timezones.php
+${OG_DIR}/language/ru_ru/unknown-words.txt
+${OG_DIR}/language/ru_ru.php
+${OG_DIR}/language/zh_cn/README
+${OG_DIR}/language/zh_cn/actions.php
+${OG_DIR}/language/zh_cn/administration.php
+${OG_DIR}/language/zh_cn/calendar.php
+${OG_DIR}/language/zh_cn/countries.php
+${OG_DIR}/language/zh_cn/emails.php
+${OG_DIR}/language/zh_cn/errors.php
+${OG_DIR}/language/zh_cn/general.php
+${OG_DIR}/language/zh_cn/help/dummy.txt
+${OG_DIR}/language/zh_cn/lang.js
+${OG_DIR}/language/zh_cn/messages.php
+${OG_DIR}/language/zh_cn/objects.php
+${OG_DIR}/language/zh_cn/plugins/dummy.txt
+${OG_DIR}/language/zh_cn/project_interface.php
+${OG_DIR}/language/zh_cn/site_interface.php
+${OG_DIR}/language/zh_cn/timezones.php
+${OG_DIR}/language/zh_cn.php
+${OG_DIR}/language/zh_tw/actions.php
+${OG_DIR}/language/zh_tw/administration.php
+${OG_DIR}/language/zh_tw/calendar.php
+${OG_DIR}/language/zh_tw/countries.php
+${OG_DIR}/language/zh_tw/emails.php
+${OG_DIR}/language/zh_tw/errors.php
+${OG_DIR}/language/zh_tw/general.php
+${OG_DIR}/language/zh_tw/help/dummy.txt
+${OG_DIR}/language/zh_tw/lang.js
+${OG_DIR}/language/zh_tw/messages.php
+${OG_DIR}/language/zh_tw/objects.php
+${OG_DIR}/language/zh_tw/plugins/dummy.txt
+${OG_DIR}/language/zh_tw/project_interface.php
+${OG_DIR}/language/zh_tw/site_interface.php
+${OG_DIR}/language/zh_tw/timezones.php
+${OG_DIR}/language/zh_tw.php
+${OG_DIR}/library/PEAR/Auth/SASL/Anonymous.php
+${OG_DIR}/library/PEAR/Auth/SASL/Common.php
+${OG_DIR}/library/PEAR/Auth/SASL/CramMD5.php
+${OG_DIR}/library/PEAR/Auth/SASL/DigestMD5.php
+${OG_DIR}/library/PEAR/Auth/SASL/Login.php
+${OG_DIR}/library/PEAR/Auth/SASL/Plain.php
+${OG_DIR}/library/PEAR/Auth/SASL.php
+${OG_DIR}/library/PEAR/HTTP/Download/Archive.php
+${OG_DIR}/library/PEAR/HTTP/Download/PgLOB.php
+${OG_DIR}/library/PEAR/HTTP/Download.php
+${OG_DIR}/library/PEAR/HTTP/Header/Cache.php
+${OG_DIR}/library/PEAR/HTTP/Header.php
+${OG_DIR}/library/PEAR/HTTP/Request/Listener.php
+${OG_DIR}/library/PEAR/HTTP/Request.php
+${OG_DIR}/library/PEAR/HTTP/Session/Container/DB.php
+${OG_DIR}/library/PEAR/HTTP/Session/Container/MDB.php
+${OG_DIR}/library/PEAR/HTTP/Session/Container/MDB2.php
+${OG_DIR}/library/PEAR/HTTP/Session/Container/Memcache.php
+${OG_DIR}/library/PEAR/HTTP/Session/Container.php
+${OG_DIR}/library/PEAR/HTTP/Session.php
+${OG_DIR}/library/PEAR/HTTP/Upload.php
+${OG_DIR}/library/PEAR/Net/CheckIP.php
+${OG_DIR}/library/PEAR/Net/Curl.php
+${OG_DIR}/library/PEAR/Net/DIME.php
+${OG_DIR}/library/PEAR/Net/FTP/Observer.php
+${OG_DIR}/library/PEAR/Net/FTP/Socket.php
+${OG_DIR}/library/PEAR/Net/FTP.php
+${OG_DIR}/library/PEAR/Net/IDNA/php4.php
+${OG_DIR}/library/PEAR/Net/IDNA/php5.php
+${OG_DIR}/library/PEAR/Net/IDNA.php
+${OG_DIR}/library/PEAR/Net/IMAP.php
+${OG_DIR}/library/PEAR/Net/IMAPProtocol.php
+${OG_DIR}/library/PEAR/Net/IPv4.php
+${OG_DIR}/library/PEAR/Net/IPv6.php
+${OG_DIR}/library/PEAR/Net/POP3.php
+${OG_DIR}/library/PEAR/Net/SMTP.php
+${OG_DIR}/library/PEAR/Net/Socket.php
+${OG_DIR}/library/PEAR/Net/URL.php
+${OG_DIR}/library/PEAR/Net/URL2.php
+${OG_DIR}/library/PEAR/Net/UserAgent/Detect/APC.php
+${OG_DIR}/library/PEAR/Net/UserAgent/Detect.php
+${OG_DIR}/library/PEAR/PEAR/ErrorStack.php
+${OG_DIR}/library/PEAR/PEAR.php
+${OG_DIR}/library/PEAR/SOAP/Base.php
+${OG_DIR}/library/PEAR/SOAP/Client.php
+${OG_DIR}/library/PEAR/SOAP/Disco.php
+${OG_DIR}/library/PEAR/SOAP/Fault.php
+${OG_DIR}/library/PEAR/SOAP/Interop/config.php.dist
+${OG_DIR}/library/PEAR/SOAP/Interop/index.php
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_Round2Base.php
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_Round2GroupB.php
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_Round2GroupC.php
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_Round3GroupD.php
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_client.php
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_client_results.php
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_client_run.php
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_database.sql
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_test.php
+${OG_DIR}/library/PEAR/SOAP/Interop/interop_test_functions.php
+${OG_DIR}/library/PEAR/SOAP/Interop/params_Round2Base.php
+${OG_DIR}/library/PEAR/SOAP/Interop/params_Round2GroupB.php
+${OG_DIR}/library/PEAR/SOAP/Interop/params_Round2GroupC.php
+${OG_DIR}/library/PEAR/SOAP/Interop/params_Round3GroupD.php
+${OG_DIR}/library/PEAR/SOAP/Interop/params_classes.php
+${OG_DIR}/library/PEAR/SOAP/Interop/params_values.php
+${OG_DIR}/library/PEAR/SOAP/Interop/readme.txt
+${OG_DIR}/library/PEAR/SOAP/Interop/registrationAndNotification.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round2Base.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round2GroupB.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round2GroupC.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupD.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDCompound1.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDCompound2.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDDocLit.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDDocLitParams.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDEmptySA.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDImport1.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDImport2.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDImport3.php
+${OG_DIR}/library/PEAR/SOAP/Interop/server_Round3GroupDRpcEnc.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestDocLit.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestDocLitParameters.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestExtensibility.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestExtensibilityRequired.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestList.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestRpcEnc.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/InteropTestheaders.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/compound1.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/compound2.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/echoheadersvc.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/emptysa.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/import1.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/import2.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/import3.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/imported/import1B.wsdl
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/imported/import2B.wsdl
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/imported/import2B.xsd
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/interop.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/interopB.wsdl.php
+${OG_DIR}/library/PEAR/SOAP/Parser.php
+${OG_DIR}/library/PEAR/SOAP/Server/Email.php
+${OG_DIR}/library/PEAR/SOAP/Server/Email_Gateway.php
+${OG_DIR}/library/PEAR/SOAP/Server/TCP.php
+${OG_DIR}/library/PEAR/SOAP/Server.php
+${OG_DIR}/library/PEAR/SOAP/Transport/HTTP.php
+${OG_DIR}/library/PEAR/SOAP/Transport/SMTP.php
+${OG_DIR}/library/PEAR/SOAP/Transport/TCP.php
+${OG_DIR}/library/PEAR/SOAP/Transport/TEST.php
+${OG_DIR}/library/PEAR/SOAP/Transport.php
+${OG_DIR}/library/PEAR/SOAP/Type/dateTime.php
+${OG_DIR}/library/PEAR/SOAP/Type/duration.php
+${OG_DIR}/library/PEAR/SOAP/Type/hexBinary.php
+${OG_DIR}/library/PEAR/SOAP/Value.php
+${OG_DIR}/library/PEAR/SOAP/WSDL.php
+${OG_DIR}/library/PEAR/SOAP/tools/genproxy.php
+${OG_DIR}/library/cal/CHANGELOG.txt
+${OG_DIR}/library/cal/CUSTOMIZE.txt
+${OG_DIR}/library/cal/HELP.txt
+${OG_DIR}/library/cal/INSTALL.txt
+${OG_DIR}/library/cal/LICENSE.txt
+${OG_DIR}/library/cal/UPGRADE.txt
+${OG_DIR}/library/cal/cal_functions.php
+${OG_DIR}/library/cal/cal_gatekeeper.php
+${OG_DIR}/library/cal/cal_sql_layer.php
+${OG_DIR}/library/cal/databases/mysql.php
+${OG_DIR}/library/cal/index.php
+${OG_DIR}/library/cal/install.sql
+${OG_DIR}/library/cal/languages/english.php
+${OG_DIR}/library/cal/libs/colorselector/SatVal.png
+${OG_DIR}/library/cal/libs/colorselector/color.htm
+${OG_DIR}/library/cal/libs/colorselector/plugin.css
+${OG_DIR}/library/cal/libs/colorselector/slide.gif
+${OG_DIR}/library/cal/libs/colorselector/slideHue.gif
+${OG_DIR}/library/cal/queries/mysql.php
+${OG_DIR}/library/cal/upgrade.sql
+${OG_DIR}/library/cssmin/CSSMin.class.php
+${OG_DIR}/library/feed/Angie_Feed.class.php
+${OG_DIR}/library/feed/Angie_Feed_Author.class.php
+${OG_DIR}/library/feed/Angie_Feed_Item.class.php
+${OG_DIR}/library/feed/Angie_Feed_Renderer.class.php
+${OG_DIR}/library/feed/renderer/Angie_Feed_Renderer_RSS2.class.php
+${OG_DIR}/library/filerepository/FileRepository.class.php
+${OG_DIR}/library/filerepository/backend/FileRepository_Backend.class.php
+${OG_DIR}/library/filerepository/backend/FileRepository_Backend_FileSystem.class.php
+${OG_DIR}/library/filerepository/backend/FileRepository_Backend_MySQL.class.php
+${OG_DIR}/library/filerepository/errors/FileNotInRepositoryError.class.php
+${OG_DIR}/library/filerepository/errors/FileRepositoryAddError.class.php
+${OG_DIR}/library/filerepository/errors/FileRepositoryDeleteError.class.php
+${OG_DIR}/library/htmlpurifier/HTMLPurifier.standalone.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder/Xml.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Exception.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Directive.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Id.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange/Namespace.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/InterchangeBuilder.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Validator.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/ValidatorAtom.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedFrameTargets.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRel.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.AllowedRev.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultImageAlt.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImage.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultInvalidImageAlt.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.DefaultTextDir.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.EnableID.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklist.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDBlacklistRegexp.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefix.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.IDPrefixLocal.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Attr.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.AutoParagraph.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Custom.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.DisplayLinkURI.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.Linkify.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.PurifierLinkify.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveEmpty.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormat.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormatParam.PurifierLinkifyDocURL.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/AutoFormatParam.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/CSS.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Cache.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.EscapeNonASCIICharacters.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.HiddenElements.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.Language.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.LexerImpl.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.MaintainLineNumbers.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveInvalidImg.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.RemoveScriptContents.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Core.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.Custom.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.ExtractStyleBlocks.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Filter.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/FilterParam.ExtractStyleBlocksEscaping.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/FilterParam.ExtractStyleBlocksScope.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/FilterParam.ExtractStyleBlocksTidyImpl.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/FilterParam.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.BlockWrapper.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CoreModules.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.CustomDoctype.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionID.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.DefinitionRev.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Doctype.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/HTML.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.TidyFormat.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Output.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Test.ForceNoIconv.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/Test.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.AllowedSchemes.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Base.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefaultScheme.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionID.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DefinitionRev.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Disable.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternal.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableExternalResources.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.DisableResources.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Host.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.HostBlacklist.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MakeAbsolute.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.Munge.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/URI.txt
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema/info.ini
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema.ser
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML/3.3.0,aacfe2e21b552364077576cd0a636b92,1.ser
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/EntityLookup/entities.ser
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/ExtractStyleBlocks.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter/YouTube.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/classes/en-x-test.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-test.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en-x-testmini.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages/en.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Lexer/PEARSax3.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Lexer/PH5P.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/CSSDefinition.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.css
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.js
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/ConfigForm.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer/HTMLDefinition.php
+${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer.php
+${OG_DIR}/library/icalendar/components/iCalendar_Calendar.class.php
+${OG_DIR}/library/icalendar/components/iCalendar_Component.class.php
+${OG_DIR}/library/icalendar/components/iCalendar_Event.class.php
+${OG_DIR}/library/icalendar/components/iCalendar_Todo.class.php
+${OG_DIR}/library/icalendar/error/iCalendar_InvalidComponentPropertyError.class.php
+${OG_DIR}/library/icalendar/error/iCalendar_InvalidComponentSubcomponentError.class.php
+${OG_DIR}/library/icalendar/iCalendar.class.php
+${OG_DIR}/library/icalendar/iCalendar_PropertyValue.class.php
+${OG_DIR}/library/jsmin/JSMin.class.php
+${OG_DIR}/library/json/JSON.class.php
+${OG_DIR}/library/json/json.php
+${OG_DIR}/library/simplegd/classes/SimpleGdImage.class.php
+${OG_DIR}/library/simplegd/errors/FailedToLoadImageError.class.php
+${OG_DIR}/library/simplegd/errors/FileNotImageError.class.php
+${OG_DIR}/library/simplegd/errors/ImageTypeNotSupportedError.class.php
+${OG_DIR}/library/swift/lib/Swift/Authenticator/CRAMMD5.php
+${OG_DIR}/library/swift/lib/Swift/Authenticator/LOGIN.php
+${OG_DIR}/library/swift/lib/Swift/Authenticator/PLAIN.php
+${OG_DIR}/library/swift/lib/Swift/Authenticator/POP3SMTP_.php
+${OG_DIR}/library/swift/lib/Swift/Authenticator/README
+${OG_DIR}/library/swift/lib/Swift/Connection/Multi.php
+${OG_DIR}/library/swift/lib/Swift/Connection/NativeMail.php
+${OG_DIR}/library/swift/lib/Swift/Connection/Rotator.php
+${OG_DIR}/library/swift/lib/Swift/Connection/SMTP.php
+${OG_DIR}/library/swift/lib/Swift/Connection/Sendmail.php
+${OG_DIR}/library/swift/lib/Swift/Plugin/AntiFlood.php
+${OG_DIR}/library/swift/lib/Swift/Plugin/ConnectionRotator.php
+${OG_DIR}/library/swift/lib/Swift/Plugin/Errors.php
+${OG_DIR}/library/swift/lib/Swift/Plugin/Example.php
+${OG_DIR}/library/swift/lib/Swift/Plugin/Template.php
+${OG_DIR}/library/swift/lib/Swift/Stream/MailProxy.php
+${OG_DIR}/library/swift/lib/Swift/Stream/Processor.php
+${OG_DIR}/library/swift/lib/Swift/Stream.php
+${OG_DIR}/library/swift/lib/Swift.php
+${OG_DIR}/library/swift/swift.php
+${OG_DIR}/library/textile/Textile.class.php
+${OG_DIR}/library/zend/Zend/Exception.php
+${OG_DIR}/library/zend/Zend/Search/Exception.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text/CaseInsensitive.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum/CaseInsensitive.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8/CaseInsensitive.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num/CaseInsensitive.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Token.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCase.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/LowerCaseUtf8.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/ShortWords.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter/StopWords.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Document/Html.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Document.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Exception.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/FSM.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/FSMAction.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Field.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/DictionaryLoader.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/FieldInfo.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentInfo.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentInfoPriorityQueue.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentMerger.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter/DocumentWriter.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter/StreamWriter.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/Term.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/TermInfo.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Index/Writer.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Interface.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/LockManager.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/PriorityQueue.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Proxy.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/BooleanExpressionRecognizer.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Boolean.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Empty.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Fuzzy.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Insignificant.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/MultiTerm.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Phrase.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Range.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Term.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query/Wildcard.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Phrase.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Subquery.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry/Term.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryHit.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryLexer.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParser.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParserContext.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryParserException.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryToken.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Similarity/Default.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Similarity.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Boolean.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Empty.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/MultiTerm.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Phrase.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight/Term.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory/Filesystem.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Filesystem.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/File/Memory.php
+${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/File.php
+${OG_DIR}/library/zend/Zend/Search/Lucene.php
+${OG_DIR}/library/zip/archive.class.php
+${OG_DIR}/library/zipimport/ImportLogger.class.php
+${OG_DIR}/library/zipimport/ZipImport.class.php
+${OG_DIR}/library/zipimport/zipImportConsole.php
+${OG_DIR}/license.txt
+${OG_DIR}/php.ini
+${OG_DIR}/public/assets/flash/SoundBridge.swf
+${OG_DIR}/public/assets/flash/open-flash-chart.swf
+${OG_DIR}/public/assets/flash/visorFreemind.swf
+${OG_DIR}/public/assets/javascript/app.js
+${OG_DIR}/public/assets/javascript/extfix.js
+${OG_DIR}/public/assets/javascript/extjs/LICENSE.txt
+${OG_DIR}/public/assets/javascript/extjs/adapter/ext/ext-base.js
+${OG_DIR}/public/assets/javascript/extjs/ext-all-debug.js
+${OG_DIR}/public/assets/javascript/extjs/ext-all.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/behaviors/disablehandles.htc
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/behaviors/showtableborders.htc
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/fck_editorarea.css
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/fck_internal.css
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/fck_showtableborders_gecko.css
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_address.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_blockquote.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_div.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_h1.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_h2.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_h3.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_h4.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_h5.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_h6.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_p.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/block_pre.png
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/fck_anchor.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/fck_flashlogo.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/fck_hiddenfield.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/fck_pagebreak.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images/fck_plugin.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/common/fck_dialog_common.css
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/common/fck_dialog_common.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/common/images/locked.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/common/images/reset.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/common/images/unlocked.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_about/logo_fckeditor.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_about/logo_fredck.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_about/sponsors/spellchecker_net.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_about.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_anchor.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_button.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_checkbox.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_colorselector.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_docprops/fck_document_preview.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_docprops.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_flash/fck_flash.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_flash/fck_flash_preview.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_flash.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_form.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_hiddenfield.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_image/fck_image.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_image/fck_image_preview.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_image.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_link/fck_link.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_link.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_listprop.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_paste.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_radiobutton.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_replace.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_select/fck_select.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_select.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_smiley.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_source.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_specialchar.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/blank.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controlWindow.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/controls.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.pl
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellChecker.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellchecker.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/spellerStyle.css
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/wordWindow.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_table.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_tablecell.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_template/images/template1.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_template/images/template2.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_template/images/template3.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_template.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_textarea.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_textfield.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dtd/fck_dtd_test.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dtd/fck_xhtml10strict.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/dtd/fck_xhtml10transitional.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/fckdebug.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/fckdialog.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/fckeditor.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/fckeditor.original.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/browser.css
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/browser.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/frmactualfolder.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/frmcreatefolder.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/frmfolders.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/frmresourceslist.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/frmresourcetype.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/frmupload.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/ButtonArrow.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/Folder.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/Folder32.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/FolderOpened.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/FolderOpened32.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/FolderUp.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/ai.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/avi.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/bmp.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/cs.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/default.icon.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/dll.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/doc.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/exe.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/fla.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/gif.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/htm.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/html.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/jpg.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/js.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/mdb.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/mp3.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/pdf.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/png.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/ppt.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/rdp.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/swf.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/swt.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/txt.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/vsd.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/xls.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/xml.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32/zip.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/ai.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/avi.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/bmp.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/cs.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/default.icon.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/dll.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/doc.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/exe.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/fla.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/gif.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/htm.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/html.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/jpg.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/js.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/mdb.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/mp3.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/pdf.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/png.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/ppt.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/rdp.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/swf.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/swt.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/txt.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/vsd.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/xls.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/xml.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/zip.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/spacer.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/js/common.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/js/fckxml.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/asp/basexml.asp
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/asp/class_upload.asp
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/asp/commands.asp
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/asp/config.asp
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/asp/connector.asp
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/asp/io.asp
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/asp/upload.asp
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/asp/util.asp
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/aspx/config.ascx
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/aspx/connector.aspx
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/aspx/upload.aspx
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/ImageObject.cfc
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/cf5_connector.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/cf5_upload.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/cf_basexml.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/cf_commands.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/cf_connector.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/cf_io.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/cf_upload.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/cf_util.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/config.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/connector.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/image.cfc
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm/upload.cfm
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/lasso/config.lasso
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/lasso/connector.lasso
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/lasso/upload.lasso
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/perl/basexml.pl
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/perl/commands.pl
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/perl/connector.cgi
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/perl/io.pl
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/perl/upload.cgi
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/perl/upload_fck.pl
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/perl/util.pl
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/php/basexml.php
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/php/commands.php
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/php/config.php
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/php/connector.php
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/php/io.php
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/php/phpcompat.php
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/php/upload.php
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/php/util.php
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/config.py
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/connector.py
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/fckcommands.py
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/fckconnector.py
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/fckoutput.py
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/fckutil.py
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/htaccess.txt
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/upload.py
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/wsgi.py
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py/zope.py
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/test.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/uploadtest.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/anchor.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/arrow_ltr.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/arrow_rtl.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/angel_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/angry_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/broken_heart.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/cake.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/confused_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/cry_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/devil_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/embaressed_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/envelope.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/heart.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/kiss.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/lightbulb.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/omg_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/regular_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/sad_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/shades_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/teeth_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/thumbs_down.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/thumbs_up.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/tounge_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/whatchutalkingabout_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn/wink_smile.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/images/spacer.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/js/fckadobeair.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/js/fckeditorcode_gecko.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/js/fckeditorcode_ie.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/_translationstatus.txt
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/af.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/ar.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/bg.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/bn.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/bs.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/ca.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/cs.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/da.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/de.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/el.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/en-au.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/en-ca.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/en-uk.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/en.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/eo.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/es.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/et.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/eu.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/fa.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/fi.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/fo.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/fr-ca.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/fr.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/gl.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/he.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/hi.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/hr.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/hu.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/it.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/ja.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/km.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/ko.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/lt.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/lv.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/mn.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/ms.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/nb.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/nl.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/no.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/pl.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/pt-br.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/pt.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/ro.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/ru.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/sk.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/sl.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/sr-latn.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/sr.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/sv.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/th.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/tr.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/uk.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/vi.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/zh-cn.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/lang/zh.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/autogrow/fckplugin.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/bbcode/_sample/sample.config.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/bbcode/_sample/sample.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/bbcode/fckplugin.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/dragresizetable/fckplugin.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/fck_placeholder.html
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/fckplugin.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/lang/de.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/lang/en.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/lang/es.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/lang/fr.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/lang/it.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/lang/pl.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/placeholder.gif
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/simplecommands/fckplugin.js
+${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/tablecommands/fckplugin.js
+${OG_DIR}/public/assets/javascript/fckeditor/fckconfig.js
+${OG_DIR}/public/assets/javascript/fckeditor/fckeditor.js
+${OG_DIR}/public/assets/javascript/fckeditor/fckeditor.php
+${OG_DIR}/public/assets/javascript/fckeditor/fckpackager.xml
+${OG_DIR}/public/assets/javascript/fckeditor/fckstyles.xml
+${OG_DIR}/public/assets/javascript/fckeditor/fcktemplates.xml
+${OG_DIR}/public/assets/javascript/fckeditor/htaccess.txt
+${OG_DIR}/public/assets/javascript/fckeditor/license.txt
+${OG_DIR}/public/assets/javascript/flashobject.js
+${OG_DIR}/public/assets/javascript/gelSheet/comm/ajax.js
+${OG_DIR}/public/assets/javascript/gelSheet/comm/comm_manager.js
+${OG_DIR}/public/assets/javascript/gelSheet/controllers/command_controller.js
+${OG_DIR}/public/assets/javascript/gelSheet/controllers/font_style_controller.js
+${OG_DIR}/public/assets/javascript/gelSheet/controllers/sheet_controller.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/command_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/event_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/key_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/names_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/resize_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/section_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/selection_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/handlers/style_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/application.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/application_dialogs.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/application_events.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/application_toolbars.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/colorPalette.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/formulabar.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/application/openFile_dialogBox.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/debug/debugger.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/fonts.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_components.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_events.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_gui.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_navigation.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_operations.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/grid_scrollbar.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/gridold.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/vcell.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/vcolumn.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/grid/vrow.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/_vti_cnf/cell.cur.ico
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/_vti_cnf/cursores.jpg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/_vti_cnf/default_cursor.jpg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/cell.cur.ico
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/col.cur.ico
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/cursores.jpg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/default_cursor.jpg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/gelsheet_logo-113x54-transparent.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/gelsheet_logo-113x54.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/gelsheet_logo-132x51-Tab-transparent.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/gelsheet_logo-132x51-Tab.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/gelsheet_logo-85x41.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/gelsheet_logo.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/row.cur.ico
+${OG_DIR}/public/assets/javascript/gelSheet/interface/img/row.cur2.ico
+${OG_DIR}/public/assets/javascript/gelSheet/interface/index.php
+${OG_DIR}/public/assets/javascript/gelSheet/interface/style.css
+${OG_DIR}/public/assets/javascript/gelSheet/interface/style_wrapper.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar/combos/functions.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar/index.html
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar/toolbar.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar/toolbar_callback.js
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/backgroundLight.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/backgroundShadow.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/backgroundShadowLight.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/bold.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/cono.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/cono16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/cono32.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/hBackgroundShadowLight.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/HTML2-32x32.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/ODS-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/ODS-48x48.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/PDF-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/PDF-32x32.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/XLS-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/XLS-32x32.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/XLSX-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/align_center-16x16.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/align_center-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/align_justify-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/align_left-16x16.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/align_left-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/align_right-16x16.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/align_right-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/background-color.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/background-color.svg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/bgcolor-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/bgcolor.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/bold-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/bold.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/bold.svg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/border_bottom.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/border_left.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/border_none.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/border_right.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/border_top.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/drawing.svg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/excel_2007_icon.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/excel_2007_icon2.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/export.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/floppy_icon.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/floppy_icon.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/font-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/font-color-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/font-color.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/font-color.svg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/font.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/italic-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/italic.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/italic.svg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/new-32x32.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/open-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/open-32x32.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/pencil-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/save-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/save-32x32.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/saveas-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/saveas-32x32.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/separator32x8.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/text2399.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/underline-16x16.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/underline.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/underline.svg
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/unformat-16x16.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/valign_button-16x16.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/valign_center-16x16.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons/valign_top-16x16.gif
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/italic.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/mutante.png
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/toolbar.css
+${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/toolbar.js
+${OG_DIR}/public/assets/javascript/gelSheet/library/trigonometric/math-library.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/book.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/calculator.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/cell.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/column.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/formula_parser.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/references.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/row.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/sheet.js
+${OG_DIR}/public/assets/javascript/gelSheet/logic/sheet_style_operations.js
+${OG_DIR}/public/assets/javascript/gelSheet/medium_layer/data_model.js
+${OG_DIR}/public/assets/javascript/gelSheet/medium_layer/data_model_style_operations.js
+${OG_DIR}/public/assets/javascript/gelSheet/medium_layer/selection_handler.js
+${OG_DIR}/public/assets/javascript/gelSheet/php/Connection.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/JSON_functions.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/comm/Message.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/comm/MessageHandler.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/config/classPath.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/config/settings.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/config/tableNames.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/BookController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/ExceptionController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/ExportController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/FormatController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/LanguageController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/OpenGooController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/SpreadsheetController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/controller/UserController.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPCreator.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Calculation/FormulaParser.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Calculation/FormulaToken.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Calculation/Function.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Calculation/Functions.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Calculation/functionlist.txt
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Calculation.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Cell/DataType.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Cell/DataValidation.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Cell/Hyperlink.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Cell.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Comment.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/DocumentProperties.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/DocumentSecurity.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/HashTable.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/IComparable.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/IOFactory.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/NamedRange.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Reader/CSV.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Reader/Excel2007.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Reader/Excel5.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Reader/IReader.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Reader/Serialized.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/ReferenceHelper.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/RichText/ITextElement.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/RichText/Run.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/RichText/TextElement.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/RichText.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/Date.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/Drawing.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/File.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/Font.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/OLE/ChainedBlockStream.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/OLE/OLE_File.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/OLE/OLE_PPS.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/OLE/OLE_Root.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/OLE.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/OLERead.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/courier.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/helvetica.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/helveticab.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/helveticabi.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/helveticai.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/symbol.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/times.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/timesb.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/timesbi.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/timesi.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font/zapfdingbats.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/fpdf.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PasswordHasher.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/String.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/XMLWriter.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style/Alignment.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style/Border.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style/Borders.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style/Color.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style/Conditional.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style/Fill.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style/Font.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style/NumberFormat.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style/Protection.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/BaseDrawing.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/ColumnDimension.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/Drawing/Shadow.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/Drawing.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooter.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/PageMargins.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/PageSetup.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/Protection.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/RowDimension.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/CSV.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Comments.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/ContentTypes.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/DocProps.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Drawing.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Rels.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/StringTable.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Style.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Theme.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Workbook.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/Worksheet.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007/WriterPart.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/BIFFwriter.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Format.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Parser.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Workbook.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Worksheet.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel5/Writer.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel5.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/HTML.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/IWriter.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/PDF.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Serialized.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/sample.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPOds/AUTHORS
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPOds/LICENSE
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPOds/PHPOds.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPOds/VERSION
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/temp/default.ods
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/temp/default.pdf
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/temp/default.xls
+${OG_DIR}/public/assets/javascript/gelSheet/php/export/temp/default.xlsx
+${OG_DIR}/public/assets/javascript/gelSheet/php/export.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/exportExamples.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/fonts.js.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/index.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/index.php.save
+${OG_DIR}/public/assets/javascript/gelSheet/php/langExample.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/load.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/Book.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/BorderStyle.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/Cell.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/CellContainer.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/Column.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/FontStyle.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/LayoutStyle.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/Model.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/Row.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/Sheet.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/model/User.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/mysql-php-xls.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/save.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/testAjax.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/util/Tables.class.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/util/db_functions.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/util/lang/example.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/util/lang/lang_list.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/util/lang/languages.js.php
+${OG_DIR}/public/assets/javascript/gelSheet/php/util/lang/languages.php
+${OG_DIR}/public/assets/javascript/modules/addContactForm.js
+${OG_DIR}/public/assets/javascript/modules/addFileForm.js
+${OG_DIR}/public/assets/javascript/modules/addMessageForm.js
+${OG_DIR}/public/assets/javascript/modules/addProjectForm.js
+${OG_DIR}/public/assets/javascript/modules/addTaskForm.js
+${OG_DIR}/public/assets/javascript/modules/addTemplate.js
+${OG_DIR}/public/assets/javascript/modules/addUserForm.js
+${OG_DIR}/public/assets/javascript/modules/linkToObjectForm.js
+${OG_DIR}/public/assets/javascript/modules/massmailerForm.js
+${OG_DIR}/public/assets/javascript/modules/updatePermissionsForm.js
+${OG_DIR}/public/assets/javascript/og/CSVCombo.js
+${OG_DIR}/public/assets/javascript/og/CalendarFunctions.js
+${OG_DIR}/public/assets/javascript/og/CalendarManager.js
+${OG_DIR}/public/assets/javascript/og/CalendarToolbar.js
+${OG_DIR}/public/assets/javascript/og/ConfirmDialog.js
+${OG_DIR}/public/assets/javascript/og/ContactManager.js
+${OG_DIR}/public/assets/javascript/og/ContentPanel.js
+${OG_DIR}/public/assets/javascript/og/ContentPanelLayout.js
+${OG_DIR}/public/assets/javascript/og/CustomProperties.js
+${OG_DIR}/public/assets/javascript/og/CustomPropertyFunctions.js
+${OG_DIR}/public/assets/javascript/og/DateField.js
+${OG_DIR}/public/assets/javascript/og/EmailAccountMenu.js
+${OG_DIR}/public/assets/javascript/og/EmailCombo.js
+${OG_DIR}/public/assets/javascript/og/EventPopUp.js
+${OG_DIR}/public/assets/javascript/og/FileManager.js
+${OG_DIR}/public/assets/javascript/og/GooPlayer.js
+${OG_DIR}/public/assets/javascript/og/GooProxy.js
+${OG_DIR}/public/assets/javascript/og/HelpPanel.js
+${OG_DIR}/public/assets/javascript/og/Helpers.js
+${OG_DIR}/public/assets/javascript/og/HtmlPanel.js
+${OG_DIR}/public/assets/javascript/og/HttpProvider.js
+${OG_DIR}/public/assets/javascript/og/ImageChooser.js
+${OG_DIR}/public/assets/javascript/og/LoginDialog.js
+${OG_DIR}/public/assets/javascript/og/MailManager.js
+${OG_DIR}/public/assets/javascript/og/MessageManager.js
+${OG_DIR}/public/assets/javascript/og/ObjectPicker.js
+${OG_DIR}/public/assets/javascript/og/OverviewManager.js
+${OG_DIR}/public/assets/javascript/og/Permissions.js
+${OG_DIR}/public/assets/javascript/og/QuickAdd.js
+${OG_DIR}/public/assets/javascript/og/ReportingFunctions.js
+${OG_DIR}/public/assets/javascript/og/ReportingManager.js
+${OG_DIR}/public/assets/javascript/og/Sound.js
+${OG_DIR}/public/assets/javascript/og/TagMenu.js
+${OG_DIR}/public/assets/javascript/og/TagPanel.js
+${OG_DIR}/public/assets/javascript/og/TrashCan.js
+${OG_DIR}/public/assets/javascript/og/WebpageManager.js
+${OG_DIR}/public/assets/javascript/og/WorkspaceChooser.js
+${OG_DIR}/public/assets/javascript/og/WorkspacePanel.js
+${OG_DIR}/public/assets/javascript/og/WorkspaceUtils.js
+${OG_DIR}/public/assets/javascript/og/layout.js
+${OG_DIR}/public/assets/javascript/og/og.js
+${OG_DIR}/public/assets/javascript/og/swfobject.js
+${OG_DIR}/public/assets/javascript/og/tasks/TasksBottomToolbar.js
+${OG_DIR}/public/assets/javascript/og/tasks/TasksTopToolbar.js
+${OG_DIR}/public/assets/javascript/og/tasks/addTask.js
+${OG_DIR}/public/assets/javascript/og/tasks/drawing.js
+${OG_DIR}/public/assets/javascript/og/tasks/main.js
+${OG_DIR}/public/assets/javascript/og/tasks/print.js
+${OG_DIR}/public/assets/javascript/og/time/drawing.js
+${OG_DIR}/public/assets/javascript/og/time/main.js
+${OG_DIR}/public/assets/javascript/ogmin.js
+${OG_DIR}/public/assets/javascript/slimey/actions.js
+${OG_DIR}/public/assets/javascript/slimey/editor.js
+${OG_DIR}/public/assets/javascript/slimey/favicon.ico
+${OG_DIR}/public/assets/javascript/slimey/functions.js
+${OG_DIR}/public/assets/javascript/slimey/images/addslide.png
+${OG_DIR}/public/assets/javascript/slimey/images/addslided.png
+${OG_DIR}/public/assets/javascript/slimey/images/addslideh.png
+${OG_DIR}/public/assets/javascript/slimey/images/addslidex.png
+${OG_DIR}/public/assets/javascript/slimey/images/bold.png
+${OG_DIR}/public/assets/javascript/slimey/images/boldd.png
+${OG_DIR}/public/assets/javascript/slimey/images/boldh.png
+${OG_DIR}/public/assets/javascript/slimey/images/boldx.png
+${OG_DIR}/public/assets/javascript/slimey/images/bringToFront.png
+${OG_DIR}/public/assets/javascript/slimey/images/bringToFrontd.png
+${OG_DIR}/public/assets/javascript/slimey/images/bringToFronth.png
+${OG_DIR}/public/assets/javascript/slimey/images/bringToFrontx.png
+${OG_DIR}/public/assets/javascript/slimey/images/center.png
+${OG_DIR}/public/assets/javascript/slimey/images/centerd.png
+${OG_DIR}/public/assets/javascript/slimey/images/centerh.png
+${OG_DIR}/public/assets/javascript/slimey/images/centerx.png
+${OG_DIR}/public/assets/javascript/slimey/images/color.png
+${OG_DIR}/public/assets/javascript/slimey/images/colord.png
+${OG_DIR}/public/assets/javascript/slimey/images/colorh.png
+${OG_DIR}/public/assets/javascript/slimey/images/colorx.png
+${OG_DIR}/public/assets/javascript/slimey/images/delete.png
+${OG_DIR}/public/assets/javascript/slimey/images/deleted.png
+${OG_DIR}/public/assets/javascript/slimey/images/deleteh.png
+${OG_DIR}/public/assets/javascript/slimey/images/deletex.png
+${OG_DIR}/public/assets/javascript/slimey/images/delslide.png
+${OG_DIR}/public/assets/javascript/slimey/images/delslided.png
+${OG_DIR}/public/assets/javascript/slimey/images/delslideh.png
+${OG_DIR}/public/assets/javascript/slimey/images/delslidex.png
+${OG_DIR}/public/assets/javascript/slimey/images/empty.png
+${OG_DIR}/public/assets/javascript/slimey/images/emptyd.png
+${OG_DIR}/public/assets/javascript/slimey/images/emptyh.png
+${OG_DIR}/public/assets/javascript/slimey/images/emptyx.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertImage.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertImaged.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertImageh.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertImagex.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertOList.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertOListd.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertOListh.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertOListx.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertText.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertTextd.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertTexth.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertTextx.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertUList.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertUListd.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertUListh.png
+${OG_DIR}/public/assets/javascript/slimey/images/insertUListx.png
+${OG_DIR}/public/assets/javascript/slimey/images/italic.png
+${OG_DIR}/public/assets/javascript/slimey/images/italicd.png
+${OG_DIR}/public/assets/javascript/slimey/images/italich.png
+${OG_DIR}/public/assets/javascript/slimey/images/italicx.png
+${OG_DIR}/public/assets/javascript/slimey/images/left.png
+${OG_DIR}/public/assets/javascript/slimey/images/leftd.png
+${OG_DIR}/public/assets/javascript/slimey/images/lefth.png
+${OG_DIR}/public/assets/javascript/slimey/images/leftx.png
+${OG_DIR}/public/assets/javascript/slimey/images/newslide.png
+${OG_DIR}/public/assets/javascript/slimey/images/preview.png
+${OG_DIR}/public/assets/javascript/slimey/images/previewd.png
+${OG_DIR}/public/assets/javascript/slimey/images/previewh.png
+${OG_DIR}/public/assets/javascript/slimey/images/previewx.png
+${OG_DIR}/public/assets/javascript/slimey/images/redo.png
+${OG_DIR}/public/assets/javascript/slimey/images/redod.png
+${OG_DIR}/public/assets/javascript/slimey/images/redoh.png
+${OG_DIR}/public/assets/javascript/slimey/images/redox.png
+${OG_DIR}/public/assets/javascript/slimey/images/right.png
+${OG_DIR}/public/assets/javascript/slimey/images/rightd.png
+${OG_DIR}/public/assets/javascript/slimey/images/righth.png
+${OG_DIR}/public/assets/javascript/slimey/images/rightx.png
+${OG_DIR}/public/assets/javascript/slimey/images/sample.png
+${OG_DIR}/public/assets/javascript/slimey/images/save.png
+${OG_DIR}/public/assets/javascript/slimey/images/saved.png
+${OG_DIR}/public/assets/javascript/slimey/images/saveh.png
+${OG_DIR}/public/assets/javascript/slimey/images/savex.png
+${OG_DIR}/public/assets/javascript/slimey/images/sendToBack.png
+${OG_DIR}/public/assets/javascript/slimey/images/sendToBackd.png
+${OG_DIR}/public/assets/javascript/slimey/images/sendToBackh.png
+${OG_DIR}/public/assets/javascript/slimey/images/sendToBackx.png
+${OG_DIR}/public/assets/javascript/slimey/images/sep.png
+${OG_DIR}/public/assets/javascript/slimey/images/slidedown.png
+${OG_DIR}/public/assets/javascript/slimey/images/slidedownd.png
+${OG_DIR}/public/assets/javascript/slimey/images/slidedownh.png
+${OG_DIR}/public/assets/javascript/slimey/images/slidedownx.png
+${OG_DIR}/public/assets/javascript/slimey/images/slideup.png
+${OG_DIR}/public/assets/javascript/slimey/images/slideupd.png
+${OG_DIR}/public/assets/javascript/slimey/images/slideuph.png
+${OG_DIR}/public/assets/javascript/slimey/images/slideupx.png
+${OG_DIR}/public/assets/javascript/slimey/images/underline.png
+${OG_DIR}/public/assets/javascript/slimey/images/underlined.png
+${OG_DIR}/public/assets/javascript/slimey/images/underlineh.png
+${OG_DIR}/public/assets/javascript/slimey/images/underlinex.png
+${OG_DIR}/public/assets/javascript/slimey/images/undo.png
+${OG_DIR}/public/assets/javascript/slimey/images/undod.png
+${OG_DIR}/public/assets/javascript/slimey/images/undoh.png
+${OG_DIR}/public/assets/javascript/slimey/images/undox.png
+${OG_DIR}/public/assets/javascript/slimey/images/viewSource.png
+${OG_DIR}/public/assets/javascript/slimey/images/viewSourced.png
+${OG_DIR}/public/assets/javascript/slimey/images/viewSourceh.png
+${OG_DIR}/public/assets/javascript/slimey/images/viewSourcex.png
+${OG_DIR}/public/assets/javascript/slimey/integration.js
+${OG_DIR}/public/assets/javascript/slimey/license.txt
+${OG_DIR}/public/assets/javascript/slimey/logo.png
+${OG_DIR}/public/assets/javascript/slimey/logo.svg
+${OG_DIR}/public/assets/javascript/slimey/navigation.js
+${OG_DIR}/public/assets/javascript/slimey/readme.txt
+${OG_DIR}/public/assets/javascript/slimey/save.php
+${OG_DIR}/public/assets/javascript/slimey/slang/en_us.js
+${OG_DIR}/public/assets/javascript/slimey/slang/es_la.js
+${OG_DIR}/public/assets/javascript/slimey/slime.html
+${OG_DIR}/public/assets/javascript/slimey/slimey.css
+${OG_DIR}/public/assets/javascript/slimey/slimey.html
+${OG_DIR}/public/assets/javascript/slimey/slimey.js
+${OG_DIR}/public/assets/javascript/slimey/stack.js
+${OG_DIR}/public/assets/javascript/slimey/toolbar.js
+${OG_DIR}/public/assets/javascript/slimey/tools.js
+${OG_DIR}/public/assets/javascript/wztooltip/wz_tooltip.js
+${OG_DIR}/public/assets/sounds/info.mp3
+${OG_DIR}/public/assets/themes/default/extjs/css/ext-all.css
+${OG_DIR}/public/assets/themes/default/extjs/images/default/box/corners-blue.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/box/corners.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/box/l-blue.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/box/l.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/box/r-blue.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/box/r.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/box/tb-blue.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/box/tb.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/button/btn-arrow.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/button/btn-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/dd/drop-add.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/dd/drop-no.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/dd/drop-yes.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/editor/tb-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/checkbox.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/clear-trigger.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/date-trigger.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/error-tip-corners.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/exclamation.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/radio.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/search-trigger.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/text-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/trigger-tpl.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/form/trigger.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/gradient-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/arrow-left-white.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/arrow-right-white.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/col-move-bottom.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/col-move-top.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/columns.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/dirty.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/done.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/drop-no.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/drop-yes.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/footer-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-blue-hd.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-blue-split.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-hrow.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-loading.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-split.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid-vista-hd.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-hd-btn.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-hrow-over.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-hrow.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-special-col-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/grid3-special-col-sel-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/group-by.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/group-expand-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hd-pop.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-asc.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-desc.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-lock.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-lock.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-unlock.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/hmenu-unlock.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/invalid_line.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/loading.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/mso-hd.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/nowait.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-first-disabled.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-first.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-last-disabled.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-last.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-next-disabled.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-next.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-prev-disabled.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/page-prev.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/pick-button.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/refresh.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/row-check-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/row-expand-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/row-over.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/row-sel.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/sort_asc.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/sort_desc.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/grid/wait.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/collapse.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/expand.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/gradient-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/mini-bottom.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/mini-left.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/mini-right.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/mini-top.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/ns-collapse.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/ns-expand.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/panel-close.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/panel-title-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/panel-title-light-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/stick.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/stuck.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/tab-close-on.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/layout/tab-close.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/checked.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/group-checked.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/item-over.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/menu-parent.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/menu.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/menu/unchecked.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/corners-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/left-right.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/light-hd.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/tool-sprite-tpl.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/tool-sprites.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/tools-sprites-trans.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/top-bottom.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/top-bottom.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/white-corners-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/white-left-right.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/panel/white-top-bottom.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/progress/progress-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/qtip/bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/qtip/close.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/qtip/tip-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/s.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shadow-c.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shadow-lr.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shadow.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/blue-loading.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/calendar.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/glass-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/hd-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/large-loading.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/left-btn.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/loading-balls.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/right-btn.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/shared/warning.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/e-handle-dark.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/e-handle.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/ne-handle-dark.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/ne-handle.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/nw-handle-dark.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/nw-handle.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/s-handle-dark.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/s-handle.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/se-handle-dark.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/se-handle.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/square.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/sw-handle-dark.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer/sw-handle.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/slider/slider-bg.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/slider/slider-thumb.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/slider/slider-v-bg.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/slider/slider-v-thumb.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/scroll-left.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/scroll-right.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/scroller-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-btm-inactive-left-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-btm-inactive-right-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-btm-left-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-btm-right-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-close.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-strip-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-strip-bg.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tab-strip-btm-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs/tabs-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/btn-arrow-light.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/btn-arrow.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/btn-over-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/gray-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/tb-bg.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar/tb-btn-sprite.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/arrows.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-add.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-between.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-no.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-over.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-under.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/drop-yes.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end-minus-nl.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end-minus.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end-plus-nl.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end-plus.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-end.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-line.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-minus-nl.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-minus.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-plus-nl.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow-plus.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/elbow.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/folder-open.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/folder.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/leaf.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/loading.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/tree/s.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/window/icon-error.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/window/icon-info.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/window/icon-question.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/window/icon-warning.gif
+${OG_DIR}/public/assets/themes/default/extjs/images/default/window/left-corners.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/window/left-right.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/window/right-corners.png
+${OG_DIR}/public/assets/themes/default/extjs/images/default/window/top-bottom.png
+${OG_DIR}/public/assets/themes/default/extjs/license.txt
+${OG_DIR}/public/assets/themes/default/fckeditor/fck_dialog.css
+${OG_DIR}/public/assets/themes/default/fckeditor/fck_dialog_ie6.js
+${OG_DIR}/public/assets/themes/default/fckeditor/fck_editor.css
+${OG_DIR}/public/assets/themes/default/fckeditor/fck_strip.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/dialog.sides.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/dialog.sides.png
+${OG_DIR}/public/assets/themes/default/fckeditor/images/dialog.sides.rtl.png
+${OG_DIR}/public/assets/themes/default/fckeditor/images/sprites.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/sprites.png
+${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.arrowright.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.bg.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.buttonarrow.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.collapse.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.end.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.expand.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.separator.gif
+${OG_DIR}/public/assets/themes/default/fckeditor/images/toolbar.start.gif
+${OG_DIR}/public/assets/themes/default/images/12x12/collapse.png
+${OG_DIR}/public/assets/themes/default/images/12x12/expand.png
+${OG_DIR}/public/assets/themes/default/images/16x16/account.png
+${OG_DIR}/public/assets/themes/default/images/16x16/add.png
+${OG_DIR}/public/assets/themes/default/images/16x16/administration.png
+${OG_DIR}/public/assets/themes/default/images/16x16/attach.png
+${OG_DIR}/public/assets/themes/default/images/16x16/back.png
+${OG_DIR}/public/assets/themes/default/images/16x16/calendar.png
+${OG_DIR}/public/assets/themes/default/images/16x16/checkin.png
+${OG_DIR}/public/assets/themes/default/images/16x16/checkout.png
+${OG_DIR}/public/assets/themes/default/images/16x16/chkoff.png
+${OG_DIR}/public/assets/themes/default/images/16x16/chkon.png
+${OG_DIR}/public/assets/themes/default/images/16x16/classify.png
+${OG_DIR}/public/assets/themes/default/images/16x16/comment.png
+${OG_DIR}/public/assets/themes/default/images/16x16/companies.png
+${OG_DIR}/public/assets/themes/default/images/16x16/company.png
+${OG_DIR}/public/assets/themes/default/images/16x16/complete.png
+${OG_DIR}/public/assets/themes/default/images/16x16/contacts.png
+${OG_DIR}/public/assets/themes/default/images/16x16/copy.png
+${OG_DIR}/public/assets/themes/default/images/16x16/dash_collapsed.png
+${OG_DIR}/public/assets/themes/default/images/16x16/dash_expanded.png
+${OG_DIR}/public/assets/themes/default/images/16x16/del.png
+${OG_DIR}/public/assets/themes/default/images/16x16/delete_task.png
+${OG_DIR}/public/assets/themes/default/images/16x16/details.png
+${OG_DIR}/public/assets/themes/default/images/16x16/doc.png
+${OG_DIR}/public/assets/themes/default/images/16x16/documents.png
+${OG_DIR}/public/assets/themes/default/images/16x16/down.png
+${OG_DIR}/public/assets/themes/default/images/16x16/download.png
+${OG_DIR}/public/assets/themes/default/images/16x16/email.png
+${OG_DIR}/public/assets/themes/default/images/16x16/fax.png
+${OG_DIR}/public/assets/themes/default/images/16x16/folder.png
+${OG_DIR}/public/assets/themes/default/images/16x16/gooplayer.png
+${OG_DIR}/public/assets/themes/default/images/16x16/help.png
+${OG_DIR}/public/assets/themes/default/images/16x16/hide_messages.png
+${OG_DIR}/public/assets/themes/default/images/16x16/history.png
+${OG_DIR}/public/assets/themes/default/images/16x16/icons.png
+${OG_DIR}/public/assets/themes/default/images/16x16/load_from_ws.png
+${OG_DIR}/public/assets/themes/default/images/16x16/locked.png
+${OG_DIR}/public/assets/themes/default/images/16x16/logout.png
+${OG_DIR}/public/assets/themes/default/images/16x16/lower_task.png
+${OG_DIR}/public/assets/themes/default/images/16x16/mail_forward.png
+${OG_DIR}/public/assets/themes/default/images/16x16/mail_mark_read.png
+${OG_DIR}/public/assets/themes/default/images/16x16/mail_mark_unread.png
+${OG_DIR}/public/assets/themes/default/images/16x16/mail_receive.png
+${OG_DIR}/public/assets/themes/default/images/16x16/mail_replayall.png
+${OG_DIR}/public/assets/themes/default/images/16x16/mail_reply.png
+${OG_DIR}/public/assets/themes/default/images/16x16/mail_send.png
+${OG_DIR}/public/assets/themes/default/images/16x16/message.png
+${OG_DIR}/public/assets/themes/default/images/16x16/milestone.png
+${OG_DIR}/public/assets/themes/default/images/16x16/minus.gif
+${OG_DIR}/public/assets/themes/default/images/16x16/more.png
+${OG_DIR}/public/assets/themes/default/images/16x16/muted.png
+${OG_DIR}/public/assets/themes/default/images/16x16/new.png
+${OG_DIR}/public/assets/themes/default/images/16x16/next.png
+${OG_DIR}/public/assets/themes/default/images/16x16/nextmonth.png
+${OG_DIR}/public/assets/themes/default/images/16x16/open.png
+${OG_DIR}/public/assets/themes/default/images/16x16/openlink.png
+${OG_DIR}/public/assets/themes/default/images/16x16/overview.png
+${OG_DIR}/public/assets/themes/default/images/16x16/password.png
+${OG_DIR}/public/assets/themes/default/images/16x16/pause.png
+${OG_DIR}/public/assets/themes/default/images/16x16/permissions.png
+${OG_DIR}/public/assets/themes/default/images/16x16/phone.png
+${OG_DIR}/public/assets/themes/default/images/16x16/picture.png
+${OG_DIR}/public/assets/themes/default/images/16x16/play.png
+${OG_DIR}/public/assets/themes/default/images/16x16/playlist_clear.png
+${OG_DIR}/public/assets/themes/default/images/16x16/playlist_refresh.png
+${OG_DIR}/public/assets/themes/default/images/16x16/plus.gif
+${OG_DIR}/public/assets/themes/default/images/16x16/previous.png
+${OG_DIR}/public/assets/themes/default/images/16x16/prevmonth.png
+${OG_DIR}/public/assets/themes/default/images/16x16/print.png
+${OG_DIR}/public/assets/themes/default/images/16x16/properties.png
+${OG_DIR}/public/assets/themes/default/images/16x16/prsn.png
+${OG_DIR}/public/assets/themes/default/images/16x16/queue.png
+${OG_DIR}/public/assets/themes/default/images/16x16/random.png
+${OG_DIR}/public/assets/themes/default/images/16x16/refresh.png
+${OG_DIR}/public/assets/themes/default/images/16x16/remember.png
+${OG_DIR}/public/assets/themes/default/images/16x16/rename.png
+${OG_DIR}/public/assets/themes/default/images/16x16/reopen.png
+${OG_DIR}/public/assets/themes/default/images/16x16/repeat.png
+${OG_DIR}/public/assets/themes/default/images/16x16/reporting.png
+${OG_DIR}/public/assets/themes/default/images/16x16/revisions.png
+${OG_DIR}/public/assets/themes/default/images/16x16/rss.png
+${OG_DIR}/public/assets/themes/default/images/16x16/save.png
+${OG_DIR}/public/assets/themes/default/images/16x16/save_as.png
+${OG_DIR}/public/assets/themes/default/images/16x16/save_new.png
+${OG_DIR}/public/assets/themes/default/images/16x16/search.png
+${OG_DIR}/public/assets/themes/default/images/16x16/share.png
+${OG_DIR}/public/assets/themes/default/images/16x16/slideshow.png
+${OG_DIR}/public/assets/themes/default/images/16x16/sort_321.png
+${OG_DIR}/public/assets/themes/default/images/16x16/sort_abc.png
+${OG_DIR}/public/assets/themes/default/images/16x16/sort_asc.png
+${OG_DIR}/public/assets/themes/default/images/16x16/sort_desc.png
+${OG_DIR}/public/assets/themes/default/images/16x16/sound.png
+${OG_DIR}/public/assets/themes/default/images/16x16/sprd.png
+${OG_DIR}/public/assets/themes/default/images/16x16/stop.png
+${OG_DIR}/public/assets/themes/default/images/16x16/tags.png
+${OG_DIR}/public/assets/themes/default/images/16x16/task-high.png
+${OG_DIR}/public/assets/themes/default/images/16x16/task-low.png
+${OG_DIR}/public/assets/themes/default/images/16x16/tasks.png
+${OG_DIR}/public/assets/themes/default/images/16x16/template.png
+${OG_DIR}/public/assets/themes/default/images/16x16/time.png
+${OG_DIR}/public/assets/themes/default/images/16x16/time_pause.png
+${OG_DIR}/public/assets/themes/default/images/16x16/time_play.png
+${OG_DIR}/public/assets/themes/default/images/16x16/time_stop.png
+${OG_DIR}/public/assets/themes/default/images/16x16/today.png
+${OG_DIR}/public/assets/themes/default/images/16x16/trash.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-pdf.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.ms-excel.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.ms-powerpoint.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.ms-word.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.chart.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.database.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.formula.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.graphics.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.image.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.presentation-template.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.presentation.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.spreadsheet-template.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.spreadsheet.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.oasis.opendocument.text.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application-zip.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/application.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/audio.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/classify.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/company.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/contact.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/email.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/event.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/file.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/image.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/message.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/milestone.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/prsn.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/sprd.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/task.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/text-html.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/text-xml.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/text.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/txt.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/unknown.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/user.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/video.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/webfile.png
+${OG_DIR}/public/assets/themes/default/images/16x16/types/webpage.png
+${OG_DIR}/public/assets/themes/default/images/16x16/unclassify.png
+${OG_DIR}/public/assets/themes/default/images/16x16/undo.png
+${OG_DIR}/public/assets/themes/default/images/16x16/unlocked.png
+${OG_DIR}/public/assets/themes/default/images/16x16/up.png
+${OG_DIR}/public/assets/themes/default/images/16x16/upload.png
+${OG_DIR}/public/assets/themes/default/images/16x16/view.png
+${OG_DIR}/public/assets/themes/default/images/16x16/view_as_db.png
+${OG_DIR}/public/assets/themes/default/images/16x16/view_as_list.png
+${OG_DIR}/public/assets/themes/default/images/16x16/view_calendar_month.png
+${OG_DIR}/public/assets/themes/default/images/16x16/view_calendar_week.png
+${OG_DIR}/public/assets/themes/default/images/16x16/webpages.png
+${OG_DIR}/public/assets/themes/default/images/16x16/workspace.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/Imagen1.xcf
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/Imagen2.xcf
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/WorkspaceBullet.xcf
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color0.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color1.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color10.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color11.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color12.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color13.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color14.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color15.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color16.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color17.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color18.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color19.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color2.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color20.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color21.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color22.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color23.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color24.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color3.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color4.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color5.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color6.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color7.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color8.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/color9.png
+${OG_DIR}/public/assets/themes/default/images/16x16/wscolors/colorWhite.png
+${OG_DIR}/public/assets/themes/default/images/16x16/zip-add.png
+${OG_DIR}/public/assets/themes/default/images/16x16/zip-extract.png
+${OG_DIR}/public/assets/themes/default/images/22x22/chronometer.png
+${OG_DIR}/public/assets/themes/default/images/22x22/chronometer_pause.png
+${OG_DIR}/public/assets/themes/default/images/32x32/tasks.png
+${OG_DIR}/public/assets/themes/default/images/32x32/view_calendar_month.png
+${OG_DIR}/public/assets/themes/default/images/32x32/view_calendar_week.png
+${OG_DIR}/public/assets/themes/default/images/32x32/warning.png
+${OG_DIR}/public/assets/themes/default/images/48x48/backup.png
+${OG_DIR}/public/assets/themes/default/images/48x48/billing.png
+${OG_DIR}/public/assets/themes/default/images/48x48/chart.png
+${OG_DIR}/public/assets/themes/default/images/48x48/company.png
+${OG_DIR}/public/assets/themes/default/images/48x48/company_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/configuration.png
+${OG_DIR}/public/assets/themes/default/images/48x48/contact.png
+${OG_DIR}/public/assets/themes/default/images/48x48/contact_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/cron.png
+${OG_DIR}/public/assets/themes/default/images/48x48/custom_properties.png
+${OG_DIR}/public/assets/themes/default/images/48x48/email.png
+${OG_DIR}/public/assets/themes/default/images/48x48/email_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/event_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/files.png
+${OG_DIR}/public/assets/themes/default/images/48x48/files_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/gooplayer.png
+${OG_DIR}/public/assets/themes/default/images/48x48/groups.png
+${OG_DIR}/public/assets/themes/default/images/48x48/milestone.png
+${OG_DIR}/public/assets/themes/default/images/48x48/milestone_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/note.png
+${OG_DIR}/public/assets/themes/default/images/48x48/note_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/report.png
+${OG_DIR}/public/assets/themes/default/images/48x48/tasks.png
+${OG_DIR}/public/assets/themes/default/images/48x48/tasks_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/template.png
+${OG_DIR}/public/assets/themes/default/images/48x48/template_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/tools.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-pdf.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.ms-powerpoint.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.ms-word.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.chart.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.database.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.formula.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.graphics.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.image.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.presentation-template.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.presentation.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.spreadsheet-template.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.spreadsheet.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.oasis.opendocument.text.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application-zip.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/application_vnd.ms_powerpoint.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/audio.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/file.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/image.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/prsn.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/sprd.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/text-html.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/text-xml.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/text.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/txt.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/unknown.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/video.png
+${OG_DIR}/public/assets/themes/default/images/48x48/types/webfile.png
+${OG_DIR}/public/assets/themes/default/images/48x48/upgrade.png
+${OG_DIR}/public/assets/themes/default/images/48x48/user.png
+${OG_DIR}/public/assets/themes/default/images/48x48/view_calendar_day.png
+${OG_DIR}/public/assets/themes/default/images/48x48/weblink.png
+${OG_DIR}/public/assets/themes/default/images/48x48/weblink_trashed.png
+${OG_DIR}/public/assets/themes/default/images/48x48/workspace.png
+${OG_DIR}/public/assets/themes/default/images/avatar.gif
+${OG_DIR}/public/assets/themes/default/images/file/contact.png
+${OG_DIR}/public/assets/themes/default/images/file/del.png
+${OG_DIR}/public/assets/themes/default/images/file/doc.png
+${OG_DIR}/public/assets/themes/default/images/file/download.png
+${OG_DIR}/public/assets/themes/default/images/file/event.png
+${OG_DIR}/public/assets/themes/default/images/file/more.png
+${OG_DIR}/public/assets/themes/default/images/file/new.png
+${OG_DIR}/public/assets/themes/default/images/file/properties.png
+${OG_DIR}/public/assets/themes/default/images/file/prsn.png
+${OG_DIR}/public/assets/themes/default/images/file/refresh.png
+${OG_DIR}/public/assets/themes/default/images/file/revisions.png
+${OG_DIR}/public/assets/themes/default/images/file/slideshow.png
+${OG_DIR}/public/assets/themes/default/images/file/sprd.png
+${OG_DIR}/public/assets/themes/default/images/file/tag.png
+${OG_DIR}/public/assets/themes/default/images/file/task.png
+${OG_DIR}/public/assets/themes/default/images/file/upload.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/archive.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/audio.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/doc.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/font.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/image.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/mov.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/pdf.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/prsn.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/psd.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/rm.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/sprd.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/svg.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/swf.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/unknown.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/video.png
+${OG_DIR}/public/assets/themes/default/images/filetypes/xls.png
+${OG_DIR}/public/assets/themes/default/images/icons/attach.png
+${OG_DIR}/public/assets/themes/default/images/icons/bullet_drop_down.gif
+${OG_DIR}/public/assets/themes/default/images/icons/cancel_gray.gif
+${OG_DIR}/public/assets/themes/default/images/icons/checked.jpg
+${OG_DIR}/public/assets/themes/default/images/icons/classify.png
+${OG_DIR}/public/assets/themes/default/images/icons/edit.gif
+${OG_DIR}/public/assets/themes/default/images/icons/feed.gif
+${OG_DIR}/public/assets/themes/default/images/icons/go_gray.gif
+${OG_DIR}/public/assets/themes/default/images/icons/icalendar.png
+${OG_DIR}/public/assets/themes/default/images/icons/more_down.gif
+${OG_DIR}/public/assets/themes/default/images/icons/not-checked.jpg
+${OG_DIR}/public/assets/themes/default/images/icons/ok.gif
+${OG_DIR}/public/assets/themes/default/images/icons/private.gif
+${OG_DIR}/public/assets/themes/default/images/im/aim.gif
+${OG_DIR}/public/assets/themes/default/images/im/icq.gif
+${OG_DIR}/public/assets/themes/default/images/im/jabber.gif
+${OG_DIR}/public/assets/themes/default/images/im/msn.gif
+${OG_DIR}/public/assets/themes/default/images/im/skype.gif
+${OG_DIR}/public/assets/themes/default/images/im/yahoo.gif
+${OG_DIR}/public/assets/themes/default/images/layout/header_bottom.gif
+${OG_DIR}/public/assets/themes/default/images/layout/loading.gif
+${OG_DIR}/public/assets/themes/default/images/layout/logo.png
+${OG_DIR}/public/assets/themes/default/images/layout/options.png
+${OG_DIR}/public/assets/themes/default/images/layout/search/search_bl.png
+${OG_DIR}/public/assets/themes/default/images/layout/search/search_br.png
+${OG_DIR}/public/assets/themes/default/images/layout/search/search_ul.png
+${OG_DIR}/public/assets/themes/default/images/layout/search/search_ur.png
+${OG_DIR}/public/assets/themes/default/images/layout/selected_report_menu.png
+${OG_DIR}/public/assets/themes/default/images/layout/shadow.png
+${OG_DIR}/public/assets/themes/default/images/layout/shb.png
+${OG_DIR}/public/assets/themes/default/images/layout/shcorner.png
+${OG_DIR}/public/assets/themes/default/images/layout/shcornerbottom.png
+${OG_DIR}/public/assets/themes/default/images/layout/shcornertop.png
+${OG_DIR}/public/assets/themes/default/images/layout/shr.png
+${OG_DIR}/public/assets/themes/default/images/layout/tag-close.gif
+${OG_DIR}/public/assets/themes/default/images/layout/taskgroupheader.png
+${OG_DIR}/public/assets/themes/default/images/layout/userborder.png
+${OG_DIR}/public/assets/themes/default/images/logo.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/companies.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/contacts.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projectfilerevisions.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projectfiles.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projectfolders.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projectforms.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projectmessages.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projectmilestones.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projects.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projecttasklists.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projecttasks.gif
+${OG_DIR}/public/assets/themes/default/images/logtypes/projectwebpages.gif
+${OG_DIR}/public/assets/themes/default/images/rx/drag_handle.png
+${OG_DIR}/public/assets/themes/default/reesecal/default.css
+${OG_DIR}/public/assets/themes/default/slimey/images/addslide.png
+${OG_DIR}/public/assets/themes/default/slimey/images/addslided.png
+${OG_DIR}/public/assets/themes/default/slimey/images/addslideh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/addslidex.png
+${OG_DIR}/public/assets/themes/default/slimey/images/bold.png
+${OG_DIR}/public/assets/themes/default/slimey/images/boldd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/boldh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/boldx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/bringToFront.png
+${OG_DIR}/public/assets/themes/default/slimey/images/bringToFrontd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/bringToFronth.png
+${OG_DIR}/public/assets/themes/default/slimey/images/bringToFrontx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/center.png
+${OG_DIR}/public/assets/themes/default/slimey/images/centerd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/centerh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/centerx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/color.png
+${OG_DIR}/public/assets/themes/default/slimey/images/colord.png
+${OG_DIR}/public/assets/themes/default/slimey/images/colorh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/colorx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/delete.png
+${OG_DIR}/public/assets/themes/default/slimey/images/deleted.png
+${OG_DIR}/public/assets/themes/default/slimey/images/deleteh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/deletex.png
+${OG_DIR}/public/assets/themes/default/slimey/images/delslide.png
+${OG_DIR}/public/assets/themes/default/slimey/images/delslided.png
+${OG_DIR}/public/assets/themes/default/slimey/images/delslideh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/delslidex.png
+${OG_DIR}/public/assets/themes/default/slimey/images/empty.png
+${OG_DIR}/public/assets/themes/default/slimey/images/emptyd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/emptyh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/emptyx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertImage.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertImaged.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertImageh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertImagex.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertOList.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertOListd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertOListh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertOListx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertText.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertTextd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertTexth.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertTextx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertUList.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertUListd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertUListh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/insertUListx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/italic.png
+${OG_DIR}/public/assets/themes/default/slimey/images/italicd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/italich.png
+${OG_DIR}/public/assets/themes/default/slimey/images/italicx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/left.png
+${OG_DIR}/public/assets/themes/default/slimey/images/leftd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/lefth.png
+${OG_DIR}/public/assets/themes/default/slimey/images/leftx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/preview.png
+${OG_DIR}/public/assets/themes/default/slimey/images/previewd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/previewh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/previewx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/redo.png
+${OG_DIR}/public/assets/themes/default/slimey/images/redod.png
+${OG_DIR}/public/assets/themes/default/slimey/images/redoh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/redox.png
+${OG_DIR}/public/assets/themes/default/slimey/images/right.png
+${OG_DIR}/public/assets/themes/default/slimey/images/rightd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/righth.png
+${OG_DIR}/public/assets/themes/default/slimey/images/rightx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/sample.png
+${OG_DIR}/public/assets/themes/default/slimey/images/save.png
+${OG_DIR}/public/assets/themes/default/slimey/images/saved.png
+${OG_DIR}/public/assets/themes/default/slimey/images/saveh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/savex.png
+${OG_DIR}/public/assets/themes/default/slimey/images/sendToBack.png
+${OG_DIR}/public/assets/themes/default/slimey/images/sendToBackd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/sendToBackh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/sendToBackx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/sep.png
+${OG_DIR}/public/assets/themes/default/slimey/images/slidedown.png
+${OG_DIR}/public/assets/themes/default/slimey/images/slidedownd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/slidedownh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/slidedownx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/slideup.png
+${OG_DIR}/public/assets/themes/default/slimey/images/slideupd.png
+${OG_DIR}/public/assets/themes/default/slimey/images/slideuph.png
+${OG_DIR}/public/assets/themes/default/slimey/images/slideupx.png
+${OG_DIR}/public/assets/themes/default/slimey/images/underline.png
+${OG_DIR}/public/assets/themes/default/slimey/images/underlined.png
+${OG_DIR}/public/assets/themes/default/slimey/images/underlineh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/underlinex.png
+${OG_DIR}/public/assets/themes/default/slimey/images/undo.png
+${OG_DIR}/public/assets/themes/default/slimey/images/undod.png
+${OG_DIR}/public/assets/themes/default/slimey/images/undoh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/undox.png
+${OG_DIR}/public/assets/themes/default/slimey/images/viewSource.png
+${OG_DIR}/public/assets/themes/default/slimey/images/viewSourced.png
+${OG_DIR}/public/assets/themes/default/slimey/images/viewSourceh.png
+${OG_DIR}/public/assets/themes/default/slimey/images/viewSourcex.png
+${OG_DIR}/public/assets/themes/default/slimey/slimey.css
+${OG_DIR}/public/assets/themes/default/stylesheets/admin/admin.css
+${OG_DIR}/public/assets/themes/default/stylesheets/dialog.css
+${OG_DIR}/public/assets/themes/default/stylesheets/event/day.css
+${OG_DIR}/public/assets/themes/default/stylesheets/event/week.css
+${OG_DIR}/public/assets/themes/default/stylesheets/file/types.css
+${OG_DIR}/public/assets/themes/default/stylesheets/general/construction.css
+${OG_DIR}/public/assets/themes/default/stylesheets/general/forms.css
+${OG_DIR}/public/assets/themes/default/stylesheets/general/layout.css
+${OG_DIR}/public/assets/themes/default/stylesheets/general/rewrites.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/administration.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/co.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/co_input.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/dashboard.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/ext_modify.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/goo_player.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/image_chooser.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/object_picker.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/og.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/printTasks.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/reporting.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/search.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/tag_panel.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/tasks.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/time.css
+${OG_DIR}/public/assets/themes/default/stylesheets/og/workspace_panel.css
+${OG_DIR}/public/assets/themes/default/stylesheets/ogmin.css
+${OG_DIR}/public/assets/themes/default/stylesheets/project/project.css
+${OG_DIR}/public/assets/themes/default/stylesheets/website.css
+${OG_DIR}/public/help/help.html
+${OG_DIR}/public/help/index.html
+${OG_DIR}/public/index.php
+${OG_DIR}/public/install/assets/style.css
+${OG_DIR}/public/install/console.php
+${OG_DIR}/public/install/include.php
+${OG_DIR}/public/install/index.php
+${OG_DIR}/public/install/installation/acInstallation.class.php
+${OG_DIR}/public/install/installation/installation.php
+${OG_DIR}/public/install/installation/steps/ChecksStep.class.php
+${OG_DIR}/public/install/installation/steps/FinishStep.class.php
+${OG_DIR}/public/install/installation/steps/SystemConfigStep.class.php
+${OG_DIR}/public/install/installation/steps/WelcomeStep.class.php
+${OG_DIR}/public/install/installation/templates/__step_controls.php
+${OG_DIR}/public/install/installation/templates/__step_errors.php
+${OG_DIR}/public/install/installation/templates/checks.php
+${OG_DIR}/public/install/installation/templates/config_file.php
+${OG_DIR}/public/install/installation/templates/finish.php
+${OG_DIR}/public/install/installation/templates/installed_version.php
+${OG_DIR}/public/install/installation/templates/layout.php
+${OG_DIR}/public/install/installation/templates/sql/mysql_initial_data.php
+${OG_DIR}/public/install/installation/templates/sql/mysql_schema.php
+${OG_DIR}/public/install/installation/templates/sql/plugins/dummy.txt
+${OG_DIR}/public/install/installation/templates/system_config_form.php
+${OG_DIR}/public/install/installation/templates/welcome.php
+${OG_DIR}/public/install/library/classes/ChecklistItem.class.php
+${OG_DIR}/public/install/library/classes/Output.class.php
+${OG_DIR}/public/install/library/classes/Output_Console.class.php
+${OG_DIR}/public/install/library/classes/Output_Html.class.php
+${OG_DIR}/public/install/library/classes/ScriptInstaller.class.php
+${OG_DIR}/public/install/library/classes/ScriptInstallerStep.class.php
+${OG_DIR}/public/install/library/classes/Template.class.php
+${OG_DIR}/public/install/library/constants.php
+${OG_DIR}/public/install/library/functions.php
+${OG_DIR}/public/tools/access.php
+${OG_DIR}/public/tools/checklang.php
+${OG_DIR}/public/tools/combine.php
+${OG_DIR}/public/tools/export.php
+${OG_DIR}/public/tools/frompo.php
+${OG_DIR}/public/tools/index.php
+${OG_DIR}/public/tools/minify.php
+${OG_DIR}/public/tools/topot.php
+${OG_DIR}/public/tools/translate.php
+${OG_DIR}/public/upgrade/assets/style.css
+${OG_DIR}/public/upgrade/auto.php
+${OG_DIR}/public/upgrade/console.php
+${OG_DIR}/public/upgrade/include.php
+${OG_DIR}/public/upgrade/index.php
+${OG_DIR}/public/upgrade/library/classes/ChecklistItem.class.php
+${OG_DIR}/public/upgrade/library/classes/Localization.class.php
+${OG_DIR}/public/upgrade/library/classes/Output.class.php
+${OG_DIR}/public/upgrade/library/classes/Output_Console.class.php
+${OG_DIR}/public/upgrade/library/classes/Output_Html.class.php
+${OG_DIR}/public/upgrade/library/classes/ScriptUpgrader.class.php
+${OG_DIR}/public/upgrade/library/classes/ScriptUpgraderScript.class.php
+${OG_DIR}/public/upgrade/library/classes/Template.class.php
+${OG_DIR}/public/upgrade/library/functions.php
+${OG_DIR}/public/upgrade/scripts/BondiolaUpgradeScript.class.php
+${OG_DIR}/public/upgrade/scripts/ChinchulinUpgradeScript.class.php
+${OG_DIR}/public/upgrade/scripts/ChurroUpgradeScript.class.php
+${OG_DIR}/public/upgrade/scripts/DulceDeLecheUpgradeScript.class.php
+${OG_DIR}/public/upgrade/scripts/EmpanadaUpgradeScript.class.php
+${OG_DIR}/public/upgrade/scripts/MatambritoUpgradeScript.class.php
+${OG_DIR}/public/upgrade/scripts/MilangaUpgradeScript.class.php
+${OG_DIR}/public/upgrade/scripts/NutriaUpgradeScript.class.php
+${OG_DIR}/public/upgrade/scripts/TortaFritaUpgradeScript.class.php
+${OG_DIR}/public/upgrade/templates/checklist.php
+${OG_DIR}/public/upgrade/templates/config_file.php
+${OG_DIR}/public/upgrade/templates/db_migration/0_6_6_dulceDeLeche.php
+${OG_DIR}/public/upgrade/templates/db_migration/0_7_tortaFrita.php
+${OG_DIR}/public/upgrade/templates/db_migration/0_8_churro.php
+${OG_DIR}/public/upgrade/templates/db_migration/0_9_empanada.php
+${OG_DIR}/public/upgrade/templates/db_migration/1_0_milanga.php
+${OG_DIR}/public/upgrade/templates/db_migration/1_1_bondiola.php
+${OG_DIR}/public/upgrade/templates/db_migration/1_2_chinchulin.php
+${OG_DIR}/public/upgrade/templates/db_migration/1_3_matambrito.php
+${OG_DIR}/public/upgrade/templates/db_migration/1_4_nutria.php
+${OG_DIR}/public/upgrade/templates/installed_version.php
+${OG_DIR}/public/upgrade/templates/layout.php
+${OG_DIR}/public/webservices/FilesServices.php
+${OG_DIR}/public/webservices/TagsServices.php
+${OG_DIR}/public/webservices/WebServicesBase.php
+${OG_DIR}/public/webservices/WorkspaceServices.php
+${OG_DIR}/readme.txt
+${OG_DIR}/s.gif
+${OG_DIR}/version.php
+@dirrm ${OG_DIR}/public/webservices
+@dirrm ${OG_DIR}/public/upgrade/templates/db_migration
+@dirrm ${OG_DIR}/public/upgrade/templates
+@dirrm ${OG_DIR}/public/upgrade/scripts
+@dirrm ${OG_DIR}/public/upgrade/library/classes
+@dirrm ${OG_DIR}/public/upgrade/library
+@dirrm ${OG_DIR}/public/upgrade/assets
+@dirrm ${OG_DIR}/public/upgrade
+@dirrm ${OG_DIR}/public/tools
+@dirrm ${OG_DIR}/public/install/library/classes
+@dirrm ${OG_DIR}/public/install/library
+@dirrm ${OG_DIR}/public/install/installation/templates/sql/plugins
+@dirrm ${OG_DIR}/public/install/installation/templates/sql
+@dirrm ${OG_DIR}/public/install/installation/templates
+@dirrm ${OG_DIR}/public/install/installation/steps
+@dirrm ${OG_DIR}/public/install/installation
+@dirrm ${OG_DIR}/public/install/assets
+@dirrm ${OG_DIR}/public/install
+@dirrm ${OG_DIR}/public/help
+@dirrm ${OG_DIR}/public/assets/themes/default/stylesheets/project
+@dirrm ${OG_DIR}/public/assets/themes/default/stylesheets/og
+@dirrm ${OG_DIR}/public/assets/themes/default/stylesheets/general
+@dirrm ${OG_DIR}/public/assets/themes/default/stylesheets/file
+@dirrm ${OG_DIR}/public/assets/themes/default/stylesheets/event
+@dirrm ${OG_DIR}/public/assets/themes/default/stylesheets/admin
+@dirrm ${OG_DIR}/public/assets/themes/default/stylesheets
+@dirrm ${OG_DIR}/public/assets/themes/default/slimey/images
+@dirrm ${OG_DIR}/public/assets/themes/default/slimey
+@dirrm ${OG_DIR}/public/assets/themes/default/reesecal
+@dirrm ${OG_DIR}/public/assets/themes/default/images/rx
+@dirrm ${OG_DIR}/public/assets/themes/default/images/logtypes
+@dirrm ${OG_DIR}/public/assets/themes/default/images/layout/search
+@dirrm ${OG_DIR}/public/assets/themes/default/images/layout
+@dirrm ${OG_DIR}/public/assets/themes/default/images/im
+@dirrm ${OG_DIR}/public/assets/themes/default/images/icons
+@dirrm ${OG_DIR}/public/assets/themes/default/images/filetypes
+@dirrm ${OG_DIR}/public/assets/themes/default/images/file
+@dirrm ${OG_DIR}/public/assets/themes/default/images/48x48/types
+@dirrm ${OG_DIR}/public/assets/themes/default/images/48x48
+@dirrm ${OG_DIR}/public/assets/themes/default/images/32x32
+@dirrm ${OG_DIR}/public/assets/themes/default/images/22x22
+@dirrm ${OG_DIR}/public/assets/themes/default/images/16x16/wscolors
+@dirrm ${OG_DIR}/public/assets/themes/default/images/16x16/types
+@dirrm ${OG_DIR}/public/assets/themes/default/images/16x16
+@dirrm ${OG_DIR}/public/assets/themes/default/images/12x12
+@dirrm ${OG_DIR}/public/assets/themes/default/images
+@dirrm ${OG_DIR}/public/assets/themes/default/fckeditor/images
+@dirrm ${OG_DIR}/public/assets/themes/default/fckeditor
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/window
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/tree
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/toolbar
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/tabs
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/slider
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/sizer
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/shared
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/qtip
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/progress
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/panel
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/menu
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/layout
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/grid
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/form
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/editor
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/dd
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/button
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default/box
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images/default
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/images
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs/css
+@dirrm ${OG_DIR}/public/assets/themes/default/extjs
+@dirrm ${OG_DIR}/public/assets/themes/default
+@dirrm ${OG_DIR}/public/assets/themes
+@dirrm ${OG_DIR}/public/assets/sounds
+@dirrm ${OG_DIR}/public/assets/javascript/wztooltip
+@dirrm ${OG_DIR}/public/assets/javascript/slimey/slang
+@dirrm ${OG_DIR}/public/assets/javascript/slimey/images
+@dirrm ${OG_DIR}/public/assets/javascript/slimey
+@dirrm ${OG_DIR}/public/assets/javascript/og/time
+@dirrm ${OG_DIR}/public/assets/javascript/og/tasks
+@dirrm ${OG_DIR}/public/assets/javascript/og
+@dirrm ${OG_DIR}/public/assets/javascript/modules
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/util/lang
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/util
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/model
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/temp
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPOds
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel5
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer/Excel2007
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Writer
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet/Drawing
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Worksheet
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Style
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF/font
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/PDF
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared/OLE
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Shared
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/RichText
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Reader
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Cell
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel/Calculation
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes/PHPExcel
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel/Classes
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export/PHPExcel
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/export
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/controller
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/config
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php/comm
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/php
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/medium_layer
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/logic
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/library/trigonometric
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/library
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img/icons
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/img
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar/combos
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar/ext_tooolbar
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/toolbar
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/img/_vti_cnf
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/img
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/grid
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/debug
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface/application
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/interface
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/handlers
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/controllers
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet/comm
+@dirrm ${OG_DIR}/public/assets/javascript/gelSheet
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/tablecommands
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/simplecommands
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder/lang
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/placeholder
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/dragresizetable
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/bbcode/_sample
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/bbcode
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins/autogrow
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/plugins
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/lang
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/js
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley/msn
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/images/smiley
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/images
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/py
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/php
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/perl
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/lasso
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/cfm
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/aspx
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors/asp
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/connectors
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/js
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons/32
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images/icons
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default/images
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser/default
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager/browser
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/filemanager
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dtd
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_template/images
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_template
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages/spellerpages
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_spellerpages
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_select
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_link
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_image
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_flash
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_docprops
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_about/sponsors
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/fck_about
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/common/images
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog/common
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/dialog
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/css/images
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/css/behaviors
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor/css
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor/editor
+@dirrm ${OG_DIR}/public/assets/javascript/fckeditor
+@dirrm ${OG_DIR}/public/assets/javascript/extjs/adapter/ext
+@dirrm ${OG_DIR}/public/assets/javascript/extjs/adapter
+@dirrm ${OG_DIR}/public/assets/javascript/extjs
+@dirrm ${OG_DIR}/public/assets/javascript
+@dirrm ${OG_DIR}/public/assets/flash
+@dirrm ${OG_DIR}/public/assets
+@dirrm ${OG_DIR}/public
+@dirrm ${OG_DIR}/library/zipimport
+@dirrm ${OG_DIR}/library/zip
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/File
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Storage/Directory
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Storage
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Weight
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Similarity
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Search/QueryEntry
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Search/Query
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Search
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Index/SegmentWriter
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Index
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Document
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/TokenFilter
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8Num
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Utf8
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/TextNum
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common/Text
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer/Common
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis/Analyzer
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene/Analysis
+@dirrm ${OG_DIR}/library/zend/Zend/Search/Lucene
+@dirrm ${OG_DIR}/library/zend/Zend/Search
+@dirrm ${OG_DIR}/library/zend/Zend
+@dirrm ${OG_DIR}/library/zend
+@dirrm ${OG_DIR}/library/textile
+@dirrm ${OG_DIR}/library/swift/lib/Swift/Stream
+@dirrm ${OG_DIR}/library/swift/lib/Swift/Plugin
+@dirrm ${OG_DIR}/library/swift/lib/Swift/Connection
+@dirrm ${OG_DIR}/library/swift/lib/Swift/Authenticator
+@dirrm ${OG_DIR}/library/swift/lib/Swift
+@dirrm ${OG_DIR}/library/swift/lib
+@dirrm ${OG_DIR}/library/swift
+@dirrm ${OG_DIR}/library/simplegd/errors
+@dirrm ${OG_DIR}/library/simplegd/classes
+@dirrm ${OG_DIR}/library/simplegd
+@dirrm ${OG_DIR}/library/json
+@dirrm ${OG_DIR}/library/jsmin
+@dirrm ${OG_DIR}/library/icalendar/error
+@dirrm ${OG_DIR}/library/icalendar/components
+@dirrm ${OG_DIR}/library/icalendar
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Printer
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Lexer
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/messages
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language/classes
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Language
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/Filter
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/EntityLookup
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer/HTML
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache/Serializer
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/DefinitionCache
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/schema
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Interchange
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema/Builder
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier/ConfigSchema
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone/HTMLPurifier
+@dirrm ${OG_DIR}/library/htmlpurifier/standalone
+@dirrm ${OG_DIR}/library/htmlpurifier
+@dirrm ${OG_DIR}/library/filerepository/errors
+@dirrm ${OG_DIR}/library/filerepository/backend
+@dirrm ${OG_DIR}/library/filerepository
+@dirrm ${OG_DIR}/library/feed/renderer
+@dirrm ${OG_DIR}/library/feed
+@dirrm ${OG_DIR}/library/cssmin
+@dirrm ${OG_DIR}/library/cal/queries
+@dirrm ${OG_DIR}/library/cal/libs/colorselector
+@dirrm ${OG_DIR}/library/cal/libs
+@dirrm ${OG_DIR}/library/cal/languages
+@dirrm ${OG_DIR}/library/cal/databases
+@dirrm ${OG_DIR}/library/cal
+@dirrm ${OG_DIR}/library/PEAR/SOAP/tools
+@dirrm ${OG_DIR}/library/PEAR/SOAP/Type
+@dirrm ${OG_DIR}/library/PEAR/SOAP/Transport
+@dirrm ${OG_DIR}/library/PEAR/SOAP/Server
+@dirrm ${OG_DIR}/library/PEAR/SOAP/Interop/wsdl/imported
+@dirrm ${OG_DIR}/library/PEAR/SOAP/Interop/wsdl
+@dirrm ${OG_DIR}/library/PEAR/SOAP/Interop
+@dirrm ${OG_DIR}/library/PEAR/SOAP
+@dirrm ${OG_DIR}/library/PEAR/PEAR
+@dirrm ${OG_DIR}/library/PEAR/Net/UserAgent/Detect
+@dirrm ${OG_DIR}/library/PEAR/Net/UserAgent
+@dirrm ${OG_DIR}/library/PEAR/Net/IDNA
+@dirrm ${OG_DIR}/library/PEAR/Net/FTP
+@dirrm ${OG_DIR}/library/PEAR/Net
+@dirrm ${OG_DIR}/library/PEAR/HTTP/Session/Container
+@dirrm ${OG_DIR}/library/PEAR/HTTP/Session
+@dirrm ${OG_DIR}/library/PEAR/HTTP/Request
+@dirrm ${OG_DIR}/library/PEAR/HTTP/Header
+@dirrm ${OG_DIR}/library/PEAR/HTTP/Download
+@dirrm ${OG_DIR}/library/PEAR/HTTP
+@dirrm ${OG_DIR}/library/PEAR/Auth/SASL
+@dirrm ${OG_DIR}/library/PEAR/Auth
+@dirrm ${OG_DIR}/library/PEAR
+@dirrm ${OG_DIR}/library
+@dirrm ${OG_DIR}/language/zh_tw/plugins
+@dirrm ${OG_DIR}/language/zh_tw/help
+@dirrm ${OG_DIR}/language/zh_tw
+@dirrm ${OG_DIR}/language/zh_cn/plugins
+@dirrm ${OG_DIR}/language/zh_cn/help
+@dirrm ${OG_DIR}/language/zh_cn
+@dirrm ${OG_DIR}/language/ru_ru/plugins
+@dirrm ${OG_DIR}/language/ru_ru/help
+@dirrm ${OG_DIR}/language/ru_ru
+@dirrm ${OG_DIR}/language/pt_br/plugins
+@dirrm ${OG_DIR}/language/pt_br/help
+@dirrm ${OG_DIR}/language/pt_br
+@dirrm ${OG_DIR}/language/pl_pl/plugins
+@dirrm ${OG_DIR}/language/pl_pl/help
+@dirrm ${OG_DIR}/language/pl_pl
+@dirrm ${OG_DIR}/language/nl_nl/plugins
+@dirrm ${OG_DIR}/language/nl_nl/help
+@dirrm ${OG_DIR}/language/nl_nl
+@dirrm ${OG_DIR}/language/jp_ja/plugins
+@dirrm ${OG_DIR}/language/jp_ja/help
+@dirrm ${OG_DIR}/language/jp_ja
+@dirrm ${OG_DIR}/language/it_it/plugins
+@dirrm ${OG_DIR}/language/it_it/help
+@dirrm ${OG_DIR}/language/it_it
+@dirrm ${OG_DIR}/language/hu_hu/plugins
+@dirrm ${OG_DIR}/language/hu_hu/help
+@dirrm ${OG_DIR}/language/hu_hu
+@dirrm ${OG_DIR}/language/fr_fr/plugins
+@dirrm ${OG_DIR}/language/fr_fr/help
+@dirrm ${OG_DIR}/language/fr_fr
+@dirrm ${OG_DIR}/language/es_la/plugins
+@dirrm ${OG_DIR}/language/es_la/help
+@dirrm ${OG_DIR}/language/es_la
+@dirrm ${OG_DIR}/language/es_es/plugins
+@dirrm ${OG_DIR}/language/es_es/help
+@dirrm ${OG_DIR}/language/es_es
+@dirrm ${OG_DIR}/language/en_us/plugins
+@dirrm ${OG_DIR}/language/en_us/help
+@dirrm ${OG_DIR}/language/en_us
+@dirrm ${OG_DIR}/language/de_de/plugins
+@dirrm ${OG_DIR}/language/de_de/help
+@dirrm ${OG_DIR}/language/de_de
+@dirrm ${OG_DIR}/language/cs_cz/plugins
+@dirrm ${OG_DIR}/language/cs_cz/help
+@dirrm ${OG_DIR}/language/cs_cz
+@dirrm ${OG_DIR}/language
+@dirrm ${OG_DIR}/environment/templates
+@dirrm ${OG_DIR}/environment/library/database/errors
+@dirrm ${OG_DIR}/environment/library/database/adapters
+@dirrm ${OG_DIR}/environment/library/database
+@dirrm ${OG_DIR}/environment/library
+@dirrm ${OG_DIR}/environment/functions
+@dirrm ${OG_DIR}/environment/classes/timeit
+@dirrm ${OG_DIR}/environment/classes/template
+@dirrm ${OG_DIR}/environment/classes/reporting
+@dirrm ${OG_DIR}/environment/classes/mail
+@dirrm ${OG_DIR}/environment/classes/logger/backend
+@dirrm ${OG_DIR}/environment/classes/logger
+@dirrm ${OG_DIR}/environment/classes/localization
+@dirrm ${OG_DIR}/environment/classes/hook
+@dirrm ${OG_DIR}/environment/classes/help
+@dirrm ${OG_DIR}/environment/classes/flash
+@dirrm ${OG_DIR}/environment/classes/event
+@dirrm ${OG_DIR}/environment/classes/errors/filesystem
+@dirrm ${OG_DIR}/environment/classes/errors
+@dirrm ${OG_DIR}/environment/classes/debug
+@dirrm ${OG_DIR}/environment/classes/datetimevalue
+@dirrm ${OG_DIR}/environment/classes/dataloader/files
+@dirrm ${OG_DIR}/environment/classes/dataloader
+@dirrm ${OG_DIR}/environment/classes/dataaccess
+@dirrm ${OG_DIR}/environment/classes/controller
+@dirrm ${OG_DIR}/environment/classes/container
+@dirrm ${OG_DIR}/environment/classes/ajax
+@dirrm ${OG_DIR}/environment/classes
+@dirrm ${OG_DIR}/environment
+@dirrm ${OG_DIR}/application/views/webpage
+@dirrm ${OG_DIR}/application/views/user
+@dirrm ${OG_DIR}/application/views/tool
+@dirrm ${OG_DIR}/application/views/timeslot
+@dirrm ${OG_DIR}/application/views/time
+@dirrm ${OG_DIR}/application/views/template
+@dirrm ${OG_DIR}/application/views/task
+@dirrm ${OG_DIR}/application/views/tag
+@dirrm ${OG_DIR}/application/views/search
+@dirrm ${OG_DIR}/application/views/reporting
+@dirrm ${OG_DIR}/application/views/project
+@dirrm ${OG_DIR}/application/views/object
+@dirrm ${OG_DIR}/application/views/notifier
+@dirrm ${OG_DIR}/application/views/milestone
+@dirrm ${OG_DIR}/application/views/message
+@dirrm ${OG_DIR}/application/views/mail
+@dirrm ${OG_DIR}/application/views/help
+@dirrm ${OG_DIR}/application/views/group
+@dirrm ${OG_DIR}/application/views/form
+@dirrm ${OG_DIR}/application/views/files
+@dirrm ${OG_DIR}/application/views/feed
+@dirrm ${OG_DIR}/application/views/event
+@dirrm ${OG_DIR}/application/views/error
+@dirrm ${OG_DIR}/application/views/dashboard
+@dirrm ${OG_DIR}/application/views/custom_properties
+@dirrm ${OG_DIR}/application/views/cron
+@dirrm ${OG_DIR}/application/views/contact
+@dirrm ${OG_DIR}/application/views/config
+@dirrm ${OG_DIR}/application/views/company
+@dirrm ${OG_DIR}/application/views/comment
+@dirrm ${OG_DIR}/application/views/co
+@dirrm ${OG_DIR}/application/views/billing
+@dirrm ${OG_DIR}/application/views/backup
+@dirrm ${OG_DIR}/application/views/application
+@dirrm ${OG_DIR}/application/views/administration
+@dirrm ${OG_DIR}/application/views/account
+@dirrm ${OG_DIR}/application/views/access
+@dirrm ${OG_DIR}/application/views
+@dirrm ${OG_DIR}/application/models/workspace_template/base
+@dirrm ${OG_DIR}/application/models/workspace_template
+@dirrm ${OG_DIR}/application/models/workspace_object/base
+@dirrm ${OG_DIR}/application/models/workspace_object
+@dirrm ${OG_DIR}/application/models/workspace_billing/base
+@dirrm ${OG_DIR}/application/models/workspace_billing
+@dirrm ${OG_DIR}/application/models/versons_feed
+@dirrm ${OG_DIR}/application/models/users/base
+@dirrm ${OG_DIR}/application/models/users
+@dirrm ${OG_DIR}/application/models/user_ws_config_options_values/base
+@dirrm ${OG_DIR}/application/models/user_ws_config_options_values
+@dirrm ${OG_DIR}/application/models/user_ws_config_options/base
+@dirrm ${OG_DIR}/application/models/user_ws_config_options
+@dirrm ${OG_DIR}/application/models/user_ws_config_categories/base
+@dirrm ${OG_DIR}/application/models/user_ws_config_categories
+@dirrm ${OG_DIR}/application/models/user_password/base
+@dirrm ${OG_DIR}/application/models/user_password
+@dirrm ${OG_DIR}/application/models/trash
+@dirrm ${OG_DIR}/application/models/timeslot/base
+@dirrm ${OG_DIR}/application/models/timeslot
+@dirrm ${OG_DIR}/application/models/templates/base
+@dirrm ${OG_DIR}/application/models/templates
+@dirrm ${OG_DIR}/application/models/template_objects/base
+@dirrm ${OG_DIR}/application/models/template_objects
+@dirrm ${OG_DIR}/application/models/tags/base
+@dirrm ${OG_DIR}/application/models/tags
+@dirrm ${OG_DIR}/application/models/shared_objects/base
+@dirrm ${OG_DIR}/application/models/shared_objects
+@dirrm ${OG_DIR}/application/models/searchable_objects/base
+@dirrm ${OG_DIR}/application/models/searchable_objects
+@dirrm ${OG_DIR}/application/models/reports/base
+@dirrm ${OG_DIR}/application/models/reports
+@dirrm ${OG_DIR}/application/models/report_conditions/base
+@dirrm ${OG_DIR}/application/models/report_conditions
+@dirrm ${OG_DIR}/application/models/report_columns/base
+@dirrm ${OG_DIR}/application/models/report_columns
+@dirrm ${OG_DIR}/application/models/read_objects/base
+@dirrm ${OG_DIR}/application/models/read_objects
+@dirrm ${OG_DIR}/application/models/queued_emails/base
+@dirrm ${OG_DIR}/application/models/queued_emails
+@dirrm ${OG_DIR}/application/models/projects/base
+@dirrm ${OG_DIR}/application/models/projects
+@dirrm ${OG_DIR}/application/models/project_webpages/base
+@dirrm ${OG_DIR}/application/models/project_webpages
+@dirrm ${OG_DIR}/application/models/project_users/base
+@dirrm ${OG_DIR}/application/models/project_users
+@dirrm ${OG_DIR}/application/models/project_tasks/base
+@dirrm ${OG_DIR}/application/models/project_tasks
+@dirrm ${OG_DIR}/application/models/project_milestones/base
+@dirrm ${OG_DIR}/application/models/project_milestones
+@dirrm ${OG_DIR}/application/models/project_messages/base
+@dirrm ${OG_DIR}/application/models/project_messages
+@dirrm ${OG_DIR}/application/models/project_forms/base
+@dirrm ${OG_DIR}/application/models/project_forms
+@dirrm ${OG_DIR}/application/models/project_files/base
+@dirrm ${OG_DIR}/application/models/project_files
+@dirrm ${OG_DIR}/application/models/project_file_revisions/base
+@dirrm ${OG_DIR}/application/models/project_file_revisions
+@dirrm ${OG_DIR}/application/models/project_events/base
+@dirrm ${OG_DIR}/application/models/project_events
+@dirrm ${OG_DIR}/application/models/project_contacts/base
+@dirrm ${OG_DIR}/application/models/project_contacts
+@dirrm ${OG_DIR}/application/models/project_companies/base
+@dirrm ${OG_DIR}/application/models/project_companies
+@dirrm ${OG_DIR}/application/models/project_charts/types
+@dirrm ${OG_DIR}/application/models/project_charts/base
+@dirrm ${OG_DIR}/application/models/project_charts
+@dirrm ${OG_DIR}/application/models/project_chart_params/base
+@dirrm ${OG_DIR}/application/models/project_chart_params
+@dirrm ${OG_DIR}/application/models/object_user_permissions/base
+@dirrm ${OG_DIR}/application/models/object_user_permissions
+@dirrm ${OG_DIR}/application/models/object_subscriptions/base
+@dirrm ${OG_DIR}/application/models/object_subscriptions
+@dirrm ${OG_DIR}/application/models/object_reminders/base
+@dirrm ${OG_DIR}/application/models/object_reminders
+@dirrm ${OG_DIR}/application/models/object_reminder_types/base
+@dirrm ${OG_DIR}/application/models/object_reminder_types
+@dirrm ${OG_DIR}/application/models/object_properties/base
+@dirrm ${OG_DIR}/application/models/object_properties
+@dirrm ${OG_DIR}/application/models/object_handins/base
+@dirrm ${OG_DIR}/application/models/object_handins
+@dirrm ${OG_DIR}/application/models/notifier
+@dirrm ${OG_DIR}/application/models/mail_contents/base
+@dirrm ${OG_DIR}/application/models/mail_contents
+@dirrm ${OG_DIR}/application/models/mail_accounts/base
+@dirrm ${OG_DIR}/application/models/mail_accounts
+@dirrm ${OG_DIR}/application/models/mail_account_imap_folder/base
+@dirrm ${OG_DIR}/application/models/mail_account_imap_folder
+@dirrm ${OG_DIR}/application/models/linked_objects/base
+@dirrm ${OG_DIR}/application/models/linked_objects
+@dirrm ${OG_DIR}/application/models/im_types/base
+@dirrm ${OG_DIR}/application/models/im_types
+@dirrm ${OG_DIR}/application/models/groups/base
+@dirrm ${OG_DIR}/application/models/groups
+@dirrm ${OG_DIR}/application/models/group_users/base
+@dirrm ${OG_DIR}/application/models/group_users
+@dirrm ${OG_DIR}/application/models/file_types/base
+@dirrm ${OG_DIR}/application/models/file_types
+@dirrm ${OG_DIR}/application/models/event_reminders/base
+@dirrm ${OG_DIR}/application/models/event_reminders
+@dirrm ${OG_DIR}/application/models/event_invitations/base
+@dirrm ${OG_DIR}/application/models/event_invitations
+@dirrm ${OG_DIR}/application/models/errors
+@dirrm ${OG_DIR}/application/models/custom_property_values/base
+@dirrm ${OG_DIR}/application/models/custom_property_values
+@dirrm ${OG_DIR}/application/models/custom_properties/base
+@dirrm ${OG_DIR}/application/models/custom_properties
+@dirrm ${OG_DIR}/application/models/cron_events/base
+@dirrm ${OG_DIR}/application/models/cron_events
+@dirrm ${OG_DIR}/application/models/contacts/base
+@dirrm ${OG_DIR}/application/models/contacts
+@dirrm ${OG_DIR}/application/models/contact_im_values/base
+@dirrm ${OG_DIR}/application/models/contact_im_values
+@dirrm ${OG_DIR}/application/models/config_options/base
+@dirrm ${OG_DIR}/application/models/config_options
+@dirrm ${OG_DIR}/application/models/config_handlers/general
+@dirrm ${OG_DIR}/application/models/config_handlers/complex
+@dirrm ${OG_DIR}/application/models/config_handlers
+@dirrm ${OG_DIR}/application/models/config_categories/base
+@dirrm ${OG_DIR}/application/models/config_categories
+@dirrm ${OG_DIR}/application/models/companies/base
+@dirrm ${OG_DIR}/application/models/companies
+@dirrm ${OG_DIR}/application/models/comments/base
+@dirrm ${OG_DIR}/application/models/comments
+@dirrm ${OG_DIR}/application/models/billing_categories/base
+@dirrm ${OG_DIR}/application/models/billing_categories
+@dirrm ${OG_DIR}/application/models/application_logs/base
+@dirrm ${OG_DIR}/application/models/application_logs
+@dirrm ${OG_DIR}/application/models/anonymous_users
+@dirrm ${OG_DIR}/application/models/administration_tools/base
+@dirrm ${OG_DIR}/application/models/administration_tools
+@dirrm ${OG_DIR}/application/models
+@dirrm ${OG_DIR}/application/layouts
+@dirrm ${OG_DIR}/application/hooks
+@dirrm ${OG_DIR}/application/helpers
+@dirrm ${OG_DIR}/application/controllers
+@dirrm ${OG_DIR}/application
diff --git a/www/opengoo/distinfo b/www/opengoo/distinfo
new file mode 100644
index 00000000000..ac2840b84da
--- /dev/null
+++ b/www/opengoo/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/06/14 04:51:37 taca Exp $
+
+SHA1 (opengoo_1.4.1.zip) = 815d509efffaf641f9fe30bb94fef714d375321e
+RMD160 (opengoo_1.4.1.zip) = 2d1fed9806958c97019836b781a0e0ee025a2c87
+Size (opengoo_1.4.1.zip) = 6543826 bytes