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
@@ -304,7 +304,7 @@ ${css}
document.getElementById('logout-btn').addEventListener('click', async () => {
await fetch('backend/logout.php');
window.location.href = 'index.html';
window.location.href = 'index.php';
});
// Global variables