Changeset 1974 for trunk/wp-includes/vars.php
- Timestamp:
- 12/18/2004 08:56:26 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/vars.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/vars.php
r1965 r1974 108 108 // Server detection 109 109 $is_apache = strstr($_SERVER['SERVER_SOFTWARE'], 'Apache') ? 1 : 0; 110 $is_IIS = strstr($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') ? 1 : 0;111 110 112 111 // 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.