Currently the directory into which plots get stored is
hard-coded to a location likely to be useful only to
the KAOS development team. The plot directory should
be configurable from the configure script, like the
prefix is.
I moved the plot directory to be a subdirectory if the
cgi-bin directory. This solution has the advantage that
only one directory need be configured, and the BDR code does
not have to do any gyrations to remove parts of the path.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=232458
I moved the plot directory to be a subdirectory if the
cgi-bin directory. This solution has the advantage that
only one directory need be configured, and the BDR code does
not have to do any gyrations to remove parts of the path.