diff options
| author | Christoph Burschka | 2012-10-30 03:46:47 +0100 |
|---|---|---|
| committer | Christoph Burschka | 2012-10-30 03:46:47 +0100 |
| commit | f99dc1c7671a636f87769b922a60336c938a7ed7 (patch) | |
| tree | e39a3af83c069fe59daff8da583c79d53e0a7cf9 | |
| parent | Initial checkin (diff) | |
| download | ejabberd-auth-php-f99dc1c7671a636f87769b922a60336c938a7ed7.tar.gz | |
Start
| -rw-r--r-- | classes/JabberAuth.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/JabberAuth.php b/classes/JabberAuth.php index f649889..69bb858 100644 --- a/classes/JabberAuth.php +++ b/classes/JabberAuth.php @@ -15,6 +15,7 @@ abstract class JabberAuth { $this->stdin = fopen('php://stdin', 'r'); $this->stdout = fopen('php://stdout', 'w'); $this->logfile = fopen($this->logpath . 'activity-' . date('Y-m-d') . '.log', 'a'); + $this->log('Starting...'); $this->running = TRUE; } |
