Use separate debug files and prevent direct access

This commit is contained in:
Kijin Sung 2016-02-13 21:11:05 +09:00
parent 51f985c215
commit 4e2535624d
3 changed files with 12 additions and 4 deletions

View file

@ -119,7 +119,7 @@ $lang->debug_seconds = 'seconds or longer';
$lang->debug_display_type = 'Display Debug Info As';
$lang->debug_display_type_comment = 'HTML source comment';
$lang->debug_display_type_panel = 'On-screen panel';
$lang->debug_display_type_file = 'Write to file';
$lang->debug_display_type_file = 'Write to file (files/debug)';
$lang->debug_display_to = 'Display Debug Info To';
$lang->debug_display_to_admin = 'Administrator only';
$lang->debug_display_to_ip = 'Visitors from IP adresses listed below';