From 4eb75f6f259d23fcf51372b2eb400cc2c1b15f3a Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Mon, 3 Jan 2022 14:19:41 +0100 Subject: [PATCH] hotfix --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());