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',
'slovak',
'spanish',
'swedish',
'turkish'
];
@ -449,8 +450,8 @@ $config['proxy_ips'] = '';
| 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.
| Toggle the rate limiting feature in your application. Using rate limiting
| will control the number of requests a client can sent to the app.
|
*/
$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>