From a5f9650e97db5743c2b0aa0b645f174415866768 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 17 Dec 2011 23:34:42 +0100 Subject: install.php: remove reference to db.sql Signed-off-by: Florian Pritz --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.php b/install.php index d30564bf3..ce43ac64c 100644 --- a/install.php +++ b/install.php @@ -55,6 +55,6 @@ if ($errors != "") { echo nl2br("Tests completed.\n" ."The following steps remain:\n" ." - copy the files from ./application/config/example/ to ./application/config/ and edit them to suit your setup\n" - ." - import ./db.sql into your database\n" + ." - the database will be set up automatically\n" ); } -- cgit v1.2.3-24-g4f1b