From 8791df8bab361ed5a81cf0503c5cdd7fb362cf46 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Mon, 04 Aug 2008 03:48:04 -0400
Subject: [PATCH] - pl_PL update

---
 .htaccess |   17 +++++++++++++----
 1 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/.htaccess b/.htaccess
index 2244a05..556b8c0 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,8 +1,17 @@
 # AddDefaultCharset	UTF-8
-php_flag	display_errors	Off
-php_flag	log_errors	On
-php_value	error_log	logs/errors
-php_value	upload_max_filesize	5M
+AddType text/x-component .htc
+
+<IfModule mod_php5.c>
+  php_flag	display_errors	Off
+  php_flag	log_errors	On
+  php_value	error_log	logs/errors
+  php_value	upload_max_filesize	5M
+  php_value	post_max_size	6M
+  php_value	memory_limit	64M
+  php_value	session.auto_start	0
+  php_value	zlib.output_compression	0
+  php_value	magic_quotes_gpc	0
+</IfModule>
 
 <FilesMatch "(\.inc|\~)$">
   Order allow,deny

--
Gitblit v1.9.1