This is a discussion on Register Globals within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; function tep_session_is_registered($variable) { // >>> BEGIN REGISTER_GLOBALS // return session_is_registered($variable); return (isset($_SESSION) && array_key_exists($variable,$_SESSION)); //...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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 osCMax Templates - Hundreds of premium quality templates. New designs every month! xShop for osCMax - Windows Based osCMax administration. Improved workflow, security, speed and convenience osCMax Hosting - From basic hosting to High Availability, Load Balanced arrays, the most experienced osCMax host. |
| 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 | michael_s | New osCommerce Contributions | 0 | 02-24-2007 07:53 AM |
| Register Globals Contribution | Alistairok | osCMax v2 Customization/Mods | 1 | 01-17-2007 08: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 |