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

View File

@@ -10,7 +10,7 @@
* - Poll results * - Poll results
*/ */
$databaseFile = __DIR__ . '../pollsdb/poll.db'; $databaseFile = __DIR__ . '/poll.db';
try { try {
// If the database file does not exist, create it and set it up // If the database file does not exist, create it and set it up