From 53f7f3bb0a95dbe609e1aad52c646a01df183b2e Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 19 Dec 2015 12:00:19 +0100 Subject: [PATCH] conf.ini is no longer created by default --- Upgrading-from-ZeroBin-0.19-Alpha.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Upgrading-from-ZeroBin-0.19-Alpha.md b/Upgrading-from-ZeroBin-0.19-Alpha.md index 40ec607..ad185a1 100644 --- a/Upgrading-from-ZeroBin-0.19-Alpha.md +++ b/Upgrading-from-ZeroBin-0.19-Alpha.md @@ -18,7 +18,7 @@ This upgrade guide is intended for installations of ZeroBin version 0.19 Alpha a 7. Upload the contents of the archive you downloaded in "Preparations" step 3. into your document root. -8. Edit the newly created file `cfg/conf.ini` with a text editor: +8. Copy the newly created file `cfg/conf.ini.sample` into `cfg/conf.ini` and edit it with a text editor: 1. Change the setting `base64version` to "1.7". This is required so that all your existing pastes can still be decoded correctly by the base64-javascript-library.