From 24af813296703c766bf04cbeba7143adba99124a Mon Sep 17 00:00:00 2001 From: Goeran Heinemann Date: Fri, 6 Mar 2020 13:13:25 +0100 Subject: [PATCH] =?UTF-8?q?abfrage=20ge=C3=A4ndert?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index e44446b..b2b5fa9 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,7 @@ $sql = "SELECT * FROM sites WHERE active=1"; echo ''; foreach ($pdo->query($sql) as $row){ - echo ''; + echo ''; } if (isset($_GET['source'])){ @@ -17,7 +17,7 @@ if (isset($_GET['source'])){ $data = $stmt->fetchAll(PDO::FETCH_ASSOC); echo '
'.$row['title'].''.$row['link'].'
'.$row['title'].''.$row['link'].'
'; foreach ($data as $row){ - echo ''; + echo ''; } echo '
'.$row['time'].'
'.$row['time'].'
'; }else{