# ================ configuration section =================== # The program name to send to the other side. $progname = 'abcde'; # How many seconds to wait for a response after we # tell the other side we have a job for it. $timeout = 300; # Whether access to this form should be restricted to our domain. $concordia_only = 0; # The web page title for this form. $title = "Report ABCDE"; $more_title = "(Grant Expenditures Report)"; # The last update information for use in the footer. $last_update = "December 13, 1999";