aboutsummaryrefslogtreecommitdiff
path: root/quote.php
diff options
context:
space:
mode:
Diffstat (limited to 'quote.php')
-rw-r--r--quote.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/quote.php b/quote.php
index 96549b1..b1203e6 100644
--- a/quote.php
+++ b/quote.php
@@ -4,7 +4,7 @@ include("header.php");
$zufall = $_GET["id"];
/*__Datenbank___*/
-$db = new SQLite3("..database/jg.db");
+$db = new SQLite3("../database/jg.db");
$rows = $db->query("SELECT count(*) as count FROM sprueche;");
$row = $rows->fetchArray();
$numRows = $row["count"];