diff options
Diffstat (limited to 'quote.php')
| -rw-r--r-- | quote.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"]; |
