Files
TugasBessar_Pemetaan_kemisk…/koneksi.php
T
2026-06-12 17:46:11 +00:00

6 lines
154 B
PHP

<?php
// koneksi.php
// File wrapper agar endpoint yang memakai include "../koneksi.php" tetap berjalan.
require_once __DIR__ . '/config/koneksi.php';
?>