Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

statcounter https


Weatherboy

Recommended Posts

Posted

Ok i want to use statcounter script thing but don't want it to load on my ssl pages. what would be the easiest php code to throw in the footer to only load the stat code if pages is non ssl?

Posted
Ok i want to use statcounter script thing but don't want it to load on my ssl pages. what would be the easiest php code to throw in the footer to only load the stat code if pages is non ssl?

 

 

if ($request_type != 'SSL') {

 

echo 'I do not want to be encrypted ! ';

 

}

Treasurer MFC

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...