Changeset 25456 for trunk/src/wp-includes/vars.php
- Timestamp:
- 09/16/2013 08:06:27 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/vars.php
r24594 r25456 88 88 89 89 /** 90 * Whether the server software is Nginx or something else 91 * @global bool $is_nginx 92 */ 93 $is_nginx = (strpos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false); 94 95 /** 90 96 * Whether the server software is IIS or something else 91 97 * @global bool $is_IIS
Note: See TracChangeset
for help on using the changeset viewer.