Ignore:
Timestamp:
05/27/2009 02:16:21 PM (3 years ago)
Author:
driehle
Message:

Descriptions modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugins/.htaccess

    r1756 r1804  
    1 # Web-Access to this 
    2 # folder is forbidden 
    3 Order deny, allow 
     1# 
     2#               Jlog Plugin Folder 
     3# 
     4# Plugins should not require direct HTTP requests. 
     5# Instead, plugins should use the hooks available, 
     6# to interact with Jlog. 
     7# 
     8# DO NOT DELETE THIS FILE! 
     9# 
     10 
     11Order Deny,Allow 
    412Deny from All 
     13 
     14#  
     15# If you want to allow direct HTTP requests to a 
     16# certain plugin, use the following configuration 
     17# additionally to the configuration above. 
     18#  
     19# <Files "ExamplePlugin.jplug.php"> 
     20#   Allow from All 
     21# </Files> 
     22# 
Note: See TracChangeset for help on using the changeset viewer.