From a0cf6e6d8e2975a561d81e0744a09d3d08344404 Mon Sep 17 00:00:00 2001 From: ozh Date: Fri, 30 Aug 2013 14:52:47 +0200 Subject: [PATCH] Add emphasis on turning debug on prior to submitting an issue --- user/config-sample.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/config-sample.php b/user/config-sample.php index 95b501d..4466633 100644 --- a/user/config-sample.php +++ b/user/config-sample.php @@ -61,6 +61,10 @@ 'username2' => 'password2' // You can have one or more 'login'=>'password' lines ); +/** Debug mode to output some internal information + ** Default is false for live site. Enable when coding or before submitting a new issue */ +define( 'YOURLS_DEBUG', false ); + /* ** URL Shortening settings */ -- 2.45.0