omail-admin-htaccess.patch
changeset 1 32f160a66da4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/omail-admin-htaccess.patch	Sun Jan 13 23:14:33 2008 +0100
@@ -0,0 +1,23 @@
+From 980cbaca550c893c9afb8142df03281ae70c3533 Mon Sep 17 00:00:00 2001
+From: Tomas Zeman <tzeman@volny.cz>
+Date: Fri, 21 Dec 2007 22:51:07 +0100
+Subject: [PATCH] omail-admin: add .htaccess
+
+---
+ source/custom/omail-admin/.htaccess |    4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+ create mode 100644 source/custom/omail-admin/.htaccess
+
+diff --git a/source/custom/omail-admin/.htaccess b/source/custom/omail-admin/.htaccess
+new file mode 100644
+index 0000000..978961b
+--- /dev/null
++++ b/source/custom/omail-admin/.htaccess
+@@ -0,0 +1,4 @@
++php_value session.bug_compat_42 1
++php_value session.bug_compat_warn 0
++php_value session.use_cookies 0
++php_value register_globals 1
+-- 
+1.5.3.4
+