update
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user