configfile
Added: 27. October 2004
Values
[void]
Description
Leave empty. Feature is only available for the purpose of being able to set configfile
through the URL.
Examples
www.imagevuex.com/imagevue/?configfile=config2.ini
Notes
configfile may also be hardcoded into the document. You can duplicate index.php,
and at the top in the source code, change
$config='config.ini' to your required configfile. Setting congfigfile through URL outweighs the configfile
defined in the page.