prep for 2023. Fixed many bugs. Added pdf guide

This commit is contained in:
2023-03-29 22:47:51 +02:00
parent 7f97a60334
commit e6025e3be1
589 changed files with 172718 additions and 212 deletions

View File

@@ -1,12 +1,12 @@
<?php
// Database configuration stuff
return [
'admin' => 'lars.kermode@caribana.chx',
'host' => 'accred-db',
'name' => 'accred19',
'name' => 'accred22',
'user' => 'accred',
'pass' => 'accred19',
'year' => '2019',
'editmode' => '0' // Allow edit by normal users, set to 0 to disable
'pass' => 'accred22',
'year' => '2023',
'editmode' => '1' // Allow edit by normal users, set to 0 to disable
];
?>