From fbccfb5105563ad8d433826470b472c91eb13113 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 16 Jan 2017 19:37:57 +0100 Subject: durr --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.pl b/index.pl index 61671b9..e1c0463 100644 --- a/index.pl +++ b/index.pl @@ -8,7 +8,7 @@ use utf8; our $VERSION = qx{git describe --dirty} || '0.00'; -my $dbh = DBI->connect( "dbi:SQLite:dbname=picomon.sqlite", q{}, q{} ); +my $dbh = DBI->connect( "dbi:SQLite:dbname=cache/picomon.sqlite", q{}, q{} ); my @int_fields = ( qw( -- cgit v1.2.3