Changeset 25880 for trunk/src/wp-includes/vars.php
- Timestamp:
- 10/23/2013 02:37:54 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/vars.php
r25767 r25880 96 96 97 97 /** 98 * Whether the server software is Nginx or something else 99 * @global bool $is_nginx 100 */ 101 $is_nginx = (strpos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false); 102 98 * Whether the server software is Nginx or something else 99 * @global bool $is_nginx 100 */ 101 $is_nginx = (strpos($_SERVER['SERVER_SOFTWARE'], 'nginx') !== false); 102 103 103 /** 104 104 * Whether the server software is IIS or something else
Note: See TracChangeset
for help on using the changeset viewer.