This commit is contained in:
Pablo Ferreiro 2022-01-03 14:19:41 +01:00
parent 5b75dd84f4
commit 4eb75f6f25
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24

View file

@ -155,4 +155,4 @@ Route::add("/settings", function () use ($proxy_elements) {
header('Location: ./home');
}, 'POST');
Route::run($subdir);
Route::run(getSubdir());