aboutsummaryrefslogtreecommitdiffhomepage
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rwxr-xr-xindex.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index be1ebef9..a27f1993 100755
--- a/index.php
+++ b/index.php
@@ -25,7 +25,7 @@
25 25
26try 26try
27{ 27{
28 $db_handle = new PDO('sqlite:poche.sqlite'); 28 $db_handle = new PDO('sqlite:db/poche.sqlite');
29 $db_handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); 29 $db_handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
30} 30}
31catch (Exception $e) 31catch (Exception $e)