home page Style menu removed

This commit is contained in:
2019-03-01 13:13:56 +00:00
parent ddd9ac04a7
commit d3e26d944f
@@ -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);
}
}