Skip to content

Commit

Permalink
Added SQLite relative path warning. #301
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldskool authored and reines committed Feb 22, 2011
1 parent 40d9c92 commit 447585b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lang/English/install.php
Expand Up @@ -50,11 +50,7 @@
'Info 3' => 'The address of the database server (example: localhost, db.myhost.com or 192.168.0.15). You can specify a custom port number if your database doesn\'t run on the default port (example: localhost:3580). For SQLite support, just enter anything or leave it at \'localhost\'.',
'Database server hostname' =>'Database server hostname',
'Database enter name' => 'Enter the name of your database',
<<<<<<< HEAD
'Info 4' => 'The name of the database that FluxBB will be installed into. The database must exist. For SQLite, this is the relative path to the database file. If the SQLite database file does not exist, FluxBB will attempt to create it.',
=======
'Info 4' => 'The name of the database that FluxBB will be installed into. The database must exist. For SQLite, this is the relative path to the database file. For security reasons, it is highly recommended to place the SQLite database in a private (not web accessible) directory whenever possible. If the SQLite database file does not exist, FluxBB will attempt to create it.',
>>>>>>> 3394392... Trying #301 again.
'Database name' => 'Database name',
'Database enter informations' => 'Enter your database username and password',
'Database username' => 'Database username',
Expand Down

0 comments on commit 447585b

Please sign in to comment.