phpservermon/src/psm/Util/Server
Michael 88708240c7
Add error message for missing/invalid header (#1017)
* add error message for missing/invalid header

* Code cleanup

- simplify the check
  - do not invert the result of `preg_match()`
  - do not set the `$result` in loop, it is already set after the loop
- fix the order of code, first set `$this->error` then `$result`
2021-05-31 04:02:20 +02:00
..
Archiver Implementing the PSR12 standard 2019-12-11 21:27:04 +01:00
Updater Add error message for missing/invalid header (#1017) 2021-05-31 04:02:20 +02:00
ArchiveManager.php Implementing the PSR12 standard 2019-12-11 21:27:04 +01:00
HistoryGraph.php Increased graph data processing speed (#944) 2020-08-12 21:23:47 +02:00
ServerValidator.php Feature/ssl cert expiration check (#831) 2020-02-04 16:44:48 +01:00
UpdateManager.php webhook support (#951) 2020-08-12 19:27:13 +02:00