Using the file: option
With any of the lyris.plc configuration options, you can optionally store the information for that parameter in an external file. For example, if you would rather save your html_header
information in an external file, your html_header entry might look like:
html_header=file:C:\www\htdocs\lyr_head.txt
Or for UNIX users:
html_header=file:/www/htdocs/lyr_head.txt
This is useful if your configuration information tends to clutter up your lyris.plc file, or if you have an external script that updates some of the configuration information
periodically.
|