includes/clientside/jsres.php
changeset 430 ec90736b9cb9
parent 421 dbae4d327846
child 436 242353360e37
--- a/includes/clientside/jsres.php	Sun Feb 17 20:19:17 2008 -0500
+++ b/includes/clientside/jsres.php	Mon Feb 18 16:27:28 2008 -0500
@@ -13,6 +13,14 @@
  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
  */
 
+// Disable for IE, it causes problems.
+if ( strstr(@$_SERVER['HTTP_USER_AGENT'], 'MSIE') )
+{
+  header('HTTP/1.1 302 Redirect');
+  header('Location: static/enano-lib-basic.js');
+  exit();
+}
+
 // Setup Enano
 
 //