diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-09-25 17:51:51 +0200 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-09-25 17:51:51 +0200 |
commit | 89e16b0c0202899486d4952cdd0017a1ebb7db9e (patch) | |
tree | a22b95116fb83b4f4db1397119293a4b0d2ae101 /includes | |
parent | a7d51630981d0bbf68bfa1fa059cd56d3fc634ce (diff) |
Add documentation section in README.md.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/config.defaults.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/config.defaults.php b/includes/config.defaults.php index 4272bcc..038d661 100644 --- a/includes/config.defaults.php +++ b/includes/config.defaults.php @@ -28,7 +28,7 @@ $config = array( // Logs 'logs' => array( - // Logs file when commands will be written + // Logs file where commands will be written 'file' => '/var/log/looking-glass.log', // Format for each logged command (%D is for the time, %R is for the // requester IP address, %H is for the host and %C is for the command) |