root/ip/tags/release_1_3_0_53/includes/downloads/includes/dl_comments.php
| 111 | 163 | ||
|---|---|---|---|
145 | $emailer->set_subject(); | 145 | $emailer->set_subject(); |
146 | 146 | ||
147 | $emailer->assign_vars(array( | 147 | $emailer->assign_vars(array( |
148 | 'SITENAME' => $board_config['sitename'], | 148 | 'SITENAME' => ip_stripslashes($board_config['sitename']), |
149 | 'BOARD_EMAIL' => $board_config['board_email_sig'], | 149 | 'BOARD_EMAIL' => $board_config['board_email_sig'], |
150 | 'CATEGORY' => $index[$cat_id]['cat_name'], | 150 | 'CATEGORY' => $index[$cat_id]['cat_name'], |
151 | 'USERNAME' => $row['username'], | 151 | 'USERNAME' => $row['username'], |
Download diff