Revision 40
Added by stefan about 19 years ago
intro.php | ||
---|---|---|
43 | 43 |
$template->set_file('page', 'intro.html'); |
44 | 44 |
$template->set_block('page', 'main_block', 'main'); |
45 | 45 |
$template->set_var(array( |
46 |
'CONTENT' => $admin->stripslashes($content), |
|
46 |
'CONTENT' => $admin->strip_slashes($content),
|
|
47 | 47 |
'WB_URL' => WB_URL, |
48 | 48 |
'ADMIN_URL' => ADMIN_URL, |
49 | 49 |
'TEXT_SAVE' => $TEXT['SAVE'], |
Also available in: Unified diff
Change addslashes,stripslashes to (wb class) method calls add_slashes,strip_slashes