From 3dae97836e48970b1fdae37033a0a97fe2b59015 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Mon, 13 Jan 2025 16:12:14 +0100 Subject: [PATCH] redirect admin class: add docs for curl errors --- public_html/classes/redirect.admin.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/classes/redirect.admin.class.php b/public_html/classes/redirect.admin.class.php index 30a8f61..36e0759 100644 --- a/public_html/classes/redirect.admin.class.php +++ b/public_html/classes/redirect.admin.class.php @@ -19,6 +19,7 @@ require_once 'redirect.class.php'; * 2022-05-31 v1.7 ah optical changes * 2023-08-28 v1.8 ah remove php warning if there is no config yet * 2024-10-04 v1.9 ah php8 only: typed variables + * 2025-01-13 v1.10 ah fetch curl error */ /** -- GitLab