Fix paths & protect data folder

This commit is contained in:
patrick 2025-01-18 03:05:45 +00:00
parent f346acf97a
commit d2b51f1cd2
4 changed files with 2 additions and 1 deletions

View File

@ -396,7 +396,7 @@ INSERT INTO `config` VALUES
('signaturepage_or_permissionform','signaturepage','Participant Registration','enum','signaturepage = Signature Page|permissionform = Permission Form',2775,'Change the name of the form that must be signed in order to participate in this fair to: <br><ul><li>Signature Page<li>Permission Form </ul>',-1), ('signaturepage_or_permissionform','signaturepage','Participant Registration','enum','signaturepage = Signature Page|permissionform = Permission Form',2775,'Change the name of the form that must be signed in order to participate in this fair to: <br><ul><li>Signature Page<li>Permission Form </ul>',-1),
('ethics_questions','yes','Participant Registration','yesno','',2550,'Ask if the project requires human and/or animal participants.',-1), ('ethics_questions','yes','Participant Registration','yesno','',2550,'Ask if the project requires human and/or animal participants.',-1),
('FAIRYEAR','2025','Special','','',0,'',0), ('FAIRYEAR','2025','Special','','',0,'',0),
('SFIABDIRECTORY','/','Special','','',0,'',0), ('SFIABDIRECTORY','/content','Special','','',0,'',0),
('charity_number','','Fundraising','text','',200,'Charity Registration Number',2025), ('charity_number','','Fundraising','text','',200,'Charity Registration Number',2025),
('cheque_date_format','DDMMYYYY','Localization','enum','YYYYMMDD=YYYYMMDD|DDMMYYYY=DDMMYYYY|MMDDYYYY=MMDDYYYY',220,'Format for dates on printed cheques',2025), ('cheque_date_format','DDMMYYYY','Localization','enum','YYYYMMDD=YYYYMMDD|DDMMYYYY=DDMMYYYY|MMDDYYYY=MMDDYYYY',220,'Format for dates on printed cheques',2025),
('committee_personal_fields','phonehome,phonecell,phonework,fax,org','Committee Members','multisel','sex=Gender|phonehome=Home Phone|phonework=Work Phone|phonecell=Cell Phone|fax=Fax|org=Organization|birthdate=Birthdate|lang=Preferred Language|address=Address and PostalCode|city=City|province=Province|firstaid=First Aid and CPR',500,'Personal Information to ask for on the Committee Member profile page (in addition to Name and Email)',2025), ('committee_personal_fields','phonehome,phonecell,phonework,fax,org','Committee Members','multisel','sex=Gender|phonehome=Home Phone|phonework=Work Phone|phonecell=Cell Phone|fax=Fax|org=Organization|birthdate=Birthdate|lang=Preferred Language|address=Address and PostalCode|city=City|province=Province|firstaid=First Aid and CPR',500,'Personal Information to ask for on the Committee Member profile page (in addition to Name and Email)',2025),

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
data/

0
data/.gitkeep Normal file
View File