Skip to content

Commit

Permalink
Add emphasis on turning debug on prior to submitting an issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ozh committed Aug 30, 2013
1 parent 5c5db32 commit a0cf6e6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user/config-sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit a0cf6e6

Please sign in to comment.