mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
renamed stuff
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class SimpleFastLogEntry extends CI_Controller {
|
||||
class SimpleFLE extends CI_Controller {
|
||||
|
||||
public function index() {
|
||||
$this->load->model('user_model');
|
||||
@@ -16,7 +16,7 @@ class SimpleFastLogEntry extends CI_Controller {
|
||||
$data['page_title'] = "Simple Fast Log Entry";
|
||||
|
||||
$this->load->view('interface_assets/header', $data);
|
||||
$this->load->view('simplefastlogentry/index');
|
||||
$this->load->view('simplefle/index');
|
||||
$this->load->view('interface_assets/footer');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user