diff options
author | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 18:27:41 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2008-05-11 18:27:41 +0200 |
commit | c7deac9f2f9e43cedb18202542e8a46061df046e (patch) | |
tree | b8c030e025e3a403c8c2fb2511dfb1e9b3512e80 /system | |
parent | 5583e1aae64ff7e902136c4ba610d438dc2015d4 (diff) |
Undoing change committed in r1115
Diffstat (limited to 'system')
114 files changed, 114 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 diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php index fcf8b9850..577977c1c 100644 --- a/system/codeigniter/Base4.php +++ b/system/codeigniter/Base4.php @@ -64,3 +64,4 @@ function &get_instance() return $OBJ->load;
}
+?>
\ No newline at end of file diff --git a/system/codeigniter/Base5.php b/system/codeigniter/Base5.php index 9e0e20d6c..c731a00c4 100644 --- a/system/codeigniter/Base5.php +++ b/system/codeigniter/Base5.php @@ -51,3 +51,4 @@ function &get_instance() }
+?>
\ No newline at end of file diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 12a7423c4..75332e678 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -273,3 +273,4 @@ if (class_exists('CI_DB') AND isset($CI->db)) }
+?>
\ No newline at end of file diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index 874f588b5..c5c548cdf 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php @@ -295,3 +295,4 @@ function _exception_handler($severity, $message, $filepath, $line) }
+?>
\ No newline at end of file diff --git a/system/codeigniter/Compat.php b/system/codeigniter/Compat.php index 469964a09..8537432f5 100644 --- a/system/codeigniter/Compat.php +++ b/system/codeigniter/Compat.php @@ -91,3 +91,4 @@ if (! function_exists('ctype_alnum')) // --------------------------------------------------------------------
+?>
\ No newline at end of file diff --git a/system/database/DB.php b/system/database/DB.php index 55d73ba0b..8efe05560 100644 --- a/system/database/DB.php +++ b/system/database/DB.php @@ -120,3 +120,4 @@ function &DB($params = '', $active_record_override = FALSE) }
+?>
\ No newline at end of file diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index af042dcd2..49d438727 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php @@ -1749,3 +1749,4 @@ class CI_DB_active_record extends CI_DB_driver { }
}
+?>
\ No newline at end of file diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index a154ba86d..982725aaa 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php @@ -186,3 +186,4 @@ class CI_DB_Cache { }
+?>
\ No newline at end of file diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index dd235103e..a5ca75dd6 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -1145,3 +1145,4 @@ class CI_DB_driver { }
+?>
\ No newline at end of file diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index 258da346d..2ddb21be7 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -341,3 +341,4 @@ class CI_DB_forge { }
}
+?>
\ No newline at end of file diff --git a/system/database/DB_result.php b/system/database/DB_result.php index 90338d0c4..cfe9d2a32 100644 --- a/system/database/DB_result.php +++ b/system/database/DB_result.php @@ -338,3 +338,4 @@ class CI_DB_result { }
// 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 2604a3e76..11f1fb4de 100644 --- a/system/database/DB_utility.php +++ b/system/database/DB_utility.php @@ -384,3 +384,4 @@ class CI_DB_utility extends CI_DB_forge { }
+?>
\ 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 3a9bb31cc..6e67c57c0 100644 --- a/system/database/drivers/mssql/mssql_driver.php +++ b/system/database/drivers/mssql/mssql_driver.php @@ -641,3 +641,4 @@ class CI_DB_mssql_driver extends CI_DB { }
+?>
\ 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 b81b565eb..63063f259 100644 --- a/system/database/drivers/mssql/mssql_forge.php +++ b/system/database/drivers/mssql/mssql_forge.php @@ -235,3 +235,4 @@ class CI_DB_mssql_forge extends CI_DB_forge { }
}
+?>
\ 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 9044bc095..c95fd91f6 100644 --- a/system/database/drivers/mssql/mssql_result.php +++ b/system/database/drivers/mssql/mssql_result.php @@ -170,3 +170,4 @@ class CI_DB_mssql_result extends CI_DB_result { }
+?>
\ 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 9ba65742c..87f8196f7 100644 --- a/system/database/drivers/mssql/mssql_utility.php +++ b/system/database/drivers/mssql/mssql_utility.php @@ -118,3 +118,4 @@ class CI_DB_mssql_utility extends CI_DB_utility { }
+?>
\ 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 9fd042151..f15983d2b 100644 --- a/system/database/drivers/mysql/mysql_driver.php +++ b/system/database/drivers/mysql/mysql_driver.php @@ -649,3 +649,4 @@ class CI_DB_mysql_driver extends CI_DB { }
+?>
\ 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 e9ea94706..4eb449ef2 100644 --- a/system/database/drivers/mysql/mysql_forge.php +++ b/system/database/drivers/mysql/mysql_forge.php @@ -238,3 +238,4 @@ class CI_DB_mysql_forge extends CI_DB_forge { }
}
+?>
\ 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 7c5125fc4..9e6a3c3d1 100644 --- a/system/database/drivers/mysql/mysql_result.php +++ b/system/database/drivers/mysql/mysql_result.php @@ -170,3 +170,4 @@ class CI_DB_mysql_result extends CI_DB_result { }
+?>
\ 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 22bc23383..dc8fd0866 100644 --- a/system/database/drivers/mysql/mysql_utility.php +++ b/system/database/drivers/mysql/mysql_utility.php @@ -249,3 +249,4 @@ class CI_DB_mysql_utility extends CI_DB_utility { }
}
+?>
\ 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 4ffbbaca1..a196f755a 100644 --- a/system/database/drivers/mysqli/mysqli_driver.php +++ b/system/database/drivers/mysqli/mysqli_driver.php @@ -645,3 +645,4 @@ class CI_DB_mysqli_driver extends CI_DB { }
+?>
\ 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 a0ff9f574..e6bc0093f 100644 --- a/system/database/drivers/mysqli/mysqli_forge.php +++ b/system/database/drivers/mysqli/mysqli_forge.php @@ -238,3 +238,4 @@ class CI_DB_mysqli_forge extends CI_DB_forge { }
}
+?>
\ 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 b1a060405..692d4f729 100644 --- a/system/database/drivers/mysqli/mysqli_result.php +++ b/system/database/drivers/mysqli/mysqli_result.php @@ -170,3 +170,4 @@ class CI_DB_mysqli_result extends CI_DB_result { }
+?>
\ 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 75f4a4192..4ab2bb1d1 100644 --- a/system/database/drivers/mysqli/mysqli_utility.php +++ b/system/database/drivers/mysqli/mysqli_utility.php @@ -118,3 +118,4 @@ class CI_DB_mysqli_utility extends CI_DB_utility { }
}
+?>
\ 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 fb288087c..8fc20449f 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -761,3 +761,4 @@ class CI_DB_oci8_driver extends CI_DB { }
+?>
\ 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 6ca6c5434..a3940aedb 100644 --- a/system/database/drivers/oci8/oci8_forge.php +++ b/system/database/drivers/oci8/oci8_forge.php @@ -232,3 +232,4 @@ class CI_DB_oci8_forge extends CI_DB_forge { }
+?>
\ 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 9f1257642..30dd0da09 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php @@ -248,3 +248,4 @@ class CI_DB_oci8_result extends CI_DB_result { }
+?>
\ 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 c361c5ec3..117f8e629 100644 --- a/system/database/drivers/oci8/oci8_utility.php +++ b/system/database/drivers/oci8/oci8_utility.php @@ -117,3 +117,4 @@ class CI_DB_oci8_utility extends CI_DB_utility { }
}
+?>
\ 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 93a1d4e05..20e34ec7b 100644 --- a/system/database/drivers/odbc/odbc_driver.php +++ b/system/database/drivers/odbc/odbc_driver.php @@ -613,3 +613,4 @@ class CI_DB_odbc_driver extends CI_DB { }
+?>
\ 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 ee4745ccc..66e1722d8 100644 --- a/system/database/drivers/odbc/odbc_forge.php +++ b/system/database/drivers/odbc/odbc_forge.php @@ -253,3 +253,4 @@ class CI_DB_odbc_forge extends CI_DB_forge { }
+?>
\ 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 d513171d0..dd3f92382 100644 --- a/system/database/drivers/odbc/odbc_result.php +++ b/system/database/drivers/odbc/odbc_result.php @@ -229,3 +229,4 @@ class CI_DB_odbc_result extends CI_DB_result { }
+?>
\ 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 75d1ca283..f74d031bd 100644 --- a/system/database/drivers/odbc/odbc_utility.php +++ b/system/database/drivers/odbc/odbc_utility.php @@ -143,3 +143,4 @@ class CI_DB_odbc_utility extends CI_DB_utility { 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 7c46e7a4b..46ba1d009 100644 --- a/system/database/drivers/postgre/postgre_driver.php +++ b/system/database/drivers/postgre/postgre_driver.php @@ -641,3 +641,4 @@ class CI_DB_postgre_driver extends CI_DB { }
+?>
\ 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 ad4c5cdae..72a61748d 100644 --- a/system/database/drivers/postgre/postgre_forge.php +++ b/system/database/drivers/postgre/postgre_forge.php @@ -235,3 +235,4 @@ class CI_DB_postgre_forge extends CI_DB_forge { }
+?>
\ 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 f3fb89951..fdce01aac 100644 --- a/system/database/drivers/postgre/postgre_result.php +++ b/system/database/drivers/postgre/postgre_result.php @@ -170,3 +170,4 @@ class CI_DB_postgre_result extends CI_DB_result { }
+?>
\ 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 25f44f06c..573654f68 100644 --- a/system/database/drivers/postgre/postgre_utility.php +++ b/system/database/drivers/postgre/postgre_utility.php @@ -119,3 +119,4 @@ class CI_DB_postgre_utility extends CI_DB_utility { }
+?>
\ 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 f84ee2095..70148f360 100644 --- a/system/database/drivers/sqlite/sqlite_driver.php +++ b/system/database/drivers/sqlite/sqlite_driver.php @@ -656,3 +656,4 @@ class CI_DB_sqlite_driver extends CI_DB { }
+?>
\ 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 8afd39e99..44950bfc7 100644 --- a/system/database/drivers/sqlite/sqlite_forge.php +++ b/system/database/drivers/sqlite/sqlite_forge.php @@ -231,3 +231,4 @@ class CI_DB_sqlite_forge extends CI_DB_forge { }
}
+?>
\ 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 92bc3872a..b8f3dc5b7 100644 --- a/system/database/drivers/sqlite/sqlite_result.php +++ b/system/database/drivers/sqlite/sqlite_result.php @@ -180,3 +180,4 @@ class CI_DB_sqlite_result extends CI_DB_result { }
+?>
\ 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 8d2b44362..ab58f8fd7 100644 --- a/system/database/drivers/sqlite/sqlite_utility.php +++ b/system/database/drivers/sqlite/sqlite_utility.php @@ -136,3 +136,4 @@ class CI_DB_sqlite_utility extends CI_DB_utility { }
}
+?>
\ No newline at end of file diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php index 0d9fc0b47..8ae44826a 100644 --- a/system/helpers/array_helper.php +++ b/system/helpers/array_helper.php @@ -73,3 +73,4 @@ if (! function_exists('random_element')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/compatibility_helper.php b/system/helpers/compatibility_helper.php index ee7e77058..0d214648c 100644 --- a/system/helpers/compatibility_helper.php +++ b/system/helpers/compatibility_helper.php @@ -493,3 +493,4 @@ if (! function_exists('http_build_query')) } } +?>
\ No newline at end of file diff --git a/system/helpers/cookie_helper.php b/system/helpers/cookie_helper.php index 0d21f11e4..75c769e9c 100644 --- a/system/helpers/cookie_helper.php +++ b/system/helpers/cookie_helper.php @@ -131,3 +131,4 @@ if (! function_exists('delete_cookie')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index 447146860..004cfb122 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -596,3 +596,4 @@ if (! function_exists('timezones')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/directory_helper.php b/system/helpers/directory_helper.php index a3227c810..25c16c1fc 100644 --- a/system/helpers/directory_helper.php +++ b/system/helpers/directory_helper.php @@ -75,3 +75,4 @@ if (! function_exists('directory_map')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php index 39c2a2afc..284c6c96e 100644 --- a/system/helpers/download_helper.php +++ b/system/helpers/download_helper.php @@ -95,3 +95,4 @@ if (! function_exists('force_download')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/email_helper.php b/system/helpers/email_helper.php index a1452cec9..307f3b588 100644 --- a/system/helpers/email_helper.php +++ b/system/helpers/email_helper.php @@ -57,3 +57,4 @@ if (! function_exists('send_email')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php index 0c2ae5af6..bdde2d55d 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php @@ -456,3 +456,4 @@ if (! function_exists('octal_permissions')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index c91e5a5c7..c9a6897ae 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -610,3 +610,4 @@ if (! function_exists('parse_form_attributes')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index f488a5d3d..4e86465c1 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -351,3 +351,4 @@ if (! function_exists('nbs')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php index a833c70b8..bf70a6799 100644 --- a/system/helpers/inflector_helper.php +++ b/system/helpers/inflector_helper.php @@ -164,3 +164,4 @@ if (! function_exists('humanize')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php index 8ff9f2425..6abff06af 100644 --- a/system/helpers/path_helper.php +++ b/system/helpers/path_helper.php @@ -67,3 +67,4 @@ if (! function_exists('set_realpath')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index 6e61aa71d..edb6ebb50 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php @@ -121,3 +121,4 @@ if (! function_exists('encode_php_tags')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php index d65801834..81c6b9199 100644 --- a/system/helpers/smiley_helper.php +++ b/system/helpers/smiley_helper.php @@ -170,3 +170,4 @@ if (! function_exists('_get_smiley_array')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php index cd2af0cef..f68f44ac1 100644 --- a/system/helpers/string_helper.php +++ b/system/helpers/string_helper.php @@ -268,3 +268,4 @@ if (! function_exists('repeater')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index 95c2c619b..df3c89e6f 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php @@ -436,3 +436,4 @@ if (! function_exists('word_wrap')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php index 82573844b..88071604d 100644 --- a/system/helpers/typography_helper.php +++ b/system/helpers/typography_helper.php @@ -542,3 +542,4 @@ class Auto_typography { }
+?>
\ No newline at end of file diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php index 1c6c5c552..d702f6b87 100644 --- a/system/helpers/url_helper.php +++ b/system/helpers/url_helper.php @@ -532,3 +532,4 @@ if (! function_exists('_parse_attributes')) }
}
+?>
\ No newline at end of file diff --git a/system/helpers/xml_helper.php b/system/helpers/xml_helper.php index a3d08f622..5aa6de9ec 100644 --- a/system/helpers/xml_helper.php +++ b/system/helpers/xml_helper.php @@ -57,3 +57,4 @@ if (! function_exists('xml_convert')) }
}
+?>
\ No newline at end of file diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 62f24ac57..9ee4a5e69 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -46,3 +46,4 @@ $lang['cal_october'] = "October"; $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 6cb93031f..6b18aa7be 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -46,3 +46,4 @@ $lang['UP10'] = "(UTC + 10:00) Melbourne, Papua New Guinea, Sydney, Vladivostok" $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 2748bf9c8..1e79a706d 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -22,3 +22,4 @@ $lang['db_column_name_required'] = 'A column name is required for that operation $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 5e3dc106c..f02686509 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -18,3 +18,4 @@ $lang['email_smtp_auth_un'] = "Failed to authenticate username. Error: %s"; $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 7b9203338..da744fea7 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -12,3 +12,4 @@ $lang['ftp_unable_to_rename'] = "Unable to rename the file."; $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 78e1ec2fb..520f17f35 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -18,3 +18,4 @@ $lang['imglib_invalid_path'] = "The path to the image is not correct."; $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 c8f183511..219a83856 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,3 +12,4 @@ $lang['profiler_no_post'] = 'No POST data exists'; $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 4e3cde7dc..96fe167e5 100644 --- a/system/language/english/scaffolding_lang.php +++ b/system/language/english/scaffolding_lang.php @@ -12,3 +12,4 @@ $lang['scaff_no'] = 'No'; $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 aa71ad2e5..a33cad5f2 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -19,3 +19,4 @@ $lang['ut_object'] = 'Object'; $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 4667489c9..fa6d7c9fb 100644 --- a/system/language/english/upload_lang.php +++ b/system/language/english/upload_lang.php @@ -17,3 +17,4 @@ $lang['upload_no_file_types'] = "You have not specified any allowed file types." $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 82fd9c99d..1e9ec2c1b 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -15,3 +15,4 @@ $lang['numeric'] = "The %s field must contain a number."; $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 db9239d61..323d9668d 100644 --- a/system/libraries/Benchmark.php +++ b/system/libraries/Benchmark.php @@ -108,3 +108,4 @@ class CI_Benchmark { }
// END CI_Benchmark class
+?>
\ No newline at end of file diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php index 42e70f4de..e9621fec1 100644 --- a/system/libraries/Calendar.php +++ b/system/libraries/Calendar.php @@ -472,3 +472,4 @@ class CI_Calendar { }
// END CI_Calendar class
+?>
\ No newline at end of file diff --git a/system/libraries/Config.php b/system/libraries/Config.php index a3a7d9d75..73f1986a0 100644 --- a/system/libraries/Config.php +++ b/system/libraries/Config.php @@ -242,3 +242,4 @@ class CI_Config { }
// END CI_Config class
+?>
\ No newline at end of file diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index e5b2f2796..4957fc35e 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php @@ -121,3 +121,4 @@ class Controller extends CI_Base { }
// END _Controller class
+?>
\ No newline at end of file diff --git a/system/libraries/Email.php b/system/libraries/Email.php index bb72ad439..aa08971f9 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -1848,3 +1848,4 @@ class CI_Email { }
// END CI_Email class
+?>
\ No newline at end of file diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index 7463fd0a6..9a784d254 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php @@ -481,3 +481,4 @@ class CI_Encrypt { }
// END CI_Encrypt class
+?>
\ No newline at end of file diff --git a/system/libraries/Exceptions.php b/system/libraries/Exceptions.php index 0b647df39..7c9640554 100644 --- a/system/libraries/Exceptions.php +++ b/system/libraries/Exceptions.php @@ -167,3 +167,4 @@ class CI_Exceptions { }
// END Exceptions Class
+?>
\ No newline at end of file diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php index f45f992d1..74b7728fa 100644 --- a/system/libraries/Ftp.php +++ b/system/libraries/Ftp.php @@ -613,3 +613,4 @@ class CI_FTP { }
// END FTP Class
+?>
\ No newline at end of file diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php index c68b42353..a41320c5e 100644 --- a/system/libraries/Hooks.php +++ b/system/libraries/Hooks.php @@ -221,3 +221,4 @@ class CI_Hooks { }
// 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 d2f464044..c236e391e 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php @@ -1533,3 +1533,4 @@ class CI_Image_lib { }
// END Image_lib Class
+?>
\ No newline at end of file diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 9d64a2cb4..8a0478be2 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -923,3 +923,4 @@ class CI_Input { }
// END Input class
+?>
\ No newline at end of file diff --git a/system/libraries/Language.php b/system/libraries/Language.php index 45c839250..a8e6366bb 100644 --- a/system/libraries/Language.php +++ b/system/libraries/Language.php @@ -118,3 +118,4 @@ class CI_Language { }
// END Language Class
+?>
\ No newline at end of file diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index 60dc73b1f..5966aebf6 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php @@ -1027,3 +1027,4 @@ class CI_Loader { }
}
+?>
\ No newline at end of file diff --git a/system/libraries/Log.php b/system/libraries/Log.php index 1754b3980..26757ba50 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php @@ -115,3 +115,4 @@ class CI_Log { }
// END Log Class
+?>
\ No newline at end of file diff --git a/system/libraries/Model.php b/system/libraries/Model.php index ce8e128ad..e87d6045c 100644 --- a/system/libraries/Model.php +++ b/system/libraries/Model.php @@ -79,3 +79,4 @@ class Model { }
// END Model Class
+?>
\ No newline at end of file diff --git a/system/libraries/Output.php b/system/libraries/Output.php index 69206f519..d513a1279 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php @@ -383,3 +383,4 @@ class CI_Output { }
// END Output Class
+?>
\ No newline at end of file diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index 68bd1892d..e1212035a 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php @@ -215,3 +215,4 @@ class CI_Pagination { }
}
// END Pagination Class
+?>
\ No newline at end of file diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index d2bdba11a..417e04f29 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php @@ -168,3 +168,4 @@ class CI_Parser { }
// END Parser Class
+?>
\ No newline at end of file diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 38f0d2346..807c1aff6 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -340,3 +340,4 @@ class CI_Profiler { }
// END CI_Profiler class
+?>
\ No newline at end of file diff --git a/system/libraries/Router.php b/system/libraries/Router.php index ade01a6c1..6bb85518f 100644 --- a/system/libraries/Router.php +++ b/system/libraries/Router.php @@ -374,3 +374,4 @@ class CI_Router { }
// END Router Class
+?>
\ No newline at end of file diff --git a/system/libraries/Session.php b/system/libraries/Session.php index c77eb9e0a..d4fdd3ac7 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -649,3 +649,4 @@ class CI_Session { }
// END Session Class
+?>
\ No newline at end of file diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php index 768ffa166..6bb891177 100644 --- a/system/libraries/Sha1.php +++ b/system/libraries/Sha1.php @@ -246,3 +246,4 @@ class CI_SHA { }
}
// END CI_SHA
+?>
\ No newline at end of file diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 5edb5e4cc..01b490a5d 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -435,3 +435,4 @@ class CI_Table { }
+?>
\ No newline at end of file diff --git a/system/libraries/Trackback.php b/system/libraries/Trackback.php index b4c296d1e..3e1c20210 100644 --- a/system/libraries/Trackback.php +++ b/system/libraries/Trackback.php @@ -545,3 +545,4 @@ class CI_Trackback { }
// END Trackback Class
+?>
\ No newline at end of file diff --git a/system/libraries/URI.php b/system/libraries/URI.php index 59fcff3d7..8ee888a2e 100644 --- a/system/libraries/URI.php +++ b/system/libraries/URI.php @@ -586,3 +586,4 @@ class CI_URI { }
// END URI Class
+?>
\ No newline at end of file diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index e02ecf037..3cdf45f12 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -340,3 +340,4 @@ function is_false($test) 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 e0ce2b037..317cf9560 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -875,3 +875,4 @@ class CI_Upload { }
// END Upload Class
+?>
\ No newline at end of file diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php index a8ce787dc..dd60a56a1 100644 --- a/system/libraries/User_agent.php +++ b/system/libraries/User_agent.php @@ -497,3 +497,4 @@ class CI_User_agent { }
+?>
\ No newline at end of file diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php index 8a81568c4..f628d8612 100644 --- a/system/libraries/Validation.php +++ b/system/libraries/Validation.php @@ -805,3 +805,4 @@ class CI_Validation { }
// END Validation Class
+?>
\ No newline at end of file diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php index dee71f4d1..f8ad01714 100644 --- a/system/libraries/Xmlrpc.php +++ b/system/libraries/Xmlrpc.php @@ -1416,3 +1416,4 @@ class XML_RPC_Values extends CI_Xmlrpc }
// END XML_RPC_Values Class
+?>
\ No newline at end of file diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php index 11f0cfc40..7a4bc825e 100644 --- a/system/libraries/Xmlrpcs.php +++ b/system/libraries/Xmlrpcs.php @@ -531,3 +531,4 @@ class CI_Xmlrpcs extends CI_Xmlrpc }
// END XML_RPC_Server class
+?>
\ No newline at end of file diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index 1940ded37..f7f47ab42 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -374,3 +374,4 @@ class CI_Zip { }
}
+?>
\ No newline at end of file diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php index ac31f590c..309ef7ea5 100644 --- a/system/plugins/captcha_pi.php +++ b/system/plugins/captcha_pi.php @@ -351,3 +351,4 @@ function create_captcha($data = '', $img_path = '', $img_url = '', $font_path = 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 559807b7e..64f62a3d6 100644 --- a/system/scaffolding/Scaffolding.php +++ b/system/scaffolding/Scaffolding.php @@ -286,3 +286,4 @@ class Scaffolding { }
}
+?>
\ No newline at end of file |