| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class EnvironmentChecker |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param HTTPRequest $request |
||
| 13 | * @return boolean |
||
| 14 | */ |
||
| 15 | public static function isLocalIp(HTTPRequest $request = null) |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Temp folder should always be there |
||
| 25 | * |
||
| 26 | * @return void |
||
| 27 | */ |
||
| 28 | public static function ensureTempFolderExists() |
||
| 36 |