diff options
| author | Horus3 | 2014-02-09 18:54:34 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-09 18:54:34 +0100 |
| commit | c24d0c2607d677546fd6ee5a763fc11ca0ebacab (patch) | |
| tree | b0b43e1ca97498586368f5267cbca19c0478950e /quote.php | |
| parent | 6f1e9787e6c15721ee7792061faa0b62c893cab7 (diff) | |
| download | jungegemeinde-c24d0c2607d677546fd6ee5a763fc11ca0ebacab.tar.gz | |
removed hard coded stuff
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("/var/www/jungegemeinde/database/jg.db"); +$db = new SQLite3("..database/jg.db"); $rows = $db->query("SELECT count(*) as count FROM sprueche;"); $row = $rows->fetchArray(); $numRows = $row["count"]; |
