View Single Post
  #6  
Old 07-10-2005, 03:38 AM
 
cotc2001 cotc2001 is offline
 

X-Man
  
Join Date: Feb 2003
Location: Shrewsbury, UK
Posts: 2,351
 

Default

or find this bit and then just add in more pages which means you can switch them on or off with the setting in general settings

Code:
$https_scripts[] = "secure_login.php"; if ($config["General"]["use_https_login"] == "Y") { $https_scripts[] = "register.php"; $https_scripts[] = "registration.php"; $https_scripts[] = array("cart.php", "mode=checkout"); $https_scripts[] = array("cart.php", "mode=auth"); }

So just add extra $https_scripts[] = "XXXXXXX.php"; in
__________________
x-cart 4.0.5 (live and heavily modded)
Server: freebsd
Reply With Quote