diff options
author | Andrey Andreev <narf@devilix.net> | 2013-07-23 17:29:07 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2013-07-23 17:29:07 +0200 |
commit | cd920b169f0c9beb8dc413837f3832f22d2a096a (patch) | |
tree | 9d63171dd79125aabcbd62d3ac895d6e23a332ee /application/views/welcome_message.php | |
parent | 519f87a07bd1fe3a9ec037f727628bb6c7c8e251 (diff) |
[ci skip] Alter the welcome page
Diffstat (limited to 'application/views/welcome_message.php')
-rw-r--r-- | application/views/welcome_message.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index 3cc8b80aa..2466a83fc 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -104,7 +104,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); <code>application/views/welcome_message.php</code> <p>The corresponding controller for this page is found at:</p> - <code>application/controllers/welcome.php</code> + <code>application/controllers/Welcome.php</code> <p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p> </div> |