PDF rausgenommen
This commit is contained in:
23
msd2/myoos/temp/.htaccess
Normal file
23
msd2/myoos/temp/.htaccess
Normal file
@ -0,0 +1,23 @@
|
||||
# First, deny access to all files in this directory
|
||||
<Files "*">
|
||||
<IfModule mod_version.c>
|
||||
<IfVersion < 2.4>
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.4>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</IfModule>
|
||||
<IfModule !mod_version.c>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</IfModule>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</Files>
|
||||
|
||||
|
10
msd2/myoos/temp/index.html
Normal file
10
msd2/myoos/temp/index.html
Normal file
@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
|
||||
</body>
|
||||
</html>
|
21
msd2/myoos/temp/logs/.htaccess
Normal file
21
msd2/myoos/temp/logs/.htaccess
Normal file
@ -0,0 +1,21 @@
|
||||
# First, deny access to all files in this directory
|
||||
<Files "*">
|
||||
<IfModule mod_version.c>
|
||||
<IfVersion < 2.4>
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.4>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</IfModule>
|
||||
<IfModule !mod_version.c>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</IfModule>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</Files>
|
0
msd2/myoos/temp/logs/adodb_error.log
Normal file
0
msd2/myoos/temp/logs/adodb_error.log
Normal file
0
msd2/myoos/temp/logs/index.html
Normal file
0
msd2/myoos/temp/logs/index.html
Normal file
0
msd2/myoos/temp/logs/php_error.log
Normal file
0
msd2/myoos/temp/logs/php_error.log
Normal file
21
msd2/myoos/temp/sessions/.htaccess
Normal file
21
msd2/myoos/temp/sessions/.htaccess
Normal file
@ -0,0 +1,21 @@
|
||||
# First, deny access to all files in this directory
|
||||
<Files "*">
|
||||
<IfModule mod_version.c>
|
||||
<IfVersion < 2.4>
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</IfVersion>
|
||||
<IfVersion >= 2.4>
|
||||
Require all denied
|
||||
</IfVersion>
|
||||
</IfModule>
|
||||
<IfModule !mod_version.c>
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order Deny,Allow
|
||||
Deny from All
|
||||
</IfModule>
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
</Files>
|
Reference in New Issue
Block a user