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:

add.php
34 34
$title = $admin->get_post_escaped('title');
35 35
$title = htmlspecialchars($title);
36 36
$module = preg_replace("/\W/", "", $admin->get_post('type')); // fix secunia 2010-93-4
37
$parent = (int) $admin->get_post('parent'); // fix secunia 2010-91-2
37
$parent = intval($admin->get_post('parent')); // fix secunia 2010-91-2
38 38
$visibility = $admin->get_post('visibility');
39 39
if (!in_array($visibility, array('public', 'private', 'registered', 'hidden', 'none'))) {$visibility = 'public';} // fix secunia 2010-91-2
40 40
$admin_groups = $admin->get_post('admin_groups');
......
243 243

  
244 244
// Print admin footer
245 245
$admin->print_footer();
246

  
247
?>

Also available in: Unified diff