diff options
Diffstat (limited to 'Log.class.php')
-rw-r--r-- | Log.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Log.class.php b/Log.class.php index 58e5672..204fbe5 100644 --- a/Log.class.php +++ b/Log.class.php @@ -7,7 +7,7 @@ */ class Log { - # @string, Log directory name + # @string, Log directory name private $path = '/logs/'; # @void, Default Constructor, Sets the timezone and path of the log files. |