From 11159a347b4dd866dfafa4eaebb5aa8eca573cd6 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 16 Sep 2012 22:16:48 +0000
Subject: [PATCH] Poprawienie błędu typu "użycie niezainicjowanego indeksu tablicy" w klasie DownloadHelper.

---
 .htaccess |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.htaccess b/.htaccess
index 7e6cbd9..d9b52bb 100644
--- a/.htaccess
+++ b/.htaccess
@@ -31,6 +31,9 @@
 <Files test.php>
 	Allow from all
 </Files>
+<Files upgrade.php>
+	Allow from all
+</Files>
 
 <Files index.html>
 	Allow from all

--
Gitblit v1.9.1