Skip to content
Snippets Groups Projects
Commit 2e492bb8 authored by Hakkel Tamás's avatar Hakkel Tamás
Browse files

avoid duplication db by pointing to the production db

parent 708dc30e
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ if (isset($_POST['last_timestamp']))
else
$last_timestamp = time()*1000;
$db = new PDO('sqlite:../db/db.sqlite');
$db = new PDO('sqlite:../../belepteto/db/db.sqlite');
$db->setAttribute( PDO::ATTR_ERRMODE, PDO::ERRMODE_WARNING );
// Saving annotation
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment