summaryrefslogtreecommitdiffstats
path: root/system/application
diff options
context:
space:
mode:
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/autoload.php1
-rw-r--r--system/application/config/config.php1
-rw-r--r--system/application/config/constants.php1
-rw-r--r--system/application/config/database.php1
-rw-r--r--system/application/config/hooks.php1
-rw-r--r--system/application/config/mimes.php1
-rw-r--r--system/application/config/routes.php1
-rw-r--r--system/application/config/smileys.php1
-rw-r--r--system/application/config/user_agents.php1
-rw-r--r--system/application/controllers/welcome.php1
10 files changed, 10 insertions, 0 deletions
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index 15e2e7b40..2dfbe422c 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -122,3 +122,4 @@ $autoload['model'] = array();
// $autoload['core'] = array();
+?> \ No newline at end of file
diff --git a/system/application/config/config.php b/system/application/config/config.php
index 22fe4513a..24fbb4b7a 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -311,3 +311,4 @@ $config['time_reference'] = 'local';
$config['rewrite_short_tags'] = FALSE;
+?> \ No newline at end of file
diff --git a/system/application/config/constants.php b/system/application/config/constants.php
index 303d87372..3f7975635 100644
--- a/system/application/config/constants.php
+++ b/system/application/config/constants.php
@@ -36,3 +36,4 @@ 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
diff --git a/system/application/config/database.php b/system/application/config/database.php
index feefc77e1..6973c5afa 100644
--- a/system/application/config/database.php
+++ b/system/application/config/database.php
@@ -50,3 +50,4 @@ $db['default']['cachedir'] = "";
$db['default']['char_set'] = "utf8";
$db['default']['dbcollat'] = "utf8_general_ci";
+?> \ No newline at end of file
diff --git a/system/application/config/hooks.php b/system/application/config/hooks.php
index 4fce538d0..f0a0d6e3a 100644
--- a/system/application/config/hooks.php
+++ b/system/application/config/hooks.php
@@ -11,3 +11,4 @@
*/
+?> \ No newline at end of file
diff --git a/system/application/config/mimes.php b/system/application/config/mimes.php
index fae325b24..7f5f20803 100644
--- a/system/application/config/mimes.php
+++ b/system/application/config/mimes.php
@@ -99,3 +99,4 @@ $mimes = array( 'hqx' => 'application/mac-binhex40',
);
+?> \ No newline at end of file
diff --git a/system/application/config/routes.php b/system/application/config/routes.php
index ec03d77b5..1395b7aed 100644
--- a/system/application/config/routes.php
+++ b/system/application/config/routes.php
@@ -43,3 +43,4 @@
$route['default_controller'] = "welcome";
$route['scaffolding_trigger'] = "";
+?> \ No newline at end of file
diff --git a/system/application/config/smileys.php b/system/application/config/smileys.php
index abecede68..a227d8b68 100644
--- a/system/application/config/smileys.php
+++ b/system/application/config/smileys.php
@@ -61,3 +61,4 @@ $smileys = array(
':question:' => array('question.gif', '19', '19', 'question') // no comma after last item
);
+?> \ No newline at end of file
diff --git a/system/application/config/user_agents.php b/system/application/config/user_agents.php
index 873a5a503..08a665f9d 100644
--- a/system/application/config/user_agents.php
+++ b/system/application/config/user_agents.php
@@ -100,3 +100,4 @@ $robots = array(
);
+?> \ No newline at end of file
diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php
index 243423a65..7f7296d81 100644
--- a/system/application/controllers/welcome.php
+++ b/system/application/controllers/welcome.php
@@ -12,3 +12,4 @@ class Welcome extends Controller {
$this->load->view('welcome_message');
}
}
+?> \ No newline at end of file