mirror of https://github.com/tildeclub/site.git
Update db.php
This commit is contained in:
parent
095dd7ea70
commit
0f0dea9069
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue