Changeset 1804 for trunk/plugins/.htaccess
- Timestamp:
- 05/27/2009 02:16:21 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/plugins/.htaccess (modified) (1 diff)
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 11 Order Deny,Allow 4 12 Deny 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.
