mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Use RX_WINDOWS consistently
This commit is contained in:
parent
7ffb1c50fc
commit
b6fc630f4a
2 changed files with 2 additions and 2 deletions
|
|
@ -176,7 +176,7 @@ class Cleanup extends Base
|
|||
{
|
||||
return $cache = true;
|
||||
}
|
||||
if (preg_match('/Win/i', \PHP_OS))
|
||||
if (\RX_WINDOWS)
|
||||
{
|
||||
return $cache = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue