diff options
Diffstat (limited to 'system/application/controllers/welcome.php')
-rw-r--r-- | system/application/controllers/welcome.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php index 20d48855e..9ab91d039 100644 --- a/system/application/controllers/welcome.php +++ b/system/application/controllers/welcome.php @@ -10,6 +10,8 @@ class Welcome extends Controller { function index() { $this->load->view('welcome_message'); + $this->load->view('fake'); + } } |