mengganti cara menghubungkan db

This commit is contained in:
2026-06-10 10:00:34 +07:00
parent 58e9482b48
commit ca5e302326
2 changed files with 2 additions and 8 deletions
+2 -3
View File
@@ -1,4 +1,3 @@
<?php
header('Location: /index.html');
exit;
?>
// Redirect ke index.html
readfile(__DIR__ . '/index.html');