diff options
| author | 2023-05-07 21:35:08 +0200 | |
|---|---|---|
| committer | 2023-05-07 21:35:08 +0200 | |
| commit | 54c8de86c73ce831df7912428b4f9fd849d67aca (patch) | |
| tree | b6c0cf65ae8370ad09f2a1a94384afd60444bb62 /lib/lib_rss.php | |
| parent | 9172b65cdbeb3cd19620e38df54669c5d8aa9983 (diff) | |
docs: language table added (#5375)
* docs: language table added
* Update 05_Configuration.md
* Update 05_Configuration.md
* french docs
* Unicode quote and a few fixes
(Same search&replace aslo applied to a few other files)
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'lib/lib_rss.php')
| -rw-r--r-- | lib/lib_rss.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/lib_rss.php b/lib/lib_rss.php index e7cb7386a..9c9d44a4c 100644 --- a/lib/lib_rss.php +++ b/lib/lib_rss.php @@ -653,10 +653,10 @@ function checkCIDR(string $ip, string $range): bool { /** * Check if the client is allowed to send unsafe headers - * This uses the REMOTE_ADDR header to determine the sender's IP + * This uses the REMOTE_ADDR header to determine the sender’s IP * and the configuration option "trusted_sources" to get an array of the authorized ranges * - * @return bool, true if the sender's IP is in one of the ranges defined in the configuration, else false + * @return bool, true if the sender’s IP is in one of the ranges defined in the configuration, else false */ function checkTrustedIP(): bool { if (FreshRSS_Context::$system_conf === null) { |
