Changeset 1121 for trunk/smf/Sources/Load.php
- Timestamp:
- 03/29/10 15:37:29 (2 years ago)
- File:
-
- 1 edited
-
trunk/smf/Sources/Load.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/smf/Sources/Load.php
r1048 r1121 6 6 * Open-Source Project Inspired by Zef Hemel (zef@zefhemel.com) * 7 7 * =============================================================================== * 8 * Software Version: SMF 1.1. 9*8 * Software Version: SMF 1.1.11 * 9 9 * Software by: Simple Machines (http://www.simplemachines.org) * 10 10 * Copyright 2006-2009 by: Simple Machines LLC (http://www.simplemachines.org) * … … 1366 1366 $context['browser']['needs_size_fix'] = ($context['browser']['is_ie5'] || $context['browser']['is_ie5.5'] || $context['browser']['is_ie4'] || $context['browser']['is_opera6']) && strpos($_SERVER['HTTP_USER_AGENT'], 'Mac') === false; 1367 1367 1368 // 1.1.x doesn't detect IE8, so render as IE7. 1369 $context['html_headers'] .= '<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />'; 1370 1368 1371 // This isn't meant to be reliable, it's just meant to catch most bots to prevent PHPSESSID from showing up. 1369 1372 $ci_user_agent = strtolower($_SERVER['HTTP_USER_AGENT']); … … 1914 1917 { 1915 1918 global $sc; 1919 global $HTTP_SESSION_VARS, $modSettings, $boardurl; 1916 1920 1917 1921 // Most of this was commented for [infoarena] integration.
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)