<?php // This file is part of the Huygens Remote Manager // Copyright and license notice: see license.txt // parameter for accessing the microscope reservation database $reservation_db_host = "host"; $reservation_db_user = "user"; $reservation_db_password = "passwd"; $reservation_db_name = "db_name"; ?>