summaryrefslogtreecommitdiffstats
path: root/system/application
diff options
context:
space:
mode:
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/autoload.php4
-rw-r--r--system/application/config/config.php4
-rw-r--r--system/application/config/constants.php4
-rw-r--r--system/application/config/database.php4
-rw-r--r--system/application/config/hooks.php4
-rw-r--r--system/application/config/mimes.php4
-rw-r--r--system/application/config/routes.php4
-rw-r--r--system/application/config/smileys.php4
-rw-r--r--system/application/config/user_agents.php4
-rw-r--r--system/application/controllers/welcome.php4
10 files changed, 30 insertions, 10 deletions
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index 2dfbe422c..e3e76d560 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -122,4 +122,6 @@ $autoload['model'] = array();
// $autoload['core'] = array();
-?> \ No newline at end of file
+
+/* End of file autoload.php */
+/* Location: ./system/application/config/autoload.php */ \ No newline at end of file
diff --git a/system/application/config/config.php b/system/application/config/config.php
index 24fbb4b7a..c93127366 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -311,4 +311,6 @@ $config['time_reference'] = 'local';
$config['rewrite_short_tags'] = FALSE;
-?> \ No newline at end of file
+
+/* End of file config.php */
+/* Location: ./system/application/config/config.php */ \ No newline at end of file
diff --git a/system/application/config/constants.php b/system/application/config/constants.php
index 3f7975635..020baa2d1 100644
--- a/system/application/config/constants.php
+++ b/system/application/config/constants.php
@@ -36,4 +36,6 @@ define('FOPEN_READ_WRITE_CREATE', 'a+b');
define('FOPEN_WRITE_CREATE_STRICT', 'xb');
define('FOPEN_READ_WRITE_CREATE_STRICT', 'x+b');
-?> \ No newline at end of file
+
+/* End of file constants.php */
+/* Location: ./system/application/config/constants.php */ \ No newline at end of file
diff --git a/system/application/config/database.php b/system/application/config/database.php
index 6973c5afa..e8eebef97 100644
--- a/system/application/config/database.php
+++ b/system/application/config/database.php
@@ -50,4 +50,6 @@ $db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
-?> \ No newline at end of file
+
+/* End of file database.php */
+/* Location: ./system/application/config/database.php */ \ No newline at end of file
diff --git a/system/application/config/hooks.php b/system/application/config/hooks.php
index f0a0d6e3a..b13ce6cbd 100644
--- a/system/application/config/hooks.php
+++ b/system/application/config/hooks.php
@@ -11,4 +11,6 @@
*/
-?> \ No newline at end of file
+
+/* End of file hooks.php */
+/* Location: ./system/application/config/hooks.php */ \ No newline at end of file
diff --git a/system/application/config/mimes.php b/system/application/config/mimes.php
index 7f5f20803..f3bfe8713 100644
--- a/system/application/config/mimes.php
+++ b/system/application/config/mimes.php
@@ -99,4 +99,6 @@ $mimes = array( 'hqx' => 'application/mac-binhex40',
);
-?> \ No newline at end of file
+
+/* End of file mimes.php */
+/* Location: ./system/application/config/mimes.php */ \ No newline at end of file
diff --git a/system/application/config/routes.php b/system/application/config/routes.php
index 1395b7aed..5cd3cca70 100644
--- a/system/application/config/routes.php
+++ b/system/application/config/routes.php
@@ -43,4 +43,6 @@
$route['default_controller'] = "welcome";
$route['scaffolding_trigger'] = "";
-?> \ No newline at end of file
+
+/* End of file routes.php */
+/* Location: ./system/application/config/routes.php */ \ No newline at end of file
diff --git a/system/application/config/smileys.php b/system/application/config/smileys.php
index a227d8b68..5968f3733 100644
--- a/system/application/config/smileys.php
+++ b/system/application/config/smileys.php
@@ -61,4 +61,6 @@ $smileys = array(
':question:' => array('question.gif', '19', '19', 'question') // no comma after last item
);
-?> \ No newline at end of file
+
+/* End of file smileys.php */
+/* Location: ./system/application/config/smileys.php */ \ No newline at end of file
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php
index 08a665f9d..4a59ab6bc 100644
--- a/system/application/config/user_agents.php
+++ b/system/application/config/user_agents.php
@@ -100,4 +100,6 @@ $robots = array(
);
-?> \ No newline at end of file
+
+/* End of file user_agents.php */
+/* Location: ./system/application/config/user_agents.php */ \ No newline at end of file
diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php
index 7f7296d81..20d48855e 100644
--- a/system/application/controllers/welcome.php
+++ b/system/application/controllers/welcome.php
@@ -12,4 +12,6 @@ class Welcome extends Controller {
$this->load->view('welcome_message');
}
}
-?> \ No newline at end of file
+
+/* End of file welcome.php */
+/* Location: ./system/application/controllers/welcome.php */ \ No newline at end of file