mengganti cara menghubungkan db
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
header('Location: /index.html');
|
// Redirect ke index.html
|
||||||
exit;
|
readfile(__DIR__ . '/index.html');
|
||||||
?>
|
|
||||||
@@ -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"
|
|
||||||
Reference in New Issue
Block a user