diff options
| author | Simon Rettberg | 2025-08-04 16:05:24 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2025-08-04 16:05:24 +0200 |
| commit | 836f6b8e2b0051eb3a46d3b1232b9cdfab1ccdf9 (patch) | |
| tree | 3ed1740338e631c611aca9e8cd28d6a995ca0ef6 /modules-available/rebootcontrol | |
| parent | Implicitly nullable types are deprecated in PHP 8.3, make explicit (diff) | |
| download | slx-admin-836f6b8e2b0051eb3a46d3b1232b9cdfab1ccdf9.tar.gz slx-admin-836f6b8e2b0051eb3a46d3b1232b9cdfab1ccdf9.tar.xz slx-admin-836f6b8e2b0051eb3a46d3b1232b9cdfab1ccdf9.zip | |
A few more HTTP code audit log fixups
Diffstat (limited to 'modules-available/rebootcontrol')
| -rw-r--r-- | modules-available/rebootcontrol/pages/exec.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/rebootcontrol/pages/exec.inc.php b/modules-available/rebootcontrol/pages/exec.inc.php index 422f88f8..6f652354 100644 --- a/modules-available/rebootcontrol/pages/exec.inc.php +++ b/modules-available/rebootcontrol/pages/exec.inc.php @@ -29,7 +29,7 @@ class SubPage } $task = RebootControl::runScript($machines, $script, 15); if (Taskmanager::isTask($task)) { - Util::redirect("?do=rebootcontrol&show=task&what=task&taskid=" . $task["id"]); + Util::redirect("?do=rebootcontrol&show=task&what=task&taskid=" . $task["id"], 200); } } |
