ConfigAllBefore
Specify file(s) which should be read as a part of every Interchange-driven
website's configuration.
Synopsis
|
ConfigAllBefore filename [filenames...]
|
The default filename is "catalog_before.cfg".
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
Description
The name of one or more files which should be read as a part of every
Interchange-driven website's configuration.
The listed file(s) are read before any other configuration files.
Examples
|
ConfigAllBefore set_actions.cfg set_variables.cfg
|
See also