Make WordPress Core


Ignore:
Timestamp:
12/18/2004 08:56:26 PM (21 years ago)
Author:
saxmatt
Message:

Some code cleanups.

File:
1 edited

Legend:

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

    r1965 r1974  
    108108// Server detection
    109109$is_apache = strstr($_SERVER['SERVER_SOFTWARE'], 'Apache') ? 1 : 0;
    110 $is_IIS = strstr($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') ? 1 : 0;
    111110
    112111// if the config file does not provide the smilies array, let's define it here
Note: See TracChangeset for help on using the changeset viewer.