diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-11-07 08:35:20 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-11-07 08:35:28 +0100 |
| commit | bfa3953101f2873ffd5103972c808d178605637a (patch) | |
| tree | de14bac26bbea66e4abf495c53380486b2caa82f /app/controllers/root_assistant.php | |
| parent | eb3026e02a7b51b73013f1267e0a1e38f3ed8522 (diff) | |
allow root assistant to be hidden again, re #4794
Diffstat (limited to 'app/controllers/root_assistant.php')
| -rw-r--r-- | app/controllers/root_assistant.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/root_assistant.php b/app/controllers/root_assistant.php index a5edaf3..914b2e5 100644 --- a/app/controllers/root_assistant.php +++ b/app/controllers/root_assistant.php @@ -17,6 +17,8 @@ class RootAssistantController extends AuthenticatedController { $this->release_notes = $this->fetchReleaseNotes(); $this->configurations = $this->fetchNewConfiguration(); + + $this->response->add_header('X-No-Buttons', 1); } public function seen_action() |
