Enhancement #1 Switched from in_array() to faster isset() for referer checking

This commit is contained in:
2016-08-21 19:21:22 +02:00
parent 1e0659e649
commit 19644dd62b
6 changed files with 62 additions and 23 deletions

View File

@@ -64,6 +64,9 @@ If you like to have this feature, please leave a feature request in GitHub or th
1. Statify Blacklist settings page
## Changelog ##
### 1.2.0 / (work in progress) ###
* Switched from `in_array()` to faster `isset()` for referer checking
### 1.1.2 / 17.08.2016 ###
* Prepared for localization