Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

denny8x

Pioneers
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Real Name
    Daniele

denny8x's Achievements

  1. Hi guys, very thanks for your amazing job I used it with old Osc version without any problem, now I'm trying to install in OSC 2.3.4 but I think the installation document is not valid for this version, probably in 2.3.4 this lines (I don't know if there are some other) are changed and I've problem to modify the code for correct installation. Does it exist a documentation for 2.3.4 or this add is imcompatible with it? Really thanks function tep_redirect($url) { if ( (strstr($url, "\n") != false) || (strstr($url, "\r") != false) ) { tep_redirect(tep_href_link(FILENAME_DEFAULT, '', 'NONSSL', false)); } if ( (ENABLE_SSL == true) && (getenv('HTTPS') == 'on') ) { // We are loading an SSL page if (substr($url, 0, strlen(HTTP_SERVER)) == HTTP_SERVER) { // NONSSL url $url = HTTPS_SERVER . substr($url, strlen(HTTP_SERVER)); // Change it to SSL } } header('Location: ' . $url); tep_exit(); } $PHP_SELF = (((strlen(ini_get('cgi.fix_pathinfo')) > 0) && ((bool)ini_get('cgi.fix_pathinfo') == false)) || !isset($HTTP_SERVER_VARS['SCRIPT_NAME'])) ? basename($HTTP_SERVER_VARS['PHP_SELF']) : basename($HTTP_SERVER_VARS['SCRIPT_NAME']); // set php_self in the local scope $PHP_SELF = (((strlen(ini_get('cgi.fix_pathinfo')) > 0) && ((bool)ini_get('cgi.fix_pathinfo') == false)) || !isset($HTTP_SERVER_VARS['SCRIPT_NAME'])) ? basename($HTTP_SERVER_VARS['PHP_SELF']) : basename($HTTP_SERVER_VARS['SCRIPT_NAME']);
×
×
  • Create New...