diff options
| author | Simon Rettberg | 2025-07-24 10:47:15 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-07-24 10:47:15 +0200 |
| commit | 54cadc65cc7fee317dcda4aa1121d080654fd8da (patch) | |
| tree | 84f33a86c6cfbd23b3be598d0618a516ca95a262 /modules-available/rebootcontrol/inc | |
| parent | [locationinfo] Fix saving DEFAULT panel name; bail out if timeout exceeded (diff) | |
| download | slx-admin-54cadc65cc7fee317dcda4aa1121d080654fd8da.tar.gz slx-admin-54cadc65cc7fee317dcda4aa1121d080654fd8da.tar.xz slx-admin-54cadc65cc7fee317dcda4aa1121d080654fd8da.zip | |
[minilinux/rebootcontrol/statistics] Refactor to better suit audit logging
Diffstat (limited to 'modules-available/rebootcontrol/inc')
| -rw-r--r-- | modules-available/rebootcontrol/inc/rebootcontrol.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/rebootcontrol/inc/rebootcontrol.inc.php b/modules-available/rebootcontrol/inc/rebootcontrol.inc.php index b6ad7a16..6857482d 100644 --- a/modules-available/rebootcontrol/inc/rebootcontrol.inc.php +++ b/modules-available/rebootcontrol/inc/rebootcontrol.inc.php @@ -459,7 +459,7 @@ class RebootControl if ($presetId !== null) { $q .= '&preset=' . $presetId; } - Util::redirect('?do=rebootcontrol&show=exec&what=prepare&id=' . $q); + Util::redirect('?do=rebootcontrol&show=exec&what=prepare&id=' . $q, 200); } /** |
