Add Swedish as a selectable language in the web-ui (#1369).

This commit is contained in:
Alex Tselegidis 2023-06-12 12:50:37 +02:00
parent 787a4a6700
commit 8dbe0842d8
2 changed files with 13 additions and 2 deletions

View file

@ -162,6 +162,7 @@ $config['available_languages'] = [
'serbian', 'serbian',
'slovak', 'slovak',
'spanish', 'spanish',
'swedish',
'turkish' 'turkish'
]; ];
@ -449,8 +450,8 @@ $config['proxy_ips'] = '';
| Rate Limiting | Rate Limiting
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| Toggle the rate limiting feature in your application. Using rate limiting | Toggle the rate limiting feature in your application. Using rate limiting
| will control the number of requests a client can sent to the app. | will control the number of requests a client can sent to the app.
| |
*/ */
$config['rate_limiting'] = TRUE; $config['rate_limiting'] = TRUE;

View file

@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>