Changeset 2436 for trunk/wp-includes/vars.php
- Timestamp:
- 03/13/2005 04:36:09 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/vars.php
r2240 r2436 36 36 // Server detection 37 37 $is_apache = strstr($_SERVER['SERVER_SOFTWARE'], 'Apache') ? 1 : 0; 38 $is_IIS = strstr($_SERVER['SERVER_SOFTWARE'], 'Microsoft-IIS') ? 1 : 0; 38 39 39 40 // 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.