Update db.php

This commit is contained in:
deepend-tildeclub 2025-01-24 18:57:05 -07:00 committed by GitHub
parent 095dd7ea70
commit 0f0dea9069
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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