CHANGES TO REMOVE register_globals REQUIREMENT - V 1.4 - Richard Bentley 06/03/2006
-----------------------------------------------------------------------------------

Before proceding, read the README file !

In this directory, you will find two text files:

  patch_instructions/catalog_patch - Instructions for the .../catalog directory
  patch_instructions/admin_patch   - Instructions for the .../admin directory

================================================================================
INSTALLATION
------------

1/ Read the two text files (admin_patch and catalog_patch) and follow the instructions
   contained within them

2/ It's been mentioned in the README file already, but once you have made this
   change, you MUST disable the register_globals option in php.ini

   ie, in php.ini :

   register_globals = Off

================================================================================

-eof-
