Support for more than one gallery
In order to support more than one set of gallery details, the program can be set up with additional command line arguments on the shortcut that launches it.
If you add /gallery:settings.data the program will load the data from the file name settings.data instead of the normal file gsettings.data. You should include the full path the the settings file.
Support for more than one site on a single website
You configure the program to specify a particular root folder on your website. Do this by adding /root:gallery
Many templates in the system use code like that shown below:
<?php include($_SERVER["DOCUMENT_ROOT"] . '<@ROOT@>style.inc') ?>
which will include a common style across your
entire site. If you don't want these files at the top level of your website (like www.example.com/style.inc) the previous
command line argument would instead cause the template to be located at www.example.com/gallery/style.inc
