Upload code ppdb
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Panduan extends CI_Controller {
|
||||
|
||||
public function index()
|
||||
{
|
||||
$data = array( 'title' => 'Panduan Pengunaan Sistem Informasi',
|
||||
'content' => 'panduan/index'
|
||||
);
|
||||
$this->load->view('layout/wrapper', $data, FALSE);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* End of file Panduan.php */
|
||||
/* Location: ./application/controllers/Panduan.php */
|
||||
Reference in New Issue
Block a user