aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/include/share/ssl/ssl.php
diff options
context:
space:
mode:
authorM.Gergo2018-12-16 16:35:17 +0100
committerM.Gergo2018-12-16 16:35:17 +0100
commite6988247360fa98b85915a38803d018dd353df00 (patch)
tree24f42628f6cdaedacc06ce033378173a0e561be9 /mayor-orig/www/include/share/ssl/ssl.php
parent2a219b9ea312fb88703a33ea2450e32af40be64a (diff)
downloadmayor-e6988247360fa98b85915a38803d018dd353df00.tar.gz
mayor-e6988247360fa98b85915a38803d018dd353df00.zip
Rev: 4412
Diffstat (limited to 'mayor-orig/www/include/share/ssl/ssl.php')
-rw-r--r--mayor-orig/www/include/share/ssl/ssl.php2
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';