Fix 403 Forbidden: Rename index.html to index.php

This commit is contained in:
z0rayy
2026-06-10 16:41:31 +07:00
parent 24e75d6377
commit 48ea36d312
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2036,7 +2036,7 @@
document.getElementById('logout-btn').addEventListener('click', async () => {
try {
await fetch('backend/logout.php');
window.location.href = 'index.html';
window.location.href = 'index.php';
} catch (err) {
console.error(err);
}