From ef51d833d890e035f715628343e22456f96eb777 Mon Sep 17 00:00:00 2001 From: iBNu Maksum Date: Tue, 18 Feb 2025 15:50:06 +0700 Subject: [PATCH] fix link --- system/controllers/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/controllers/settings.php b/system/controllers/settings.php index c01f1248..739b2051 100644 --- a/system/controllers/settings.php +++ b/system/controllers/settings.php @@ -23,7 +23,7 @@ switch ($action) { $d->value = 'yes'; $d->save(); } - r2(getUrl('docs')); + r2(APP_URL . '/docs'); break; case 'devices': $files = scandir($DEVICE_PATH);