From a590ea55c2422cd0b11fb60e64275ad7e4f6bd26 Mon Sep 17 00:00:00 2001 From: nicosomb Date: Thu, 4 Apr 2013 20:12:50 +0200 Subject: =?UTF-8?q?d=C3=A9placement=20de=20la=20base=20de=20donn=C3=A9es?= =?UTF-8?q?=20et=20explication=20dans=20le=20README=20pour=20s=C3=A9curise?= =?UTF-8?q?r=20ce=20fichier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index be1ebef9..a27f1993 100755 --- a/index.php +++ b/index.php @@ -25,7 +25,7 @@ try { - $db_handle = new PDO('sqlite:poche.sqlite'); + $db_handle = new PDO('sqlite:db/poche.sqlite'); $db_handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch (Exception $e) -- cgit v1.2.3