From e7a796c6d76fdfe2f97afa0b6c6662a41b3d4eb9 Mon Sep 17 00:00:00 2001 From: ozh Date: Tue, 9 Sep 2014 15:03:55 +0200 Subject: [PATCH] More noob friendliness - Explain DB driver. Fixes #1721 - No, it's not define('http://mydomain.com', 'http://site.com'). Fixes several issues. - Emphasize use of a text editor, see https://github.com/YOURLS/YOURLS/issues/1715#issuecomment-54931268 --- readme.html | 32 ++++++++++++++++++-------------- user/config-sample.php | 3 +++ 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/readme.html b/readme.html index 82dce7f..c385721 100644 --- a/readme.html +++ b/readme.html @@ -373,42 +373,42 @@

Site options

@@ -436,8 +436,12 @@

Advanced settings

-

You can install YOURLS behind a firewall or a proxy: see Proxy Support

-

File includes/load-yourls.php contains a few more undocumented but self explanatory and commented settings. Add them to your own config.php if you know what you're doing.

+ diff --git a/user/config-sample.php b/user/config-sample.php index 432eec7..eff7a69 100644 --- a/user/config-sample.php +++ b/user/config-sample.php @@ -1,6 +1,9 @@