auto-sync via WEVIA git_sync_all intent 2026-04-21T13:22:33+02:00
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
opus
2026-04-21 13:22:33 +02:00
parent 94d1229f4f
commit 52cb733f43
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}
}

View File

@@ -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,