# # 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=0 !ADMIN=admin,pexzg3FUZAk !FIELDFILE=/web/html/test_scripts/temp/dat.fld !DATAFILE=/web/html/test_scripts/temp/dat.txt !HEADTEMPLATE=/web/html/test_scripts/temp/header.xhtml !FOOTTEMPLATE=/web/html/test_scripts/temp/footer.xhtml !DATATEMPLATE=/web/html/test_scripts/temp/dat.xhtml !MODIFYTEMPLATE=/web/html/test_scripts/temp/modify.xtemp !ENTRYTEMPLATE=/web/html/test_scripts/temp/AddEntry.html