summaryrefslogtreecommitdiffstats
path: root/application/controllers/welcome.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/controllers/welcome.php')
-rw-r--r--application/controllers/welcome.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php
index bd134e7e6..2e4cff8ed 100644
--- a/application/controllers/welcome.php
+++ b/application/controllers/welcome.php
@@ -4,9 +4,9 @@ class Welcome extends Controller {
function Welcome()
{
- parent::Controller();
+ parent::Controller();
}
-
+
function index()
{
$this->load->view('welcome_message');