Explorar o código

Use HTTPS for PHP link

rugk %!s(int64=10) %!d(string=hai) anos
pai
achega
6e558aab0a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      INSTALL.md

+ 1 - 1
INSTALL.md

@@ -81,7 +81,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