Struktur ulang: memindahkan sistem ke folder public untuk Nginx

This commit is contained in:
atuy
2026-06-26 17:48:01 +07:00
parent f6ff2d5d9d
commit f015774d4e
3283 changed files with 0 additions and 0 deletions
@@ -0,0 +1,21 @@
<?php
$id = $_SESSION['userid'];
$pengumuman = $this->biodata_model->user2($id);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h1>DOWNLOAD FILE TES</h1>
<a href="<?= base_url('index.php/download/lakukan_download/'); ?>" class="btn btn-primary">
<i class="fa fa-download"></i> DOWNLOAD HASIL </a>
</body>
</html>