# # NEONBASE SCRIPT CONFIGURATION FILE # neonbase.cfg # # =Written By=============|=Version====|=Date========|=Comments==========================================| # ------------------------|------------|-------------|---------------------------------------------------| # Grant Mongardi | 0.00 | 02-04-2000 | Created | # | | | | # | | | | # =======================================================================================================| # # Script Properties: # ----------------- # VERSION == Program Version Number # LOCK == boolean for specifying whether flock() should be used in respect to database editing # DEBUG == boolean value to specify whether certain debug specific actions should be taken # BACKUP == boolean to specify whether database should be backed-up when edited. # DELIM == the character that should be used to delmit the fields # AUTOKEY == boolean to specify whether the script should add a special unique key to each entry # ADMIN == Administration username and password (set to asterisk, causes request for password) # DATAFILE == the name of the file to store the data entries in # DISPLAYTEMPLATE == the name of the file that will wrap the displayed data table # DISPLAYTAG == the string which when combined with the comment field designates where the table starts # MODIFYTEMPLATE == the file that will wrap the form for modifying an entry # ENTRYTEMPLATE == the file that will wrap the form for adding entries # !VERSION=1.0b !NOAUTH=1 !LOCK=0 !DEBUG=1 !BACKUP=0 !DELIM=:: !AUTOKEY=1 !ADMIN=wizard,TEaDGpLPqRQ !FIELDFILE=neonbase.fld !DATAFILE=book.log !HEADTEMPLATE=head.tmpl !FOOTTEMPLATE=foot.tmpl !DATATEMPLATE=data.xhtml !MODIFYTEMPLATE=modify.xtemp !ENTRYTEMPLATE=AddEntry.html