From 0b59f270a432f8c7b6128981f0a39b4a2e2fbd34 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 13 May 2008 04:22:33 +0000 Subject: Some sweeping syntax changes for consistency: (! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace --- system/application/controllers/welcome.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/application/controllers/welcome.php') diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php index 20d48855e..9ab91d039 100644 --- a/system/application/controllers/welcome.php +++ b/system/application/controllers/welcome.php @@ -10,6 +10,8 @@ class Welcome extends Controller { function index() { $this->load->view('welcome_message'); + $this->load->view('fake'); + } } -- cgit v1.2.3-24-g4f1b