Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/YOURLS/YOURLS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/user
diff options
context:
space:
mode:
authorozh <ozh@ozh.org>2014-09-09 17:03:55 +0400
committerozh <ozh@ozh.org>2014-09-09 17:03:55 +0400
commite7a796c6d76fdfe2f97afa0b6c6662a41b3d4eb9 (patch)
tree54cb58b39be9fc989abc4de7df82c770e382433a /user
parent83124ffabbc0091312211c27bb2e93efb8aa7293 (diff)
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
Diffstat (limited to 'user')
-rw-r--r--user/config-sample.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/user/config-sample.php b/user/config-sample.php
index 432eec71..eff7a693 100644
--- a/user/config-sample.php
+++ b/user/config-sample.php
@@ -1,6 +1,9 @@
<?php
/* This is a sample config file.
* Edit this file with your own settings and save it as "config.php"
+ *
+ * IMPORTANT: edit and save this file as plain ASCII text, using a text editor, for instance TextEdit on Mac OS or
+ * Notepad on Windows. Make sure there is no character before the opening <?php at the beginning of this file.
*/
/*