summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-12-17 23:34:42 +0100
committerFlorian Pritz <bluewind@xinu.at>2011-12-17 23:34:42 +0100
commita5f9650e97db5743c2b0aa0b645f174415866768 (patch)
treeaea990dff0b4943dec2ac1e58d9e6c6c8dbf4395 /install.php
parent1f1fcafe260b84111e2a77c4998cb56dff092fff (diff)
install.php: remove reference to db.sql
Signed-off-by: Florian Pritz <bluewind@xinu.at>
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"
);
}