This commit is contained in:
2026-05-15 20:23:25 +02:00
parent c980004309
commit bc5cae7e82
74 changed files with 563 additions and 130 deletions

View File

@@ -79,7 +79,7 @@ class MFLog {
* Logowanie an konsole
*/
private static function ConsoleLog($data, $type) {
if(self::$consolePrivateIp==null || (self::$consolePrivateIp!=null && $_SERVER['REMOTE_ADDR'] == self::$consolePrivateIp)) {
if(self::$consolePrivateIp==null || (self::$consolePrivateIp!=null && isset($_SERVER['REMOTE_ADDR']) && $_SERVER['REMOTE_ADDR'] == self::$consolePrivateIp)) {
if($type<4) {
Core::LoadPlugin('fb');
@@ -201,4 +201,4 @@ class MFLog {
}
?>
?>