From c84449b98f37004b38736b7bdc46ab0e8af0c6fe Mon Sep 17 00:00:00 2001 From: ozhozh Date: Tue, 7 Aug 2012 06:57:43 +0000 Subject: [PATCH] Better wording on the config sample about case sensitivity in short URLs. Fixes issue 1019. git-svn-id: http://yourls.googlecode.com/svn/trunk@729 12232710-3e20-11de-b438-597f59cd7555 --- user/config-sample.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/user/config-sample.php b/user/config-sample.php index 92a7a84..763b0e0 100644 --- a/user/config-sample.php +++ b/user/config-sample.php @@ -60,10 +60,9 @@ /** URL shortening method: 36 or 62 */ define( 'YOURLS_URL_CONVERT', 36 ); /* - * 36: generates case insentitive lowercase keywords (ie: 13jkm) - * 62: generate case sensitive keywords (ie: 13jKm or 13JKm) - * Stick to one setting, don't change after you've created links as it will change all your short URLs! - * Base 36 should be picked. Use 62 only if you understand what it implies. + * 36: generates all lowercase keywords (ie: 13jkm) + * 62: generates mixed case keywords (ie: 13jKm or 13JKm) + * Stick to one setting. It's best not to change after you've started creating links. */ /** -- 2.45.0