Struktur ulang: memindahkan sistem ke folder public untuk Nginx
This commit is contained in:
@@ -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 */
|
||||
Reference in New Issue
Block a user