Upload files to "/"

This commit is contained in:
2026-06-12 17:46:11 +00:00
parent 011183c53c
commit aecc9ebdd0
5 changed files with 161 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
// koneksi.php
// File wrapper agar endpoint yang memakai include "../koneksi.php" tetap berjalan.
require_once __DIR__ . '/config/koneksi.php';
?>