Project

General

Profile

« Previous | Next » 

Revision 1353

Added by FrankH almost 14 years ago

Security fixes

View differences:

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