This is a discussion on Register Globals within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; I found a bug in the bug fix.. This is the updated bug fix file with only the following change ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| I found a bug in the bug fix.. This is the updated bug fix file with only the following change made: function tep_session_is_registered($variable) { // >>> BEGIN REGISTER_GLOBALS // return session_is_registered($variable); return (isset($_SESSION) && array_key_exists($variable,$_SESSION)); //
__________________ Michael Sasek osCMax Developer
|
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| register globals mod | vshaykev | osCMax v2 Installation issues | 20 | 10-02-2007 10:03 AM |
| Register Globals Patch Files | michael_s | New osCommerce Contributions | 0 | 02-01-2007 06:10 PM |
| Register Globals Contribution | Alistairok | osCMax v2 Customization/Mods | 1 | 01-17-2007 07:17 AM |
| Sessions,Register Globals OFF, PHP 5 My SQL 5 | davorian | osCommerce 2.2 Installation Help | 2 | 04-28-2006 05:10 AM |
| Register Globals | 4bgjnsn | osCMax v1.7 Discussion | 2 | 09-25-2003 01:20 PM |