From 54c8de86c73ce831df7912428b4f9fd849d67aca Mon Sep 17 00:00:00 2001 From: maTh Date: Sun, 7 May 2023 21:35:08 +0200 Subject: 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 --- lib/lib_rss.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/lib_rss.php') 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) { -- cgit v1.2.3