summaryrefslogtreecommitdiffstats
path: root/system/application/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'system/application/controllers')
-rw-r--r--system/application/controllers/index.html10
-rw-r--r--system/application/controllers/welcome.php17
2 files changed, 0 insertions, 27 deletions
diff --git a/system/application/controllers/index.html b/system/application/controllers/index.html
deleted file mode 100644
index c942a79ce..000000000
--- a/system/application/controllers/index.html
+++ /dev/null
@@ -1,10 +0,0 @@
-<html>
-<head>
- <title>403 Forbidden</title>
-</head>
-<body>
-
-<p>Directory access is forbidden.</p>
-
-</body>
-</html> \ No newline at end of file
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