Revision 1353
Added by FrankH almost 14 years ago
details.php | ||
---|---|---|
34 | 34 |
header("Location: index.php"); |
35 | 35 |
exit(0); |
36 | 36 |
} else { |
37 |
$file = $admin->add_slashes($_POST['file']);
|
|
37 |
$file = preg_replace("/\W/", "", $admin->add_slashes($_POST['file'])); // fix secunia 2010-92-2
|
|
38 | 38 |
} |
39 | 39 |
|
40 | 40 |
// Check if the template exists |
Also available in: Unified diff
Security fixes