omail-admin-htaccess.patch
author Tomas Zeman <tzeman@volny.cz>
Thu, 05 Jun 2008 16:15:42 +0200
changeset 29 bb8dbd2d57f5
parent 1 32f160a66da4
permissions -rw-r--r--
diet-qmail-autoresponder: 0.96.2 -> 0.97

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