diff --git a/polls/db.php b/polls/db.php index 2d8f7ac..ff3aee9 100644 --- a/polls/db.php +++ b/polls/db.php @@ -10,7 +10,7 @@ * - Poll results */ -$databaseFile = __DIR__ . '../pollsdb/poll.db'; +$databaseFile = __DIR__ . '/poll.db'; try { // If the database file does not exist, create it and set it up