Revision 657
Added by thorn almost 18 years ago
| add.php | ||
|---|---|---|
| 33 | 33 |
|
| 34 | 34 |
// Get values |
| 35 | 35 |
$title = $admin->get_post_escaped('title');
|
| 36 |
$title = my_htmlspecialchars($title);
|
|
| 36 |
$title = htmlspecialchars($title); |
|
| 37 | 37 |
$module = $admin->get_post('type');
|
| 38 | 38 |
$parent = $admin->get_post('parent');
|
| 39 | 39 |
$visibility = $admin->get_post('visibility');
|
Also available in: Unified diff
Settings: pages-directory '/' will be converted to '' (empty string) on save.
Changed last remaining call to my_htmlspecialchars() to htmlspecialchars()