diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-12-02 17:00:41 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-12-02 17:00:41 +0100 |
commit | e1af7a5f180e77ae12ae157fc01da201864375c9 (patch) | |
tree | 82b5730d506634d26a9732f42eb967e5521c6a3e /NEWS | |
parent | d7656ec3e102d604b9b14f0886c147c0d1e55527 (diff) |
NEWS: Clarify wording regarding base_url
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ This file lists major, incompatible or otherwise important changes, you should l + Change the dbcollat setting to "utf8mb4_bin" + Change the stricton setting to TRUE - Changes in application/config/config-local.php - + Set base_url to your domain and installation directory - (if used). Example: $config['base_url'] = "https://paste.xinu.at/" + + Set base_url to your domain and, if used, installation directory. + Example: $config['base_url'] = "https://paste.xinu.at/" 2.1.3 2017-07-04 - API 2.1.1: Fix incorrect types of empty objects returned by file/history and file/delete |