Project

General

Profile

« Previous | Next » 

Revision 1511

Added by Dietmar over 12 years ago

fixed strict notice warning in class.wb
change editor for intropage to editarea
add missing slash in themes

View differences:

intro2.php
31 31
	header("Location: intro".PAGE_EXTENSION."");
32 32
	exit(0);
33 33
} else {
34
	$content = $_POST['content'];
34
	$content = $admin->strip_slashes($_POST['content']);
35 35
}
36 36

  
37
$content = $admin->strip_slashes($content);
37
// $content = $admin->strip_slashes($content);
38 38

  
39 39
// Include the WB functions file
40 40
require_once(WB_PATH.'/framework/functions.php');

Also available in: Unified diff