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