diff options
Diffstat (limited to 'system/application/controllers/welcome.php')
-rw-r--r-- | system/application/controllers/welcome.php | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php deleted file mode 100644 index 20d48855e..000000000 --- a/system/application/controllers/welcome.php +++ /dev/null @@ -1,17 +0,0 @@ -<?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 |