서비스워커 자산 캐시 제거

This commit is contained in:
seo
2026-07-21 19:15:33 +09:00
parent 6215139136
commit cf5fe5b050
6 changed files with 32 additions and 32 deletions
+8 -6
View File
@@ -1,9 +1,11 @@
<?php
require_once __DIR__ . '/../app/lib/db.php';
require_once __DIR__ . '/../app/lib/auth.php';
require_once __DIR__ . '/../app/lib/helpers.php';
if (!empty($_SESSION['user_id'])) {
require_once __DIR__ . '/../app/lib/db.php';
require_once __DIR__ . '/../app/lib/auth.php';
require_once __DIR__ . '/../app/lib/helpers.php';
send_private_no_store_headers();
if (!empty($_SESSION['user_id'])) {
header('Location: /dashboard.php');
exit;
}
@@ -78,7 +80,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<link href="/assets/vendor/bootstrap.min.css" rel="stylesheet">
<link href="/assets/app.css" rel="stylesheet">
<script src="/assets/asset-reload.js?v=20260721_autotoken1" data-service="financial" defer></script>
<script src="/assets/asset-reload.js?v=20260721_nocache1" data-service="financial" defer></script>
<script src="https://chaegeon.com/log/bancheck.min.js?_=<?php echo time(); ?>"></script>
</head>
<body>