Files
html/api/v83-business-kpi-dashboard-data.php
opus 8e7f5891b9
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
auto-sync via WEVIA git_sync_all intent 2026-04-20T14:24:14+02:00
2026-04-20 14:24:14 +02:00

5 lines
170 B
PHP

<?php
// V88 alias: redirect to wevia-v83-business-kpi.php with action=full
$_GET['action'] = $_GET['action'] ?? 'full';
include __DIR__ . '/wevia-v83-business-kpi.php';