Fix for Cambozola and IE 8

Forum for questions and support relating to the 1.24.x releases only.
Locked
linuxgurugamer
Posts: 5
Joined: Wed Mar 02, 2011 6:21 pm

Fix for Cambozola and IE 8

Post by linuxgurugamer »

The current version of Zoneminder uses the <applet> tag, which is depreciated.

IE 8 does not use it, it uses the <object> tag instead.

Simply replace the code in zm/includes/functions.php, around line 415, for the applet, with the following:

<OBJECT>
<PARAM>
<PARAM>
<param>
<param>
>
</OBJECT>
Locked