차량 모니터 PIN 인증 캐시 우회

This commit is contained in:
seo
2026-07-12 13:28:36 +09:00
parent c2305b8ad3
commit f25de4dcfb
+2 -2
View File
@@ -962,12 +962,12 @@ function car_monitor_require_access(bool $json = false): void
<main class="car-auth-page"> <main class="car-auth-page">
<div id="findMyShortcut"></div> <div id="findMyShortcut"></div>
</main> </main>
<script src="https://chaegeon.com/custom/common/js/auth-pin.js"></script> <script src="https://chaegeon.com/custom/common/js/auth-pin.js?v=<?php echo (int)(@filemtime('/mnt/synology-web/custom/common/js/auth-pin.js') ?: time()); ?>"></script>
<script> <script>
window.addEventListener('DOMContentLoaded', function () { window.addEventListener('DOMContentLoaded', function () {
window.CustomAuthPin && window.CustomAuthPin.render({ window.CustomAuthPin && window.CustomAuthPin.render({
mount: '#findMyShortcut', mount: '#findMyShortcut',
apiUrl: '?mode=auth-login', apiUrl: '/car/monitor.php?mode=auth-login',
title: '비밀번호', title: '비밀번호',
placeholder: '비밀번호', placeholder: '비밀번호',
backLabel: '채건닷컴', backLabel: '채건닷컴',