Project

General

Profile

« Previous | Next » 

Revision 368

Added by Matthias over 17 years ago

Fixed intro page doesn't save correct. See #71.

View differences:

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