From 0a7e6df734969b92283dcd8a8ec3d580b82c8050 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Tue, 26 May 2026 17:44:14 +0200 Subject: [PATCH] Update index-controller.php --- php/controller/index-controller.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/php/controller/index-controller.php b/php/controller/index-controller.php index f6cc279..49afd51 100644 --- a/php/controller/index-controller.php +++ b/php/controller/index-controller.php @@ -2,9 +2,4 @@ require_once 'php/model/FileDatabase.php'; require_once 'php/model/Article.php'; -try { - $db = new FileDatabase(); -} catch (PDOException $e) { - echo $e->getMessage(); -}