Forum
Accessing API setting outside of the Admin
Is it possible to access a API setting outside of the admin?
I need to pull in a license key into a page that is in the root from a setting that the user puts in the admin settings area. Is that possible to do?
Thanks in advance.
Brandon
Yes, in pretty much the same way.
Yeah I did that but I was getting this error.
Have you included the Perch runtime in that page?
Doh - I didn't. I put it in there and it works now.
I also have a session_start() should runtime go before or after that just for order purposes?
Before would be best.
Okay you got it. Thanks