Anonymous

Anonymous
This is in regards to using the geeklog security model within a script which utilizes its own display. Something along the pseudocoded lines of: if (!secure) { COM_siteHeader... etc. } I'm just uncertain of how to implement the security model into a page such as that... could somebody perhaps paste an example or direct me and the rest of us interested to a link? Much appreciated. -Lincoln

Anonymous

Anonymous
Look at the top few lines of any file in the admin directory. These files all check for root access before continuing. For other security options look at the Plugin Developers Handbook. Or you can download your own copy here. TomW