Ignore:
Timestamp:
03/29/10 15:37:29 (2 years ago)
Author:
bogdan2412
Message:

Updated with changes from live.

  • Updated SMF to 1.1.11
  • Added Summify to site and forum
  • Small change to job detail view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/smf/Sources/Load.php

    r1048 r1121  
    66* Open-Source Project Inspired by Zef Hemel (zef@zefhemel.com)                    * 
    77* =============================================================================== * 
    8 * Software Version:           SMF 1.1.9                                           * 
     8* Software Version:           SMF 1.1.11                                          * 
    99* Software by:                Simple Machines (http://www.simplemachines.org)     * 
    1010* Copyright 2006-2009 by:     Simple Machines LLC (http://www.simplemachines.org) * 
     
    13661366        $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; 
    13671367 
     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 
    13681371        // This isn't meant to be reliable, it's just meant to catch most bots to prevent PHPSESSID from showing up. 
    13691372        $ci_user_agent = strtolower($_SERVER['HTTP_USER_AGENT']); 
     
    19141917{ 
    19151918        global $sc; 
     1919        global $HTTP_SESSION_VARS, $modSettings, $boardurl; 
    19161920 
    19171921        // Most of this was commented for [infoarena] integration. 
Note: See TracChangeset for help on using the changeset viewer.