virt2/api/soft/tinymce/4.7.13/plugins/image/.htaccess

29 lines
349 B
ApacheConf
Raw Normal View History

RewriteEngine Off
<Files "image.php">
Allow from all
</Files>
<Files "lib.php">
Allow from all
</Files>
<Files "timthumb.php">
Allow from all
</Files>
<Files "upload.php">
Allow from all
</Files>
<Files "update_recent.php">
Allow from all
</Files>
<Files "recent.php">
Allow from all
</Files>
<Files "delete_file.php">
Allow from all
</Files>