fix bug token - version

This commit is contained in:
2021-04-26 14:22:57 +07:00
parent 924d23dad0
commit 70d60ff51e
3 changed files with 11 additions and 6 deletions

View File

@@ -3,6 +3,6 @@
return [
'adminEmail' => 'admin@example.com',
"maxLogs" => 100000,
"maxPicture" => 2,
"maxPicture" => 5,
"version" => "1.0.7"
];