GX-Bug #59979 » GXModulesWindowsCacheFix.patch
| src/system/core/caching/GXModulesCache.inc.php (date 1542041662000) | ||
|---|---|---|
| 148 | 148 |
{
|
| 149 | 149 |
$returnValue = false; |
| 150 | 150 |
|
| 151 |
$directory = str_replace('\\', '/', $directory);
|
|
| 152 |
|
|
| 151 | 153 |
foreach(self::$allowedDirectories as $allowedDirectory) |
| 152 | 154 |
{
|
| 153 | 155 |
if(stripos($directory,$allowedDirectory) !== false) |