diff options
Diffstat (limited to 'mayor-orig/www/include/share/ssl')
-rw-r--r-- | mayor-orig/www/include/share/ssl/ssl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mayor-orig/www/include/share/ssl/ssl.php b/mayor-orig/www/include/share/ssl/ssl.php index 0b6e2e04..61b6ca1b 100644 --- a/mayor-orig/www/include/share/ssl/ssl.php +++ b/mayor-orig/www/include/share/ssl/ssl.php @@ -431,7 +431,7 @@ function random_str($length, $keyspace = '0123456789abcdefghijklmnopqrstuvwxyzAB $this->sessionKey = $this->_sessionKeyDecode($PACKED['sessionKeyEncoded']); if ($this->_verifyHash($PACKED)) { $this->incomingRequest = $this->_unpackData($PACKED); -openlog("MaYoR Interconnect", LOG_PID | LOG_PERROR, LOG_LOCAL0); +openlog("MaYoR", LOG_PID | LOG_PERROR, LOG_LOCAL0); syslog(LOG_WARNING, "Data unpacked: ".(json_encode($this->incomingRequest))." {$_SERVER['REMOTE_ADDR']} ({$_SERVER['HTTP_USER_AGENT']})"); closelog(); $this->status = 'ok:success request'; |