## This array is the names of the fields that you want in your database. @fields = ("Machine_Name","User","Manufac.","Model","Location","IP","Serial_Number","SU_ID"); ## This variable is the location of the database that this ## configuration file points to. $database = "data/database.txt"; ## This variable is the "relative path" to the database.cgi program. $form_action="/cgi-bin/systems-bin/database.cgi";