Revision 1353
Added by FrankH almost 14 years ago
details.php | ||
---|---|---|
38 | 38 |
} |
39 | 39 |
else |
40 | 40 |
{ |
41 |
$file = $admin->add_slashes($_POST['file']);
|
|
41 |
$file = preg_replace("/\W/", "", $admin->add_slashes($_POST['file'])); // fix secunia 2010-92-1
|
|
42 | 42 |
} |
43 | 43 |
|
44 | 44 |
// Check if the module exists |
Also available in: Unified diff
Security fixes