mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-27 18:55:42 +00:00
Cleanups.
Remove default 192.168.42.42/32 allow. Restore missing app/fax/resources/functions/parse_attachments.php to satisfy pre-existing include Fix so sql in voicemail app works if var undefined. Warning: don't know if non Mariadb's like cast(...) . Cleanup close in event socket.
This commit is contained in:
@@ -164,7 +164,7 @@ class event_socket {
|
||||
|
||||
public function close() {
|
||||
if ($this->fp) {
|
||||
fclose($fp->fp);
|
||||
fclose($this->fp);
|
||||
$this->fp = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user