prep for 2023. Fixed many bugs. Added pdf guide
This commit is contained in:
@@ -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
|
||||
];
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user