mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Always check filesystem case sensitivity in Linux
This commit is contained in:
parent
b6fc630f4a
commit
8d1429b286
1 changed files with 0 additions and 4 deletions
|
|
@ -172,10 +172,6 @@ class Cleanup extends Base
|
|||
}
|
||||
|
||||
// Return default values for most common operating systems.
|
||||
if (preg_match('/Linux/', \PHP_OS))
|
||||
{
|
||||
return $cache = true;
|
||||
}
|
||||
if (\RX_WINDOWS)
|
||||
{
|
||||
return $cache = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue