summaryrefslogtreecommitdiffstats
path: root/system/application/controllers/welcome.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/application/controllers/welcome.php')
-rw-r--r--system/application/controllers/welcome.php32
1 files changed, 16 insertions, 16 deletions
diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php
index ec16000df..20d48855e 100644
--- a/system/application/controllers/welcome.php
+++ b/system/application/controllers/welcome.php
@@ -1,17 +1,17 @@
-<?php
-
-class Welcome extends Controller {
-
- function Welcome()
- {
- parent::Controller();
- }
-
- function index()
- {
- $this->load->view('welcome_message');
- }
-}
-
-/* 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