rdranoel Posted April 28, 2009 Posted April 28, 2009 (edited) I am running osCMAX using the Infobox Admin contribution. InfoAdmin Contrib How can I set the info boxes within this mod not to display when in SSL mode? You would think this would be an easy task, but it is alluding me. Any help would be great. Thanks! Edited April 28, 2009 by rdranoel Quote
rdranoel Posted April 28, 2009 Author Posted April 28, 2009 I figured a way to do it with this statement: if ($_SERVER['HTTPS'] != "on") { (My original code) }; Quick, and dirty. Quote
Recommended Posts
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.