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
+16
View File
@@ -0,0 +1,16 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Profil extends CI_Controller {
public function index()
{
$data = array( 'title' => 'Data Pengguna User',
'content' => 'profil/index'
);
$this->load->view('layout/wrapper', $data, FALSE);
}
}
/* End of file Profil.php */
/* Location: ./application/controllers/Profil.php */