From 6d0fa3c05dddd2584a22137726592a87c349f874 Mon Sep 17 00:00:00 2001 From: ozhozh Date: Thu, 11 Aug 2011 12:40:19 +0000 Subject: [PATCH] More comments about YOURLS_PRIVATE git-svn-id: http://yourls.googlecode.com/svn/trunk@663 12232710-3e20-11de-b438-597f59cd7555 --- user/config-sample.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/user/config-sample.php b/user/config-sample.php index 8f62235..fb380b0 100644 --- a/user/config-sample.php +++ b/user/config-sample.php @@ -38,7 +38,9 @@ ** Set to false to allow multiple short URLs pointing to the same long URL (bit.ly behavior) */ define( 'YOURLS_UNIQUE_URLS', true ); -/** Private means protected with login/pass as defined below. Set to false for public usage on a restricted intranet or for test setups. */ +/** Private means the Admin area will be protected with login/pass as defined below. + ** Set to false for public usage (eg on a restricted intranet or for test setups) + ** Read http://yourls.org/privatepublic for more details if you're unsure */ define( 'YOURLS_PRIVATE', true ); /** A random secret hash used to encrypt cookies. You don't have to remember it, make it long and complicated. Hint: copy from http://yourls.org/cookie **/ -- 2.45.0