Undoing change committed in r1115
diff --git a/index.php b/index.php
index 9ad2994..ebf696e 100644
--- a/index.php
+++ b/index.php
@@ -113,3 +113,4 @@
|
*/
require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;
+?>
\ No newline at end of file
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index 15e2e7b..2dfbe42 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -122,3 +122,4 @@
// $autoload['core'] = array();
+?>
\ No newline at end of file
diff --git a/system/application/config/config.php b/system/application/config/config.php
index 22fe451..24fbb4b 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -311,3 +311,4 @@
$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 303d873..3f79756 100644
--- a/system/application/config/constants.php
+++ b/system/application/config/constants.php
@@ -36,3 +36,4 @@
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 feefc77..6973c5a 100644
--- a/system/application/config/database.php
+++ b/system/application/config/database.php
@@ -50,3 +50,4 @@
$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 4fce538..f0a0d6e 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 fae325b..7f5f208 100644
--- a/system/application/config/mimes.php
+++ b/system/application/config/mimes.php
@@ -99,3 +99,4 @@
);
+?>
\ No newline at end of file
diff --git a/system/application/config/routes.php b/system/application/config/routes.php
index ec03d77..1395b7a 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 abecede..a227d8b 100644
--- a/system/application/config/smileys.php
+++ b/system/application/config/smileys.php
@@ -61,3 +61,4 @@
':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 873a5a5..08a665f 100644
--- a/system/application/config/user_agents.php
+++ b/system/application/config/user_agents.php
@@ -100,3 +100,4 @@
);
+?>
\ No newline at end of file
diff --git a/system/application/controllers/welcome.php b/system/application/controllers/welcome.php
index 243423a..7f7296d 100644
--- a/system/application/controllers/welcome.php
+++ b/system/application/controllers/welcome.php
@@ -12,3 +12,4 @@
$this->load->view('welcome_message');
}
}
+?>
\ No newline at end of file
diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php
index fcf8b98..577977c 100644
--- a/system/codeigniter/Base4.php
+++ b/system/codeigniter/Base4.php
@@ -64,3 +64,4 @@
return $OBJ->load;
}
+?>
\ No newline at end of file
diff --git a/system/codeigniter/Base5.php b/system/codeigniter/Base5.php
index 9e0e20d..c731a00 100644
--- a/system/codeigniter/Base5.php
+++ b/system/codeigniter/Base5.php
@@ -51,3 +51,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php
index 12a7423..75332e6 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -273,3 +273,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php
index 874f588..c5c548c 100644
--- a/system/codeigniter/Common.php
+++ b/system/codeigniter/Common.php
@@ -295,3 +295,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/codeigniter/Compat.php b/system/codeigniter/Compat.php
index 469964a..8537432 100644
--- a/system/codeigniter/Compat.php
+++ b/system/codeigniter/Compat.php
@@ -91,3 +91,4 @@
// --------------------------------------------------------------------
+?>
\ No newline at end of file
diff --git a/system/database/DB.php b/system/database/DB.php
index 55d73ba..8efe055 100644
--- a/system/database/DB.php
+++ b/system/database/DB.php
@@ -120,3 +120,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php
index af042dc..49d4387 100644
--- a/system/database/DB_active_rec.php
+++ b/system/database/DB_active_rec.php
@@ -1749,3 +1749,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php
index a154ba8..982725a 100644
--- a/system/database/DB_cache.php
+++ b/system/database/DB_cache.php
@@ -186,3 +186,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php
index dd23510..a5ca75d 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1145,3 +1145,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php
index 258da34..2ddb21b 100644
--- a/system/database/DB_forge.php
+++ b/system/database/DB_forge.php
@@ -341,3 +341,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/database/DB_result.php b/system/database/DB_result.php
index 90338d0..cfe9d2a 100644
--- a/system/database/DB_result.php
+++ b/system/database/DB_result.php
@@ -338,3 +338,4 @@
}
// END DB_result class
+?>
\ No newline at end of file
diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php
index 2604a3e..11f1fb4 100644
--- a/system/database/DB_utility.php
+++ b/system/database/DB_utility.php
@@ -384,3 +384,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mssql/mssql_driver.php b/system/database/drivers/mssql/mssql_driver.php
index 3a9bb31..6e67c57 100644
--- a/system/database/drivers/mssql/mssql_driver.php
+++ b/system/database/drivers/mssql/mssql_driver.php
@@ -641,3 +641,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mssql/mssql_forge.php b/system/database/drivers/mssql/mssql_forge.php
index b81b565..63063f2 100644
--- a/system/database/drivers/mssql/mssql_forge.php
+++ b/system/database/drivers/mssql/mssql_forge.php
@@ -235,3 +235,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mssql/mssql_result.php b/system/database/drivers/mssql/mssql_result.php
index 9044bc0..c95fd91 100644
--- a/system/database/drivers/mssql/mssql_result.php
+++ b/system/database/drivers/mssql/mssql_result.php
@@ -170,3 +170,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mssql/mssql_utility.php b/system/database/drivers/mssql/mssql_utility.php
index 9ba6574..87f8196 100644
--- a/system/database/drivers/mssql/mssql_utility.php
+++ b/system/database/drivers/mssql/mssql_utility.php
@@ -118,3 +118,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mysql/mysql_driver.php b/system/database/drivers/mysql/mysql_driver.php
index 9fd0421..f15983d 100644
--- a/system/database/drivers/mysql/mysql_driver.php
+++ b/system/database/drivers/mysql/mysql_driver.php
@@ -649,3 +649,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mysql/mysql_forge.php b/system/database/drivers/mysql/mysql_forge.php
index e9ea947..4eb449e 100644
--- a/system/database/drivers/mysql/mysql_forge.php
+++ b/system/database/drivers/mysql/mysql_forge.php
@@ -238,3 +238,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mysql/mysql_result.php b/system/database/drivers/mysql/mysql_result.php
index 7c5125f..9e6a3c3 100644
--- a/system/database/drivers/mysql/mysql_result.php
+++ b/system/database/drivers/mysql/mysql_result.php
@@ -170,3 +170,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mysql/mysql_utility.php b/system/database/drivers/mysql/mysql_utility.php
index 22bc233..dc8fd08 100644
--- a/system/database/drivers/mysql/mysql_utility.php
+++ b/system/database/drivers/mysql/mysql_utility.php
@@ -249,3 +249,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/system/database/drivers/mysqli/mysqli_driver.php
index 4ffbbac..a196f75 100644
--- a/system/database/drivers/mysqli/mysqli_driver.php
+++ b/system/database/drivers/mysqli/mysqli_driver.php
@@ -645,3 +645,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mysqli/mysqli_forge.php b/system/database/drivers/mysqli/mysqli_forge.php
index a0ff9f5..e6bc009 100644
--- a/system/database/drivers/mysqli/mysqli_forge.php
+++ b/system/database/drivers/mysqli/mysqli_forge.php
@@ -238,3 +238,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mysqli/mysqli_result.php b/system/database/drivers/mysqli/mysqli_result.php
index b1a0604..692d4f7 100644
--- a/system/database/drivers/mysqli/mysqli_result.php
+++ b/system/database/drivers/mysqli/mysqli_result.php
@@ -170,3 +170,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/mysqli/mysqli_utility.php b/system/database/drivers/mysqli/mysqli_utility.php
index 75f4a41..4ab2bb1 100644
--- a/system/database/drivers/mysqli/mysqli_utility.php
+++ b/system/database/drivers/mysqli/mysqli_utility.php
@@ -118,3 +118,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/oci8/oci8_driver.php b/system/database/drivers/oci8/oci8_driver.php
index fb28808..8fc2044 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -761,3 +761,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/oci8/oci8_forge.php b/system/database/drivers/oci8/oci8_forge.php
index 6ca6c54..a3940ae 100644
--- a/system/database/drivers/oci8/oci8_forge.php
+++ b/system/database/drivers/oci8/oci8_forge.php
@@ -232,3 +232,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/oci8/oci8_result.php b/system/database/drivers/oci8/oci8_result.php
index 9f12576..30dd0da 100644
--- a/system/database/drivers/oci8/oci8_result.php
+++ b/system/database/drivers/oci8/oci8_result.php
@@ -248,3 +248,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/oci8/oci8_utility.php b/system/database/drivers/oci8/oci8_utility.php
index c361c5e..117f8e6 100644
--- a/system/database/drivers/oci8/oci8_utility.php
+++ b/system/database/drivers/oci8/oci8_utility.php
@@ -117,3 +117,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/odbc/odbc_driver.php b/system/database/drivers/odbc/odbc_driver.php
index 93a1d4e..20e34ec 100644
--- a/system/database/drivers/odbc/odbc_driver.php
+++ b/system/database/drivers/odbc/odbc_driver.php
@@ -613,3 +613,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/odbc/odbc_forge.php b/system/database/drivers/odbc/odbc_forge.php
index ee4745c..66e1722 100644
--- a/system/database/drivers/odbc/odbc_forge.php
+++ b/system/database/drivers/odbc/odbc_forge.php
@@ -253,3 +253,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/odbc/odbc_result.php b/system/database/drivers/odbc/odbc_result.php
index d513171..dd3f923 100644
--- a/system/database/drivers/odbc/odbc_result.php
+++ b/system/database/drivers/odbc/odbc_result.php
@@ -229,3 +229,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/odbc/odbc_utility.php b/system/database/drivers/odbc/odbc_utility.php
index 75d1ca2..f74d031 100644
--- a/system/database/drivers/odbc/odbc_utility.php
+++ b/system/database/drivers/odbc/odbc_utility.php
@@ -143,3 +143,4 @@
return FALSE;
}
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/postgre/postgre_driver.php b/system/database/drivers/postgre/postgre_driver.php
index 7c46e7a..46ba1d0 100644
--- a/system/database/drivers/postgre/postgre_driver.php
+++ b/system/database/drivers/postgre/postgre_driver.php
@@ -641,3 +641,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/postgre/postgre_forge.php b/system/database/drivers/postgre/postgre_forge.php
index ad4c5cd..72a6174 100644
--- a/system/database/drivers/postgre/postgre_forge.php
+++ b/system/database/drivers/postgre/postgre_forge.php
@@ -235,3 +235,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/postgre/postgre_result.php b/system/database/drivers/postgre/postgre_result.php
index f3fb899..fdce01a 100644
--- a/system/database/drivers/postgre/postgre_result.php
+++ b/system/database/drivers/postgre/postgre_result.php
@@ -170,3 +170,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/postgre/postgre_utility.php b/system/database/drivers/postgre/postgre_utility.php
index 25f44f0..573654f 100644
--- a/system/database/drivers/postgre/postgre_utility.php
+++ b/system/database/drivers/postgre/postgre_utility.php
@@ -119,3 +119,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/sqlite/sqlite_driver.php b/system/database/drivers/sqlite/sqlite_driver.php
index f84ee20..70148f3 100644
--- a/system/database/drivers/sqlite/sqlite_driver.php
+++ b/system/database/drivers/sqlite/sqlite_driver.php
@@ -656,3 +656,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/sqlite/sqlite_forge.php b/system/database/drivers/sqlite/sqlite_forge.php
index 8afd39e..44950bf 100644
--- a/system/database/drivers/sqlite/sqlite_forge.php
+++ b/system/database/drivers/sqlite/sqlite_forge.php
@@ -231,3 +231,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/sqlite/sqlite_result.php b/system/database/drivers/sqlite/sqlite_result.php
index 92bc387..b8f3dc5 100644
--- a/system/database/drivers/sqlite/sqlite_result.php
+++ b/system/database/drivers/sqlite/sqlite_result.php
@@ -180,3 +180,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/database/drivers/sqlite/sqlite_utility.php b/system/database/drivers/sqlite/sqlite_utility.php
index 8d2b443..ab58f8f 100644
--- a/system/database/drivers/sqlite/sqlite_utility.php
+++ b/system/database/drivers/sqlite/sqlite_utility.php
@@ -136,3 +136,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php
index 0d9fc0b..8ae4482 100644
--- a/system/helpers/array_helper.php
+++ b/system/helpers/array_helper.php
@@ -73,3 +73,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/compatibility_helper.php b/system/helpers/compatibility_helper.php
index ee7e770..0d21464 100644
--- a/system/helpers/compatibility_helper.php
+++ b/system/helpers/compatibility_helper.php
@@ -493,3 +493,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/cookie_helper.php b/system/helpers/cookie_helper.php
index 0d21f11..75c769e 100644
--- a/system/helpers/cookie_helper.php
+++ b/system/helpers/cookie_helper.php
@@ -131,3 +131,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php
index 4471468..004cfb1 100644
--- a/system/helpers/date_helper.php
+++ b/system/helpers/date_helper.php
@@ -596,3 +596,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/directory_helper.php b/system/helpers/directory_helper.php
index a3227c8..25c16c1 100644
--- a/system/helpers/directory_helper.php
+++ b/system/helpers/directory_helper.php
@@ -75,3 +75,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php
index 39c2a2a..284c6c9 100644
--- a/system/helpers/download_helper.php
+++ b/system/helpers/download_helper.php
@@ -95,3 +95,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/email_helper.php b/system/helpers/email_helper.php
index a1452ce..307f3b5 100644
--- a/system/helpers/email_helper.php
+++ b/system/helpers/email_helper.php
@@ -57,3 +57,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php
index 0c2ae5a..bdde2d5 100644
--- a/system/helpers/file_helper.php
+++ b/system/helpers/file_helper.php
@@ -456,3 +456,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php
index c91e5a5..c9a6897 100644
--- a/system/helpers/form_helper.php
+++ b/system/helpers/form_helper.php
@@ -610,3 +610,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php
index f488a5d..4e86465 100644
--- a/system/helpers/html_helper.php
+++ b/system/helpers/html_helper.php
@@ -351,3 +351,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php
index a833c70..bf70a67 100644
--- a/system/helpers/inflector_helper.php
+++ b/system/helpers/inflector_helper.php
@@ -164,3 +164,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php
index 8ff9f24..6abff06 100644
--- a/system/helpers/path_helper.php
+++ b/system/helpers/path_helper.php
@@ -67,3 +67,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php
index 6e61aa7..edb6ebb 100644
--- a/system/helpers/security_helper.php
+++ b/system/helpers/security_helper.php
@@ -121,3 +121,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php
index d658018..81c6b91 100644
--- a/system/helpers/smiley_helper.php
+++ b/system/helpers/smiley_helper.php
@@ -170,3 +170,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php
index cd2af0c..f68f44a 100644
--- a/system/helpers/string_helper.php
+++ b/system/helpers/string_helper.php
@@ -268,3 +268,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php
index 95c2c61..df3c89e 100644
--- a/system/helpers/text_helper.php
+++ b/system/helpers/text_helper.php
@@ -436,3 +436,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php
index 8257384..8807160 100644
--- a/system/helpers/typography_helper.php
+++ b/system/helpers/typography_helper.php
@@ -542,3 +542,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php
index 1c6c5c5..d702f6b 100644
--- a/system/helpers/url_helper.php
+++ b/system/helpers/url_helper.php
@@ -532,3 +532,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/helpers/xml_helper.php b/system/helpers/xml_helper.php
index a3d08f6..5aa6de9 100644
--- a/system/helpers/xml_helper.php
+++ b/system/helpers/xml_helper.php
@@ -57,3 +57,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php
index 62f24ac..9ee4a5e 100644
--- a/system/language/english/calendar_lang.php
+++ b/system/language/english/calendar_lang.php
@@ -46,3 +46,4 @@
$lang['cal_november'] = "November";
$lang['cal_december'] = "December";
+?>
\ No newline at end of file
diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php
index 6cb9303..6b18aa7 100644
--- a/system/language/english/date_lang.php
+++ b/system/language/english/date_lang.php
@@ -46,3 +46,4 @@
$lang['UP11'] = "(UTC + 11:00) Magadan, New Caledonia, Solomon Islands";
$lang['UP12'] = "(UTC + 12:00) Auckland, Wellington, Fiji, Marshall Islands";
+?>
\ No newline at end of file
diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php
index 2748bf9..1e79a70 100644
--- a/system/language/english/db_lang.php
+++ b/system/language/english/db_lang.php
@@ -22,3 +22,4 @@
$lang['db_column_definition_required'] = 'A column definition is required for that operation.';
$lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s';
+?>
\ No newline at end of file
diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php
index 5e3dc10..f026865 100644
--- a/system/language/english/email_lang.php
+++ b/system/language/english/email_lang.php
@@ -18,3 +18,4 @@
$lang['email_smtp_auth_pw'] = "Failed to authenticate password. Error: %s";
$lang['email_smtp_data_failure'] = "Unable to send data: %s";
+?>
\ No newline at end of file
diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php
index 7b92033..da744fe 100644
--- a/system/language/english/ftp_lang.php
+++ b/system/language/english/ftp_lang.php
@@ -12,3 +12,4 @@
$lang['ftp_unable_to_delete'] = "Unable to delete the file.";
$lang['ftp_unable_to_move'] = "Unable to move the file. Please make sure the destination directory exists.";
+?>
\ No newline at end of file
diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php
index 78e1ec2..520f17f 100644
--- a/system/language/english/imglib_lang.php
+++ b/system/language/english/imglib_lang.php
@@ -18,3 +18,4 @@
$lang['imglib_copy_failed'] = "The image copy routine failed.";
$lang['imglib_missing_font'] = "Unable to find a font to use.";
+?>
\ No newline at end of file
diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php
index c8f1835..219a838 100644
--- a/system/language/english/profiler_lang.php
+++ b/system/language/english/profiler_lang.php
@@ -12,3 +12,4 @@
$lang['profiler_no_get'] = 'No GET data exists';
$lang['profiler_no_uri'] = 'No URI data exists';
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
+?>
\ No newline at end of file
diff --git a/system/language/english/scaffolding_lang.php b/system/language/english/scaffolding_lang.php
index 4e3cde7..96fe167 100644
--- a/system/language/english/scaffolding_lang.php
+++ b/system/language/english/scaffolding_lang.php
@@ -12,3 +12,4 @@
$lang['scaff_no_data'] = 'No data exists for this table yet.';
$lang['scaff_del_confirm'] = 'Are you sure you want to delete the following row:';
+?>
\ No newline at end of file
diff --git a/system/language/english/unit_test_lang.php b/system/language/english/unit_test_lang.php
index aa71ad2..a33cad5 100644
--- a/system/language/english/unit_test_lang.php
+++ b/system/language/english/unit_test_lang.php
@@ -19,3 +19,4 @@
$lang['ut_resource'] = 'Resource';
$lang['ut_null'] = 'Null'
+?>
\ No newline at end of file
diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php
index 4667489..fa6d7c9 100644
--- a/system/language/english/upload_lang.php
+++ b/system/language/english/upload_lang.php
@@ -17,3 +17,4 @@
$lang['upload_bad_filename'] = "The file name you submitted already exists on the server.";
$lang['upload_not_writable'] = "The upload destination folder does not appear to be writable.";
+?>
\ No newline at end of file
diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php
index 82fd9c9..1e9ec2c 100644
--- a/system/language/english/validation_lang.php
+++ b/system/language/english/validation_lang.php
@@ -15,3 +15,4 @@
$lang['integer'] = "The %s field must contain an integer.";
$lang['matches'] = "The %s field does not match the %s field.";
+?>
\ No newline at end of file
diff --git a/system/libraries/Benchmark.php b/system/libraries/Benchmark.php
index db9239d..323d966 100644
--- a/system/libraries/Benchmark.php
+++ b/system/libraries/Benchmark.php
@@ -108,3 +108,4 @@
}
// END CI_Benchmark class
+?>
\ No newline at end of file
diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php
index 42e70f4..e9621fe 100644
--- a/system/libraries/Calendar.php
+++ b/system/libraries/Calendar.php
@@ -472,3 +472,4 @@
}
// END CI_Calendar class
+?>
\ No newline at end of file
diff --git a/system/libraries/Config.php b/system/libraries/Config.php
index a3a7d9d..73f1986 100644
--- a/system/libraries/Config.php
+++ b/system/libraries/Config.php
@@ -242,3 +242,4 @@
}
// END CI_Config class
+?>
\ No newline at end of file
diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php
index e5b2f27..4957fc3 100644
--- a/system/libraries/Controller.php
+++ b/system/libraries/Controller.php
@@ -121,3 +121,4 @@
}
// END _Controller class
+?>
\ No newline at end of file
diff --git a/system/libraries/Email.php b/system/libraries/Email.php
index bb72ad4..aa08971 100644
--- a/system/libraries/Email.php
+++ b/system/libraries/Email.php
@@ -1848,3 +1848,4 @@
}
// END CI_Email class
+?>
\ No newline at end of file
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php
index 7463fd0..9a784d2 100644
--- a/system/libraries/Encrypt.php
+++ b/system/libraries/Encrypt.php
@@ -481,3 +481,4 @@
}
// END CI_Encrypt class
+?>
\ No newline at end of file
diff --git a/system/libraries/Exceptions.php b/system/libraries/Exceptions.php
index 0b647df..7c96405 100644
--- a/system/libraries/Exceptions.php
+++ b/system/libraries/Exceptions.php
@@ -167,3 +167,4 @@
}
// END Exceptions Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php
index f45f992..74b7728 100644
--- a/system/libraries/Ftp.php
+++ b/system/libraries/Ftp.php
@@ -613,3 +613,4 @@
}
// END FTP Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php
index c68b423..a41320c 100644
--- a/system/libraries/Hooks.php
+++ b/system/libraries/Hooks.php
@@ -221,3 +221,4 @@
}
// END CI_Hooks class
+?>
\ No newline at end of file
diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php
index d2f4640..c236e39 100644
--- a/system/libraries/Image_lib.php
+++ b/system/libraries/Image_lib.php
@@ -1533,3 +1533,4 @@
}
// END Image_lib Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Input.php b/system/libraries/Input.php
index 9d64a2c..8a0478b 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -923,3 +923,4 @@
}
// END Input class
+?>
\ No newline at end of file
diff --git a/system/libraries/Language.php b/system/libraries/Language.php
index 45c8392..a8e6366 100644
--- a/system/libraries/Language.php
+++ b/system/libraries/Language.php
@@ -118,3 +118,4 @@
}
// END Language Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php
index 60dc73b..5966aeb 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -1027,3 +1027,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/libraries/Log.php b/system/libraries/Log.php
index 1754b39..26757ba 100644
--- a/system/libraries/Log.php
+++ b/system/libraries/Log.php
@@ -115,3 +115,4 @@
}
// END Log Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Model.php b/system/libraries/Model.php
index ce8e128..e87d604 100644
--- a/system/libraries/Model.php
+++ b/system/libraries/Model.php
@@ -79,3 +79,4 @@
}
// END Model Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Output.php b/system/libraries/Output.php
index 69206f5..d513a12 100644
--- a/system/libraries/Output.php
+++ b/system/libraries/Output.php
@@ -383,3 +383,4 @@
}
// END Output Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php
index 68bd189..e121203 100644
--- a/system/libraries/Pagination.php
+++ b/system/libraries/Pagination.php
@@ -215,3 +215,4 @@
}
}
// END Pagination Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php
index d2bdba1..417e04f 100644
--- a/system/libraries/Parser.php
+++ b/system/libraries/Parser.php
@@ -168,3 +168,4 @@
}
// END Parser Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php
index 38f0d23..807c1af 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -340,3 +340,4 @@
}
// END CI_Profiler class
+?>
\ No newline at end of file
diff --git a/system/libraries/Router.php b/system/libraries/Router.php
index ade01a6..6bb8551 100644
--- a/system/libraries/Router.php
+++ b/system/libraries/Router.php
@@ -374,3 +374,4 @@
}
// END Router Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Session.php b/system/libraries/Session.php
index c77eb9e..d4fdd3a 100644
--- a/system/libraries/Session.php
+++ b/system/libraries/Session.php
@@ -649,3 +649,4 @@
}
// END Session Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php
index 768ffa1..6bb8911 100644
--- a/system/libraries/Sha1.php
+++ b/system/libraries/Sha1.php
@@ -246,3 +246,4 @@
}
}
// END CI_SHA
+?>
\ No newline at end of file
diff --git a/system/libraries/Table.php b/system/libraries/Table.php
index 5edb5e4..01b490a 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -435,3 +435,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/libraries/Trackback.php b/system/libraries/Trackback.php
index b4c296d..3e1c202 100644
--- a/system/libraries/Trackback.php
+++ b/system/libraries/Trackback.php
@@ -545,3 +545,4 @@
}
// END Trackback Class
+?>
\ No newline at end of file
diff --git a/system/libraries/URI.php b/system/libraries/URI.php
index 59fcff3..8ee888a 100644
--- a/system/libraries/URI.php
+++ b/system/libraries/URI.php
@@ -586,3 +586,4 @@
}
// END URI Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php
index e02ecf0..3cdf45f 100644
--- a/system/libraries/Unit_test.php
+++ b/system/libraries/Unit_test.php
@@ -340,3 +340,4 @@
return (is_bool($test) AND $test === FALSE) ? TRUE : FALSE;
}
+?>
\ No newline at end of file
diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php
index e0ce2b0..317cf95 100644
--- a/system/libraries/Upload.php
+++ b/system/libraries/Upload.php
@@ -875,3 +875,4 @@
}
// END Upload Class
+?>
\ No newline at end of file
diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php
index a8ce787..dd60a56 100644
--- a/system/libraries/User_agent.php
+++ b/system/libraries/User_agent.php
@@ -497,3 +497,4 @@
}
+?>
\ No newline at end of file
diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php
index 8a81568..f628d86 100644
--- a/system/libraries/Validation.php
+++ b/system/libraries/Validation.php
@@ -805,3 +805,4 @@
}
// END Validation Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php
index dee71f4..f8ad017 100644
--- a/system/libraries/Xmlrpc.php
+++ b/system/libraries/Xmlrpc.php
@@ -1416,3 +1416,4 @@
}
// END XML_RPC_Values Class
+?>
\ No newline at end of file
diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php
index 11f0cfc..7a4bc82 100644
--- a/system/libraries/Xmlrpcs.php
+++ b/system/libraries/Xmlrpcs.php
@@ -531,3 +531,4 @@
}
// END XML_RPC_Server class
+?>
\ No newline at end of file
diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php
index 1940ded..f7f47ab 100644
--- a/system/libraries/Zip.php
+++ b/system/libraries/Zip.php
@@ -374,3 +374,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php
index ac31f59..309ef7e 100644
--- a/system/plugins/captcha_pi.php
+++ b/system/plugins/captcha_pi.php
@@ -351,3 +351,4 @@
return array('word' => $word, 'time' => $now, 'image' => $img);
}
+?>
\ No newline at end of file
diff --git a/system/scaffolding/Scaffolding.php b/system/scaffolding/Scaffolding.php
index 559807b..64f62a3 100644
--- a/system/scaffolding/Scaffolding.php
+++ b/system/scaffolding/Scaffolding.php
@@ -286,3 +286,4 @@
}
}
+?>
\ No newline at end of file
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index fbf3576..f838dbd 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -109,7 +109,6 @@
<li>Other
Changes
<ul>
- <li>Removed closing PHP tag from all framework files to prevent unwanted output and potential 'cannot modify headers' errors.</li>
<li>Added a <a href="general/reserved_names.html">Reserved Names</a> page to the userguide, and migrated reserved controller names into it.</li>
<li>Added a <a href="general/common_functions.html">Common Functions</a> page to the userguide for globally available functions.</li>
</ul>