Creating an Administration Page
Rule #1: Make sure this admin page is protected - system administrators only.
You can display the PamelaWare Admin Page, which shows a System Check and allows the administrator to set options such as the private SSL key and Debug Mode on/off.
The admin page depends on the following functions working properly for the plugin:
- getOption
- setOption
Most plugins call the pwAdminScreen function to display both the System Check and the option update form, because the system check currently requires the value of the secure URL (ie HTTPs url) in order to properly check that the URL is accessible via HTTPS.
