$mainframe->getCfg('live_site'); https:// ?

Have a programming question regarding your component, plug-in, extension or core hacks? Have an interesting tidbit, FAQ or programming tip you’d like to share? This is the place for you.

Moderators: tjay, seadap, Rogue4ngel, matthewhayashida

Post Reply
User avatar
carsten888
Joomla! Apprentice
Joomla! Apprentice
Posts: 27
Joined: Sat Feb 11, 2006 8:32 am
Location: Tilburg, Holland
Contact:

$mainframe->getCfg('live_site'); https:// ?

Post by carsten888 » Thu Feb 28, 2008 12:33 pm

(AAAAgh! why o why are the number of characters in the subject never enough for my posts.)

Code: Select all

$mainframe->getCfg('live_site');
is this reliable to use for a admin component even if site uses secure socket https:// ?

what I mean is, does it alway return the same value?
can the value returned ever be anything else then starting with "http://" ?

Post Reply