includes/clientside/jsres.php
changeset 430 ec90736b9cb9
parent 421 dbae4d327846
child 436 242353360e37
equal deleted inserted replaced
426:f5718d7c2a6a 430:ec90736b9cb9
    10  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    10  * as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
    11  *
    11  *
    12  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    12  * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
    13  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    13  * warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for details.
    14  */
    14  */
       
    15 
       
    16 // Disable for IE, it causes problems.
       
    17 if ( strstr(@$_SERVER['HTTP_USER_AGENT'], 'MSIE') )
       
    18 {
       
    19   header('HTTP/1.1 302 Redirect');
       
    20   header('Location: static/enano-lib-basic.js');
       
    21   exit();
       
    22 }
    15 
    23 
    16 // Setup Enano
    24 // Setup Enano
    17 
    25 
    18 //
    26 //
    19 // Determine the location of Enano as an absolute path.
    27 // Determine the location of Enano as an absolute path.