View Single Post
  #9  
Old 11-26-2003, 07:32 AM
 
nfc5382 nfc5382 is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 477
 

Default

i just modified the following for complete https access:

customer/https.php:

Code:
# everything https function is_https_link($link, $https_scripts) { return true; }


and for admin login - admin/auth.php:

add this to the top:
Code:
@include "../customer/https.php";


i just added the support for admin login but I have been using the whole site as https b/c many customers complained about portions of the site not secure. Personally I think they are parinoid, but if it will make them happy i'll accomodate for them!
Reply With Quote