home page Style menu removed
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
class Provider extends CI_Controller {
|
||||
|
||||
|
||||
public function index()
|
||||
{
|
||||
$data = array();
|
||||
$this->load->view('provider/dash',$data);
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user