mirror of
https://github.com/tildeclub/site.git
synced 2026-09-24 08:07:10 +00:00
Update db.php
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user