Changeset 335
- Timestamp:
- Tue Feb 28 18:20:27 2006
- Files:
-
- trunk/upload/header.php (modified) (diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
trunk/upload/header.php
r209 r335 132 132 133 133 // START SUBST - <pun_page> 134 $tpl_main = str_replace('<pun_page>', basename($_SERVER['PHP_SELF'], '.php'), $tpl_main);134 $tpl_main = str_replace('<pun_page>', htmlspecialchars(basename($_SERVER['PHP_SELF'], '.php')), $tpl_main); 134 134 // END SUBST - <pun_title> 135 135


