| $EmailProtectAddress | Mail address to protect If not set, script will halt on error |
$EmailProtectText | Text for the link If not set, will default to "contact" |
$EmailProtectCssClass | CSS class name for the link If not set, will default to none |
$EmailProtectCache | Email Protection will use some CPU time to generate a Javascript script. On tight systems, it might be interesting to cache the result for a certain period of time.
You can control this with this variable:
- false : no cache (generates new code each time)
- anything else: will create a new JS code and then cache it
Changing this variable to anything different (i.e. "1" to "2") will create a new JS code and then cache it.
Automatic change can be set too :
- date('h') will generate a new code every hour
- date('d') will generate a new code every day
If not set, will default to "false" (a new script each time) |
$EmailProtectCacheDir | Cache file full path If not set, script will default to "$_SERVER['DOCUMENT_ROOT']" |
$EmailProtectDebug | Shows or hides javascript source for debug If not set, will default to "false" |