Moved allowedit to accred_config config file

This commit is contained in:
lars
2019-06-05 12:53:47 +02:00
parent a62b9c265b
commit 7f97a60334
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,8 @@ return [
'name' => 'accred19',
'user' => 'accred',
'pass' => 'accred19',
'year' => '2019'
'year' => '2019',
'editmode' => '0' // Allow edit by normal users, set to 0 to disable
];
?>