update sistem proyek menjadi lebih struktural. dimulai dengan memisahkan dashboard publik dan administrator pada setiap proyek, membuat dockerfile untuk setup environment docker, dan merapikan database serta membuat file migration.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
require_once 'auth.php';
|
||||
require_write_access_json();
|
||||
header('Content-Type: application/json');
|
||||
include 'db.php';
|
||||
|
||||
@@ -48,4 +50,4 @@ if ($stmt->execute()) {
|
||||
echo json_encode(["message"=>"Gagal", "error"=>$stmt->error]);
|
||||
}
|
||||
$stmt->close(); $conn->close();
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user