Revision 42
Added by stefan about 20 years ago
| class.admin.php | ||
|---|---|---|
| 93 | 93 |
'SECTION_NAME' => $MENU[strtoupper($this->section_name)], |
| 94 | 94 |
'INTERFACE_DIR' => ADMIN_URL.'/interface', |
| 95 | 95 |
'BODY_TAGS' => $body_tags, |
| 96 |
'WEBSITE_TITLE' => $this->strip_slashes($title['value']), |
|
| 96 |
'WEBSITE_TITLE' => $this->strip_slashes_dummy($title['value']),
|
|
| 97 | 97 |
'TEXT_ADMINISTRATION' => $TEXT['ADMINISTRATION'], |
| 98 | 98 |
'VERSION' => VERSION |
| 99 | 99 |
) |
Also available in: Unified diff
Changed most occurrences of strip_slashes to new dummy method strip_slashes_dummy.