Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Has anyone implemented the new 060817 update with MVS?

 

It seems to me that there are only 3 files that overlap the update and the MVS contribution.

 

catalog:

includes/classes/shopping_cart.php

 

admin:

admin/includes/functions/general.php

admin/includes/languages/english/categories.php

 

Of course, I'm a real newbie, so I could be wrong. Anyone looked at this yet?

 

-Nancy

Posted

In comparing these three files, I've run across an apparent difference in the release file of

 

admin/includes/functions/general.php between the 051113 and the MVS 1.1 that isn't documented..

 

the code:

 

if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) {

tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false));

}

 

is omitted in the MVS release but present in the 051113 and the 060817

 

line aprox 164 in the MVS release in the first function of the osCommerce code - function named: tep_redirect

 

Is there a reason this was ommitted from the MVS version??? Was it suppose to be ommitted? or was this an oversight??

 

Thanks

Nancy

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...