From aeafcb68d5476d4d94c7f49b13400cd7402ab9d1 Mon Sep 17 00:00:00 2001 From: rugk Date: Mon, 8 Aug 2016 19:10:41 +0200 Subject: [PATCH] Use HTTPS --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index f3e958f..065f297 100644 --- a/Installation.md +++ b/Installation.md @@ -79,7 +79,7 @@ data folder. This is the recommended setup for most sites. Under high load, in distributed setups or if you are not allowed to store files locally, you might want to switch to the `Database` model. This lets you store your data in a database. Basically all databases that are supported by -[PDO](http://php.net/manual/en/book.pdo.php) may be used. Automatic table +[PDO](https://secure.php.net/manual/en/book.pdo.php) may be used. Automatic table creation is provided for `pdo_ibm`, `pdo_informix`, `pdo_mssql`, `pdo_mysql`, `pdo_oci`, `pdo_pgsql` and `pdo_sqlite`. You may want to provide a table prefix, if you have to share the PrivateBin database with another application or you want