mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Add RX_WINDOWS constant
This commit is contained in:
parent
e064a742ea
commit
0c3c903c1b
1 changed files with 5 additions and 0 deletions
|
|
@ -117,6 +117,11 @@ else
|
|||
define('RX_POST', false);
|
||||
}
|
||||
|
||||
/**
|
||||
* RX_WINDOWS is true if the operating system is Windows.
|
||||
*/
|
||||
define('RX_WINDOWS', strncasecmp(PHP_OS, 'WIN', 3) === 0);
|
||||
|
||||
/**
|
||||
* XE core compatibility constants (may be used by XE-compatible plugins and themes).
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue