diff --git a/index.php b/index.php index 3365d34..03b8826 100644 --- a/index.php +++ b/index.php @@ -155,4 +155,4 @@ Route::add("/settings", function () use ($proxy_elements) { header('Location: ./home'); }, 'POST'); -Route::run($subdir); +Route::run(getSubdir());