From 8891234617810848087fe685237b4597f7231277 Mon Sep 17 00:00:00 2001 From: Yannis Vogel Date: Tue, 27 May 2025 16:43:36 +0200 Subject: [PATCH] "fix" previous commit to make update.php lowercase windows is case-insensitive so we needed the tmp-commit and this one in order to change the case of the update.php file --- .../data/activitypub/common/{update_cs.php => update.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename php/federator/data/activitypub/common/{update_cs.php => update.php} (100%) diff --git a/php/federator/data/activitypub/common/update_cs.php b/php/federator/data/activitypub/common/update.php similarity index 100% rename from php/federator/data/activitypub/common/update_cs.php rename to php/federator/data/activitypub/common/update.php