Changeset 8 for trunk/app/app_controller.php
- Timestamp:
- 06/04/07 09:03:12 (18 months ago)
- Files:
-
- 1 modified
-
trunk/app/app_controller.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/app/app_controller.php
r4 r8 9 9 public $helpers = array('Html', 'othAuth'); 10 10 11 public $tags = array("font", "em", "strong", " div", "img", "p", "br", "hr", "a", "i", "b", "object", "param", "embed"); // tags authorized to inputfilter11 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 12 12 13 public $attr = array("color", "width", "src", " height", "alt", "title", "href", "value", "type", "name", "align", "?", "="); // attributes authorized to inputfilter13 public $attr = array("color", "width", "src", "class", "height", "alt", "title", "href", "value", "type", "name", "align"); // attributes authorized to inputfilter 14 14 15 15 // these are the global restrictions, they are very important.
