Adding files that were located in archive/ inside temp/ (.htaccess and index.html)

skala
Julio Montoya 12 years ago
parent 5471142a10
commit bfee94ee25
  1. 8
      temp/.htaccess
  2. 6
      temp/index.html

@ -0,0 +1,8 @@
order deny,allow
deny from all
# pChart generated files should be allowed
<FilesMatch "^[0-9a-f]+$">
order allow,deny
allow from all
</FilesMatch>

@ -0,0 +1,6 @@
<html>
<head>
</head>
<body>
</body>
</html>
Loading…
Cancel
Save