Backend Service

This commit is contained in:
2019-03-11 15:39:10 +00:00
parent 7257a86f16
commit 878d34fb36
11 changed files with 152 additions and 20 deletions
@@ -0,0 +1,12 @@
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
class Reports extends Provider_Controller {
public function index() {
$data = array();
$this->renderProviderSecurePage('dash', $data);
}
}