Make WordPress Core

Changeset 4995


Ignore:
Timestamp:
03/07/2007 06:10:33 AM (18 years ago)
Author:
markjaquith
Message:

Typo in [4990] caught by johnbillion. fixes #3920

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/vars.php

    r4990 r4995  
    3333
    3434// Server detection
    35 $is_apache ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? 1 : 0;
     35$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? 1 : 0;
    3636$is_IIS = (strpos($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') !== false) ? 1 : 0;
    3737
Note: See TracChangeset for help on using the changeset viewer.