Fix export_pdf vendor path, remove test_db.php

This commit is contained in:
Athallah Ghathfan Aqila
2026-06-12 12:01:54 +07:00
parent ac6d09ae93
commit 1d3dc56a6c
2 changed files with 1 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
// vendor mPDF ada di folder webgus/vendor (sudah di-install sebelumnya)
require_once __DIR__ . '/../webgus/vendor/autoload.php';
require_once __DIR__ . '/uas/vendor/autoload.php';
include 'koneksi.php';
$allMasjid = mysqli_fetch_all(mysqli_query($conn, "SELECT * FROM masjid"), MYSQLI_ASSOC);