update DB handler to redirect upon non-install
This commit is contained in:
parent
97c7488ff5
commit
5aed344ec6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
if(!file_exists("meowboard.db")) {
|
||||
die("Database not found.");
|
||||
die("<meta http-equiv=\"refresh\" content=\"0; url=/install.php\">Database not found.");
|
||||
}
|
||||
class Store extends SQLite3
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue