서비스워커 자산 캐시 제거
This commit is contained in:
+8
-6
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user