4f6592b749
SetupActivity was sending type 'install-failure' (hyphen) but the PHP version-guard bypass list only checked for 'install_failure' (underscore). Result: if the kiosk was not on the latest released version the error was silently discarded and no GitHub issue was created. Fix: - SetupActivity: change type to 'install_failure' (underscore, consistent with KioskActivity which already used the correct name) - api/index.php: add 'install-failure' (hyphen) to the bypass list as defensive fallback so old APK builds already in the field are covered too