Backend Service
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user