Changeset 15 for trunk/app/app_controller.php
- Timestamp:
- 06/11/07 15:52:01 (18 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r8 r15 9 9 public $helpers = array('Html', 'othAuth'); 10 10 11 public $tags = array("font", "em", "strong", "italic", "img", "p", "br", "hr", "a", "i", "b", "object", "param", "embed", "ul", "li", "h1", "h2", "h3", "h4", "h5", "h6"); // tags authorized to inputfilter 11 // tags authorized to inputfilter 12 public $tags = array("font", "em", "strong", "div", "img", "p", "br", "hr", "a", "i", "b", "object", "param", "embed"); 12 13 13 public $attr = array("color", "width", "src", "class", "height", "alt", "title", "href", "value", "type", "name", "align"); // attributes authorized to inputfilter 14 // attributes authorized to inputfilter 15 public $attr = array("color", "width", "src", "height", "alt", "title", "href", "value", "type", "name", "align"); 14 16 15 17 // these are the global restrictions, they are very important.
