phpBMS

Changeset 97

Show
Ignore:
Timestamp:
10/13/06 09:43:06 (6 years ago)
Author:
brieb
Message:

Fixes #22. stripped slashes when reseting session admin settings.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/modules/base/include/adminsettings_include.php

    r89 r97  
    5555                        if($_SESSION[substr($key,1)]!=$value){ 
    5656                                $writesettings[substr($key,1)]=$value; 
    57                                 $_SESSION[substr($key,1)]=$value; 
     57                                $_SESSION[substr($key,1)]=stripslashes($value); 
    5858                        } 
    5959                } 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.