Skip to content

Commit

Permalink
Update ProjectController.php
Browse files Browse the repository at this point in the history
Remove ad-hoc announcement from tracked code
  • Loading branch information
deligianp authored Sep 30, 2024
1 parent bfaca4f commit e2e5994
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions controllers/ProjectController.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ public function beforeAction($action)
return false;
}

// Set the flash message
Yii::$app->session->setFlash('danger', 'Dear HYPATIA users,</p><p>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.</p><p>HYPATIA support team</p>');

// Continue with the action
return true;
}
Expand Down

0 comments on commit e2e5994

Please sign in to comment.