Revision 368
Added by Matthias almost 19 years ago
| trunk/wb/admin/pages/intro2.php | ||
|---|---|---|
| 36 | 36 |
require_once(WB_PATH.'/framework/class.admin.php'); |
| 37 | 37 |
$admin = new admin('Pages', 'pages_intro');
|
| 38 | 38 |
|
| 39 |
$content=htmlspecialchars($admin->strip_slashes($content));
|
|
| 39 |
$content=$admin->strip_slashes($content);
|
|
| 40 | 40 |
|
| 41 | 41 |
// Include the WB functions file |
| 42 | 42 |
require_once(WB_PATH.'/framework/functions.php'); |
Also available in: Unified diff
Fixed intro page doesn't save correct. See #71.