add contents
This commit is contained in:
20
lib/plugins/ckgedit/fckeditor/userfiles/.htaccess
Normal file
20
lib/plugins/ckgedit/fckeditor/userfiles/.htaccess
Normal file
@@ -0,0 +1,20 @@
|
||||
#unix -- do not change or move
|
||||
<IfModule mod_authz_host>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_host>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
||||
<FilesMatch "\.(gif|jpe?g|png)$">
|
||||
<IfModule mod_authz_host>
|
||||
Require all granted
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_host>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
|
||||
Options -Indexes
|
9
lib/plugins/ckgedit/fckeditor/userfiles/.htaccess.closed
Normal file
9
lib/plugins/ckgedit/fckeditor/userfiles/.htaccess.closed
Normal file
@@ -0,0 +1,9 @@
|
||||
<IfModule mod_authz_host>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_host>
|
||||
Order allow,deny
|
||||
deny from all
|
||||
</IfModule>
|
||||
|
||||
Options -Indexes
|
10
lib/plugins/ckgedit/fckeditor/userfiles/.htaccess.open
Normal file
10
lib/plugins/ckgedit/fckeditor/userfiles/.htaccess.open
Normal file
@@ -0,0 +1,10 @@
|
||||
#unix -- do not change or move
|
||||
<IfModule mod_authz_host>
|
||||
Require all granted
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_host>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfModule>
|
||||
|
||||
Options -Indexes
|
20
lib/plugins/ckgedit/fckeditor/userfiles/.htaccess.security
Normal file
20
lib/plugins/ckgedit/fckeditor/userfiles/.htaccess.security
Normal file
@@ -0,0 +1,20 @@
|
||||
#unix -- do not change or move
|
||||
<IfModule mod_authz_host>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_host>
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
||||
<FilesMatch "\.(gif|jpe?g|png)$">
|
||||
<IfModule mod_authz_host>
|
||||
Require all granted
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_host>
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
|
||||
Options -Indexes
|
BIN
lib/plugins/ckgedit/fckeditor/userfiles/blink.jpg
Normal file
BIN
lib/plugins/ckgedit/fckeditor/userfiles/blink.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 876 B |
Reference in New Issue
Block a user