Project

General

Profile

« Previous | Next » 

Revision 1475

Added by Dietmar almost 13 years ago

+ add SecureForm.mtab.php under mantennance by WebsiteBaker Community
! security fixes media, groups, users, sections
  1. change lang variable to remove upgrade-script
    ! reworked add sections in pages
    ! fix set empty href in show_menu2
    ! set show_menu2 version to 4.9.6
    ! reworked Droplet LoginBox, add redirect query
    - remove unneeded folder js
    ! set Droplet to version 1.1.0
    + add checkboxes to change frontend absolute url to relative urls
    ! set output_filter version to 0.2

View differences:

details.php
38 38
}
39 39
else
40 40
{
41
	$file = preg_replace("/\W/", "", $admin->add_slashes($_POST['file']));  // fix secunia 2010-92-1
41
	$file = preg_replace("/\W/", "", $_POST['file']);  // fix secunia 2010-92-1
42 42
}
43 43

  
44 44
// Check if the module exists
......
139 139

  
140 140
// Print admin footer
141 141
$admin->print_footer();
142

  
143
?>

Also available in: Unified diff