From e2e5994afe9506ddc944399c8d6802ac14a20b95 Mon Sep 17 00:00:00 2001 From: Panagiotis Deligiannis <30444811+deligianp@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:04:03 +0300 Subject: [PATCH] Update ProjectController.php Remove ad-hoc announcement from tracked code --- controllers/ProjectController.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/controllers/ProjectController.php b/controllers/ProjectController.php index c31ea12..85d0556 100644 --- a/controllers/ProjectController.php +++ b/controllers/ProjectController.php @@ -84,9 +84,6 @@ public function beforeAction($action) return false; } - // Set the flash message - Yii::$app->session->setFlash('danger', 'Dear HYPATIA users,

We would like to inform you that we are aware of a major issue on the infrastructure causing problems during the allocation and connection to resources. We are currently investigating the issue and trying to resolve it as soon as possible.

HYPATIA support team

'); - // Continue with the action return true; }