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 <?php
header('Location: /index.html'); // Redirect ke index.html
exit; readfile(__DIR__ . '/index.html');
?>
-5
View File
@@ -1,5 +0,0 @@
[phases.setup]
nixPkgs = ["php83", "php83Extensions.mysqli", "php83Extensions.pdo_mysql", "php83Extensions.mbstring", "php83Extensions.session", "php83Packages.composer"]
[start]
cmd = "php -S 0.0.0.0:80 -t /app"