From 52cb733f43e85a037be6f4a397d4d4bc51273b5d Mon Sep 17 00:00:00 2001 From: opus Date: Tue, 21 Apr 2026 13:22:33 +0200 Subject: [PATCH] auto-sync via WEVIA git_sync_all intent 2026-04-21T13:22:33+02:00 --- api/pages-orphans-list.php | 2 +- api/v83-business-kpi-latest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/pages-orphans-list.php b/api/pages-orphans-list.php index f92037302..976a6b1bf 100644 --- a/api/pages-orphans-list.php +++ b/api/pages-orphans-list.php @@ -34,7 +34,7 @@ if (!is_array($data) || empty($data)) { $af_path = "$DOCROOT/$af"; if (file_exists($af_path)) { $content = file_get_contents($af_path); - if (preg_match_all('/href="\/?([a-z0-9_-]+\.html)"/i', $content, $matches)) { + if (preg_match_all('/href="\/?([a-z0-9_\-\xc0-\xff%]+\.html)"/iu', $content, $matches)) { foreach ($matches[1] as $m) $referenced[$m] = true; } } diff --git a/api/v83-business-kpi-latest.json b/api/v83-business-kpi-latest.json index 46067ce1a..221a99236 100644 --- a/api/v83-business-kpi-latest.json +++ b/api/v83-business-kpi-latest.json @@ -1,7 +1,7 @@ { "ok": true, "version": "V83-business-kpi", - "ts": "2026-04-21T11:20:16+00:00", + "ts": "2026-04-21T11:22:23+00:00", "summary": { "total_categories": 8, "total_kpis": 64,