Changeset 1680
- Timestamp:
- 03/26/08 17:20:22 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/vendor/plugins/fckeditor/app/controllers/fckeditor_controller.rb
r1679 r1680 3 3 4 4 class FckeditorController < ActionController::Base 5 UPLOADED = "/ uploads"5 UPLOADED = "/files" 6 6 UPLOADED_ROOT = RAILS_ROOT + "/public" + UPLOADED 7 7 MIME_TYPES = [
