From 9963ac9a6ab0f1dbe82ff0e762d6e84d630611b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Ja=C5=9Bkiewicz?= Date: Tue, 26 Nov 2019 23:17:31 +0100 Subject: [PATCH] =?UTF-8?q?Uszczelnienie=20dost=C4=99pu=20do=20plik=C3=B3w?= =?UTF-8?q?=20in=20out?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.htaccess b/.htaccess index 0077344..bfee18d 100755 --- a/.htaccess +++ b/.htaccess @@ -5,7 +5,7 @@ Deny from all Options +Indexes - + Order allow,deny Deny from all @@ -36,4 +36,4 @@ RewriteRule ^([A-Z0-9]+) /contest.php?id=$1 RewriteRule ^admin?$ /admin/index.php RewriteRule ^account?$ /contest.php?account RewriteRule ^results/([0-9]+) /functions/showresults.php?result=$1 -RewriteRule ^submit/([A-Z0-9]+) /functions/showcode.php?submit=$1 \ No newline at end of file +RewriteRule ^submit/([A-Z0-9]+) /functions/showcode.php?submit=$1