This commit is contained in:
iBNu Maksum 2025-02-18 15:50:06 +07:00
parent c05a943ff5
commit ef51d833d8
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -23,7 +23,7 @@ switch ($action) {
$d->value = 'yes'; $d->value = 'yes';
$d->save(); $d->save();
} }
r2(getUrl('docs')); r2(APP_URL . '/docs');
break; break;
case 'devices': case 'devices':
$files = scandir($DEVICE_PATH); $files = scandir($DEVICE_PATH);