controllers/welcome.php
changeset 0 3773f4677c40
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/controllers/welcome.php	Thu Dec 25 11:25:58 2008 +0000
@@ -0,0 +1,17 @@
+<?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