summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
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"
);
}