diff options
Diffstat (limited to 'system/application/controllers')
-rw-r--r-- | system/application/controllers/welcome.php | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php index 9ab91d039..ec16000df 100644 --- a/system/application/controllers/welcome.php +++ b/system/application/controllers/welcome.php @@ -1,19 +1,17 @@ -<?php - -class Welcome extends Controller { - - function Welcome() - { - parent::Controller(); - } - - function index() - { - $this->load->view('welcome_message'); - $this->load->view('fake'); - - } -} - -/* End of file welcome.php */ +<?php
+
+class Welcome extends Controller {
+
+ function Welcome()
+ {
+ parent::Controller();
+ }
+
+ function index()
+ {
+ $this->load->view('welcome_message');
+ }
+}
+
+/* End of file welcome.php */
/* Location: ./system/application/controllers/welcome.php */
\ No newline at end of file |