summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2012-10-30 03:46:47 +0100
committerChristoph Burschka2012-10-30 03:46:47 +0100
commitf99dc1c7671a636f87769b922a60336c938a7ed7 (patch)
treee39a3af83c069fe59daff8da583c79d53e0a7cf9
parentInitial checkin (diff)
downloadejabberd-auth-php-f99dc1c7671a636f87769b922a60336c938a7ed7.tar.gz
Start
-rw-r--r--classes/JabberAuth.php1
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;
}