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:
Harry G. Coin
2016-04-25 22:16:19 -05:00
parent b9285e81fe
commit cc553a70c5
4 changed files with 51 additions and 6 deletions

View File

@@ -164,7 +164,7 @@ class event_socket {
public function close() {
if ($this->fp) {
fclose($fp->fp);
fclose($this->fp);
$this->fp = false;
}
}