diff options
Diffstat (limited to 'system')
120 files changed, 361 insertions, 121 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 diff --git a/system/codeigniter/Base4.php b/system/codeigniter/Base4.php index 577977c1c..178b1b8b7 100644 --- a/system/codeigniter/Base4.php +++ b/system/codeigniter/Base4.php @@ -64,4 +64,6 @@ function &get_instance() return $OBJ->load;
}
-?>
\ No newline at end of file + +/* End of file Base4.php */ +/* Location: ./system/codeigniter/Base4.php */
\ No newline at end of file diff --git a/system/codeigniter/Base5.php b/system/codeigniter/Base5.php index c731a00c4..8f9416537 100644 --- a/system/codeigniter/Base5.php +++ b/system/codeigniter/Base5.php @@ -51,4 +51,6 @@ function &get_instance() }
-?>
\ No newline at end of file + +/* End of file Base5.php */ +/* Location: ./system/codeigniter/Base5.php */
\ No newline at end of file diff --git a/system/codeigniter/CodeIgniter.php b/system/codeigniter/CodeIgniter.php index 75332e678..642ff7801 100644 --- a/system/codeigniter/CodeIgniter.php +++ b/system/codeigniter/CodeIgniter.php @@ -273,4 +273,6 @@ if (class_exists('CI_DB') AND isset($CI->db)) }
-?>
\ No newline at end of file + +/* End of file CodeIgniter.php */ +/* Location: ./system/codeigniter/CodeIgniter.php */
\ No newline at end of file diff --git a/system/codeigniter/Common.php b/system/codeigniter/Common.php index c5c548cdf..d4c88c15f 100644 --- a/system/codeigniter/Common.php +++ b/system/codeigniter/Common.php @@ -295,4 +295,6 @@ function _exception_handler($severity, $message, $filepath, $line) }
-?>
\ No newline at end of file + +/* End of file Common.php */ +/* Location: ./system/codeigniter/Common.php */
\ No newline at end of file diff --git a/system/codeigniter/Compat.php b/system/codeigniter/Compat.php index 8537432f5..1f01ca812 100644 --- a/system/codeigniter/Compat.php +++ b/system/codeigniter/Compat.php @@ -91,4 +91,6 @@ if (! function_exists('ctype_alnum')) // --------------------------------------------------------------------
-?>
\ No newline at end of file + +/* End of file Compat.php */ +/* Location: ./system/codeigniter/Compat.php */
\ No newline at end of file diff --git a/system/database/DB.php b/system/database/DB.php index 8efe05560..d603805a5 100644 --- a/system/database/DB.php +++ b/system/database/DB.php @@ -120,4 +120,6 @@ function &DB($params = '', $active_record_override = FALSE) }
-?>
\ No newline at end of file + +/* End of file DB.php */ +/* Location: ./system/database/DB.php */
\ No newline at end of file diff --git a/system/database/DB_active_rec.php b/system/database/DB_active_rec.php index 49d438727..a4ef2e4db 100644 --- a/system/database/DB_active_rec.php +++ b/system/database/DB_active_rec.php @@ -1749,4 +1749,6 @@ class CI_DB_active_record extends CI_DB_driver { }
}
-?>
\ No newline at end of file + +/* End of file DB_active_rec.php */ +/* Location: ./system/database/DB_active_rec.php */
\ No newline at end of file diff --git a/system/database/DB_cache.php b/system/database/DB_cache.php index 982725aaa..21113aff3 100644 --- a/system/database/DB_cache.php +++ b/system/database/DB_cache.php @@ -186,4 +186,6 @@ class CI_DB_Cache { }
-?>
\ No newline at end of file + +/* End of file DB_cache.php */ +/* Location: ./system/database/DB_cache.php */
\ No newline at end of file diff --git a/system/database/DB_driver.php b/system/database/DB_driver.php index a5ca75dd6..c296d4ca8 100644 --- a/system/database/DB_driver.php +++ b/system/database/DB_driver.php @@ -1145,4 +1145,6 @@ class CI_DB_driver { }
-?>
\ No newline at end of file + +/* End of file DB_driver.php */ +/* Location: ./system/database/DB_driver.php */
\ No newline at end of file diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index 2ddb21be7..d7259c08c 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -341,4 +341,6 @@ class CI_DB_forge { }
}
-?>
\ No newline at end of file + +/* End of file DB_forge.php */ +/* Location: ./system/database/DB_forge.php */
\ No newline at end of file diff --git a/system/database/DB_result.php b/system/database/DB_result.php index cfe9d2a32..b98d7a97b 100644 --- a/system/database/DB_result.php +++ b/system/database/DB_result.php @@ -338,4 +338,6 @@ class CI_DB_result { }
// END DB_result class
-?>
\ No newline at end of file + +/* End of file DB_result.php */ +/* Location: ./system/database/DB_result.php */
\ No newline at end of file diff --git a/system/database/DB_utility.php b/system/database/DB_utility.php index 11f1fb4de..5d4c2de45 100644 --- a/system/database/DB_utility.php +++ b/system/database/DB_utility.php @@ -384,4 +384,6 @@ class CI_DB_utility extends CI_DB_forge { }
-?>
\ No newline at end of file + +/* End of file DB_utility.php */ +/* Location: ./system/database/DB_utility.php */
\ 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 6e67c57c0..f789634f8 100644 --- a/system/database/drivers/mssql/mssql_driver.php +++ b/system/database/drivers/mssql/mssql_driver.php @@ -641,4 +641,6 @@ class CI_DB_mssql_driver extends CI_DB { }
-?>
\ No newline at end of file + +/* End of file mssql_driver.php */ +/* Location: ./system/database/drivers/mssql/mssql_driver.php */
\ 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 63063f259..d42fd5ee6 100644 --- a/system/database/drivers/mssql/mssql_forge.php +++ b/system/database/drivers/mssql/mssql_forge.php @@ -235,4 +235,6 @@ class CI_DB_mssql_forge extends CI_DB_forge { }
}
-?>
\ No newline at end of file + +/* End of file mssql_forge.php */ +/* Location: ./system/database/drivers/mssql/mssql_forge.php */
\ 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 c95fd91f6..fded4cf37 100644 --- a/system/database/drivers/mssql/mssql_result.php +++ b/system/database/drivers/mssql/mssql_result.php @@ -170,4 +170,6 @@ class CI_DB_mssql_result extends CI_DB_result { }
-?>
\ No newline at end of file + +/* End of file mssql_result.php */ +/* Location: ./system/database/drivers/mssql/mssql_result.php */
\ 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 87f8196f7..75a8fb4cd 100644 --- a/system/database/drivers/mssql/mssql_utility.php +++ b/system/database/drivers/mssql/mssql_utility.php @@ -118,4 +118,6 @@ class CI_DB_mssql_utility extends CI_DB_utility { }
-?>
\ No newline at end of file + +/* End of file mssql_utility.php */ +/* Location: ./system/database/drivers/mssql/mssql_utility.php */
\ 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 f15983d2b..397af02f5 100644 --- a/system/database/drivers/mysql/mysql_driver.php +++ b/system/database/drivers/mysql/mysql_driver.php @@ -649,4 +649,6 @@ class CI_DB_mysql_driver extends CI_DB { }
-?>
\ No newline at end of file + +/* End of file mysql_driver.php */ +/* Location: ./system/database/drivers/mysql/mysql_driver.php */
\ 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 4eb449ef2..6701c42d5 100644 --- a/system/database/drivers/mysql/mysql_forge.php +++ b/system/database/drivers/mysql/mysql_forge.php @@ -238,4 +238,6 @@ class CI_DB_mysql_forge extends CI_DB_forge { }
}
-?>
\ No newline at end of file + +/* End of file mysql_forge.php */ +/* Location: ./system/database/drivers/mysql/mysql_forge.php */
\ 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 9e6a3c3d1..01b57e1e7 100644 --- a/system/database/drivers/mysql/mysql_result.php +++ b/system/database/drivers/mysql/mysql_result.php @@ -170,4 +170,6 @@ class CI_DB_mysql_result extends CI_DB_result { }
-?>
\ No newline at end of file + +/* End of file mysql_result.php */ +/* Location: ./system/database/drivers/mysql/mysql_result.php */
\ 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 dc8fd0866..0804f291c 100644 --- a/system/database/drivers/mysql/mysql_utility.php +++ b/system/database/drivers/mysql/mysql_utility.php @@ -249,4 +249,6 @@ class CI_DB_mysql_utility extends CI_DB_utility { }
}
-?>
\ No newline at end of file + +/* End of file mysql_utility.php */ +/* Location: ./system/database/drivers/mysql/mysql_utility.php */
\ 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 a196f755a..c993e3368 100644 --- a/system/database/drivers/mysqli/mysqli_driver.php +++ b/system/database/drivers/mysqli/mysqli_driver.php @@ -645,4 +645,6 @@ class CI_DB_mysqli_driver extends CI_DB { }
-?>
\ No newline at end of file + +/* End of file mysqli_driver.php */ +/* Location: ./system/database/drivers/mysqli/mysqli_driver.php */
\ 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 e6bc0093f..087f9b80b 100644 --- a/system/database/drivers/mysqli/mysqli_forge.php +++ b/system/database/drivers/mysqli/mysqli_forge.php @@ -238,4 +238,6 @@ class CI_DB_mysqli_forge extends CI_DB_forge { }
}
-?>
\ No newline at end of file + +/* End of file mysqli_forge.php */ +/* Location: ./system/database/drivers/mysqli/mysqli_forge.php */
\ 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 692d4f729..6b42d35e9 100644 --- a/system/database/drivers/mysqli/mysqli_result.php +++ b/system/database/drivers/mysqli/mysqli_result.php @@ -170,4 +170,6 @@ class CI_DB_mysqli_result extends CI_DB_result { }
-?>
\ No newline at end of file + +/* End of file mysqli_result.php */ +/* Location: ./system/database/drivers/mysqli/mysqli_result.php */
\ 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 4ab2bb1d1..24b05b7af 100644 --- a/system/database/drivers/mysqli/mysqli_utility.php +++ b/system/database/drivers/mysqli/mysqli_utility.php @@ -118,4 +118,6 @@ class CI_DB_mysqli_utility extends CI_DB_utility { }
}
-?>
\ No newline at end of file + +/* End of file mysqli_utility.php */ +/* Location: ./system/database/drivers/mysqli/mysqli_utility.php */
\ 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 8fc20449f..367095990 100644 --- a/system/database/drivers/oci8/oci8_driver.php +++ b/system/database/drivers/oci8/oci8_driver.php @@ -761,4 +761,6 @@ class CI_DB_oci8_driver extends CI_DB { }
-?>
\ No newline at end of file + +/* End of file oci8_driver.php */ +/* Location: ./system/database/drivers/oci8/oci8_driver.php */
\ 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 a3940aedb..64dd2a202 100644 --- a/system/database/drivers/oci8/oci8_forge.php +++ b/system/database/drivers/oci8/oci8_forge.php @@ -232,4 +232,6 @@ class CI_DB_oci8_forge extends CI_DB_forge { }
-?>
\ No newline at end of file + +/* End of file oci8_forge.php */ +/* Location: ./system/database/drivers/oci8/oci8_forge.php */
\ 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 30dd0da09..416c57de0 100644 --- a/system/database/drivers/oci8/oci8_result.php +++ b/system/database/drivers/oci8/oci8_result.php @@ -248,4 +248,6 @@ class CI_DB_oci8_result extends CI_DB_result { }
-?>
\ No newline at end of file + +/* End of file oci8_result.php */ +/* Location: ./system/database/drivers/oci8/oci8_result.php */
\ 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 117f8e629..93eaa226f 100644 --- a/system/database/drivers/oci8/oci8_utility.php +++ b/system/database/drivers/oci8/oci8_utility.php @@ -117,4 +117,6 @@ class CI_DB_oci8_utility extends CI_DB_utility { }
}
-?>
\ No newline at end of file + +/* End of file oci8_utility.php */ +/* Location: ./system/database/drivers/oci8/oci8_utility.php */
\ 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 20e34ec7b..4511592bb 100644 --- a/system/database/drivers/odbc/odbc_driver.php +++ b/system/database/drivers/odbc/odbc_driver.php @@ -613,4 +613,6 @@ class CI_DB_odbc_driver extends CI_DB { }
-?>
\ No newline at end of file + +/* End of file odbc_driver.php */ +/* Location: ./system/database/drivers/odbc/odbc_driver.php */
\ 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 66e1722d8..fb011f298 100644 --- a/system/database/drivers/odbc/odbc_forge.php +++ b/system/database/drivers/odbc/odbc_forge.php @@ -253,4 +253,6 @@ class CI_DB_odbc_forge extends CI_DB_forge { }
-?>
\ No newline at end of file + +/* End of file odbc_forge.php */ +/* Location: ./system/database/drivers/odbc/odbc_forge.php */
\ 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 dd3f92382..4acfb056e 100644 --- a/system/database/drivers/odbc/odbc_result.php +++ b/system/database/drivers/odbc/odbc_result.php @@ -229,4 +229,6 @@ class CI_DB_odbc_result extends CI_DB_result { }
-?>
\ No newline at end of file + +/* End of file odbc_result.php */ +/* Location: ./system/database/drivers/odbc/odbc_result.php */
\ 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 f74d031bd..ac8b5d808 100644 --- a/system/database/drivers/odbc/odbc_utility.php +++ b/system/database/drivers/odbc/odbc_utility.php @@ -143,4 +143,6 @@ class CI_DB_odbc_utility extends CI_DB_utility { return FALSE;
}
}
-?>
\ No newline at end of file + +/* End of file odbc_utility.php */ +/* Location: ./system/database/drivers/odbc/odbc_utility.php */
\ 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 46ba1d009..4fd92f0c0 100644 --- a/system/database/drivers/postgre/postgre_driver.php +++ b/system/database/drivers/postgre/postgre_driver.php @@ -641,4 +641,6 @@ class CI_DB_postgre_driver extends CI_DB { }
-?>
\ No newline at end of file + +/* End of file postgre_driver.php */ +/* Location: ./system/database/drivers/postgre/postgre_driver.php */
\ 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 72a61748d..fb4fcf128 100644 --- a/system/database/drivers/postgre/postgre_forge.php +++ b/system/database/drivers/postgre/postgre_forge.php @@ -235,4 +235,6 @@ class CI_DB_postgre_forge extends CI_DB_forge { }
-?>
\ No newline at end of file + +/* End of file postgre_forge.php */ +/* Location: ./system/database/drivers/postgre/postgre_forge.php */
\ 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 fdce01aac..25360b3f3 100644 --- a/system/database/drivers/postgre/postgre_result.php +++ b/system/database/drivers/postgre/postgre_result.php @@ -170,4 +170,6 @@ class CI_DB_postgre_result extends CI_DB_result { }
-?>
\ No newline at end of file + +/* End of file postgre_result.php */ +/* Location: ./system/database/drivers/postgre/postgre_result.php */
\ 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 573654f68..17df599b6 100644 --- a/system/database/drivers/postgre/postgre_utility.php +++ b/system/database/drivers/postgre/postgre_utility.php @@ -119,4 +119,6 @@ class CI_DB_postgre_utility extends CI_DB_utility { }
-?>
\ No newline at end of file + +/* End of file postgre_utility.php */ +/* Location: ./system/database/drivers/postgre/postgre_utility.php */
\ 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 70148f360..cb53ad91a 100644 --- a/system/database/drivers/sqlite/sqlite_driver.php +++ b/system/database/drivers/sqlite/sqlite_driver.php @@ -656,4 +656,6 @@ class CI_DB_sqlite_driver extends CI_DB { }
-?>
\ No newline at end of file + +/* End of file sqlite_driver.php */ +/* Location: ./system/database/drivers/sqlite/sqlite_driver.php */
\ 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 44950bfc7..8a1a4da01 100644 --- a/system/database/drivers/sqlite/sqlite_forge.php +++ b/system/database/drivers/sqlite/sqlite_forge.php @@ -231,4 +231,6 @@ class CI_DB_sqlite_forge extends CI_DB_forge { }
}
-?>
\ No newline at end of file + +/* End of file sqlite_forge.php */ +/* Location: ./system/database/drivers/sqlite/sqlite_forge.php */
\ 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 b8f3dc5b7..72c93fd48 100644 --- a/system/database/drivers/sqlite/sqlite_result.php +++ b/system/database/drivers/sqlite/sqlite_result.php @@ -180,4 +180,6 @@ class CI_DB_sqlite_result extends CI_DB_result { }
-?>
\ No newline at end of file + +/* End of file sqlite_result.php */ +/* Location: ./system/database/drivers/sqlite/sqlite_result.php */
\ 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 ab58f8fd7..c85e36575 100644 --- a/system/database/drivers/sqlite/sqlite_utility.php +++ b/system/database/drivers/sqlite/sqlite_utility.php @@ -136,4 +136,6 @@ class CI_DB_sqlite_utility extends CI_DB_utility { }
}
-?>
\ No newline at end of file + +/* End of file sqlite_utility.php */ +/* Location: ./system/database/drivers/sqlite/sqlite_utility.php */
\ No newline at end of file diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php index 8ae44826a..837e41f14 100644 --- a/system/helpers/array_helper.php +++ b/system/helpers/array_helper.php @@ -73,4 +73,6 @@ if (! function_exists('random_element')) }
}
-?>
\ No newline at end of file + +/* End of file array_helper.php */ +/* Location: ./system/helpers/array_helper.php */
\ No newline at end of file diff --git a/system/helpers/compatibility_helper.php b/system/helpers/compatibility_helper.php index 0d214648c..076f677fa 100644 --- a/system/helpers/compatibility_helper.php +++ b/system/helpers/compatibility_helper.php @@ -493,4 +493,6 @@ if (! function_exists('http_build_query')) } } -?>
\ No newline at end of file + +/* End of file compatibility_helper.php */ +/* Location: ./system/helpers/compatibility_helper.php */
\ No newline at end of file diff --git a/system/helpers/cookie_helper.php b/system/helpers/cookie_helper.php index 75c769e9c..7b8989e3b 100644 --- a/system/helpers/cookie_helper.php +++ b/system/helpers/cookie_helper.php @@ -131,4 +131,6 @@ if (! function_exists('delete_cookie')) }
}
-?>
\ No newline at end of file + +/* End of file cookie_helper.php */ +/* Location: ./system/helpers/cookie_helper.php */
\ No newline at end of file diff --git a/system/helpers/date_helper.php b/system/helpers/date_helper.php index 004cfb122..c4f0e9a40 100644 --- a/system/helpers/date_helper.php +++ b/system/helpers/date_helper.php @@ -596,4 +596,6 @@ if (! function_exists('timezones')) }
}
-?>
\ No newline at end of file + +/* End of file date_helper.php */ +/* Location: ./system/helpers/date_helper.php */
\ No newline at end of file diff --git a/system/helpers/directory_helper.php b/system/helpers/directory_helper.php index 25c16c1fc..7af4d1e38 100644 --- a/system/helpers/directory_helper.php +++ b/system/helpers/directory_helper.php @@ -75,4 +75,6 @@ if (! function_exists('directory_map')) }
}
-?>
\ No newline at end of file + +/* End of file directory_helper.php */ +/* Location: ./system/helpers/directory_helper.php */
\ No newline at end of file diff --git a/system/helpers/download_helper.php b/system/helpers/download_helper.php index 284c6c96e..2096fd849 100644 --- a/system/helpers/download_helper.php +++ b/system/helpers/download_helper.php @@ -95,4 +95,6 @@ if (! function_exists('force_download')) }
}
-?>
\ No newline at end of file + +/* End of file download_helper.php */ +/* Location: ./system/helpers/download_helper.php */
\ No newline at end of file diff --git a/system/helpers/email_helper.php b/system/helpers/email_helper.php index 307f3b588..594a030fe 100644 --- a/system/helpers/email_helper.php +++ b/system/helpers/email_helper.php @@ -57,4 +57,6 @@ if (! function_exists('send_email')) }
}
-?>
\ No newline at end of file + +/* End of file email_helper.php */ +/* Location: ./system/helpers/email_helper.php */
\ No newline at end of file diff --git a/system/helpers/file_helper.php b/system/helpers/file_helper.php index bdde2d55d..fac916f3d 100644 --- a/system/helpers/file_helper.php +++ b/system/helpers/file_helper.php @@ -87,7 +87,7 @@ if (! function_exists('write_file')) {
function write_file($path, $data, $mode = FOPEN_WRITE_CREATE_DESTRUCTIVE)
{
- if (! $fp = @fopen($path, $mode))
+ if (! $fp = fopen($path, $mode))
{
return FALSE;
}
@@ -456,4 +456,6 @@ if (! function_exists('octal_permissions')) }
}
-?>
\ No newline at end of file + +/* End of file file_helper.php */ +/* Location: ./system/helpers/file_helper.php */
\ No newline at end of file diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index c9a6897ae..541ab844a 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php @@ -610,4 +610,6 @@ if (! function_exists('parse_form_attributes')) }
}
-?>
\ No newline at end of file + +/* End of file form_helper.php */ +/* Location: ./system/helpers/form_helper.php */
\ No newline at end of file diff --git a/system/helpers/html_helper.php b/system/helpers/html_helper.php index 4e86465c1..592c33a50 100644 --- a/system/helpers/html_helper.php +++ b/system/helpers/html_helper.php @@ -351,4 +351,6 @@ if (! function_exists('nbs')) }
}
-?>
\ No newline at end of file + +/* End of file html_helper.php */ +/* Location: ./system/helpers/html_helper.php */
\ No newline at end of file diff --git a/system/helpers/inflector_helper.php b/system/helpers/inflector_helper.php index bf70a6799..b0b99be54 100644 --- a/system/helpers/inflector_helper.php +++ b/system/helpers/inflector_helper.php @@ -164,4 +164,6 @@ if (! function_exists('humanize')) }
}
-?>
\ No newline at end of file + +/* End of file inflector_helper.php */ +/* Location: ./system/helpers/inflector_helper.php */
\ No newline at end of file diff --git a/system/helpers/path_helper.php b/system/helpers/path_helper.php index 6abff06af..05bbd0027 100644 --- a/system/helpers/path_helper.php +++ b/system/helpers/path_helper.php @@ -67,4 +67,6 @@ if (! function_exists('set_realpath')) }
}
-?>
\ No newline at end of file + +/* End of file path_helper.php */ +/* Location: ./system/helpers/path_helper.php */
\ No newline at end of file diff --git a/system/helpers/security_helper.php b/system/helpers/security_helper.php index edb6ebb50..0dc1429dd 100644 --- a/system/helpers/security_helper.php +++ b/system/helpers/security_helper.php @@ -121,4 +121,6 @@ if (! function_exists('encode_php_tags')) }
}
-?>
\ No newline at end of file + +/* End of file security_helper.php */ +/* Location: ./system/helpers/security_helper.php */
\ No newline at end of file diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php index 81c6b9199..2162ddda0 100644 --- a/system/helpers/smiley_helper.php +++ b/system/helpers/smiley_helper.php @@ -170,4 +170,6 @@ if (! function_exists('_get_smiley_array')) }
}
-?>
\ No newline at end of file + +/* End of file smiley_helper.php */ +/* Location: ./system/helpers/smiley_helper.php */
\ No newline at end of file diff --git a/system/helpers/string_helper.php b/system/helpers/string_helper.php index f68f44ac1..b934723bf 100644 --- a/system/helpers/string_helper.php +++ b/system/helpers/string_helper.php @@ -268,4 +268,6 @@ if (! function_exists('repeater')) }
}
-?>
\ No newline at end of file + +/* End of file string_helper.php */ +/* Location: ./system/helpers/string_helper.php */
\ No newline at end of file diff --git a/system/helpers/text_helper.php b/system/helpers/text_helper.php index df3c89e6f..2d03699f3 100644 --- a/system/helpers/text_helper.php +++ b/system/helpers/text_helper.php @@ -436,4 +436,6 @@ if (! function_exists('word_wrap')) }
}
-?>
\ No newline at end of file + +/* End of file text_helper.php */ +/* Location: ./system/helpers/text_helper.php */
\ No newline at end of file diff --git a/system/helpers/typography_helper.php b/system/helpers/typography_helper.php index 88071604d..78ade5cc3 100644 --- a/system/helpers/typography_helper.php +++ b/system/helpers/typography_helper.php @@ -542,4 +542,6 @@ class Auto_typography { }
-?>
\ No newline at end of file + +/* End of file typography_helper.php */ +/* Location: ./system/helpers/typography_helper.php */
\ No newline at end of file diff --git a/system/helpers/url_helper.php b/system/helpers/url_helper.php index d702f6b87..32d2da80e 100644 --- a/system/helpers/url_helper.php +++ b/system/helpers/url_helper.php @@ -532,4 +532,6 @@ if (! function_exists('_parse_attributes')) }
}
-?>
\ No newline at end of file + +/* End of file url_helper.php */ +/* Location: ./system/helpers/url_helper.php */
\ No newline at end of file diff --git a/system/helpers/xml_helper.php b/system/helpers/xml_helper.php index 5aa6de9ec..b91664433 100644 --- a/system/helpers/xml_helper.php +++ b/system/helpers/xml_helper.php @@ -57,4 +57,6 @@ if (! function_exists('xml_convert')) }
}
-?>
\ No newline at end of file + +/* End of file xml_helper.php */ +/* Location: ./system/helpers/xml_helper.php */
\ No newline at end of file diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 9ee4a5e69..107c0f733 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -46,4 +46,6 @@ $lang['cal_october'] = "October"; $lang['cal_november'] = "November";
$lang['cal_december'] = "December";
-?>
\ No newline at end of file + +/* End of file calendar_lang.php */ +/* Location: ./system/language/english/calendar_lang.php */
\ No newline at end of file diff --git a/system/language/english/date_lang.php b/system/language/english/date_lang.php index 6b18aa7be..93989eb45 100644 --- a/system/language/english/date_lang.php +++ b/system/language/english/date_lang.php @@ -46,4 +46,6 @@ $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 + +/* End of file date_lang.php */ +/* Location: ./system/language/english/date_lang.php */
\ No newline at end of file diff --git a/system/language/english/db_lang.php b/system/language/english/db_lang.php index 1e79a706d..6c053a139 100644 --- a/system/language/english/db_lang.php +++ b/system/language/english/db_lang.php @@ -22,4 +22,6 @@ $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 + +/* End of file db_lang.php */ +/* Location: ./system/language/english/db_lang.php */
\ No newline at end of file diff --git a/system/language/english/email_lang.php b/system/language/english/email_lang.php index f02686509..3e94bf3c6 100644 --- a/system/language/english/email_lang.php +++ b/system/language/english/email_lang.php @@ -18,4 +18,6 @@ $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 + +/* End of file email_lang.php */ +/* Location: ./system/language/english/email_lang.php */
\ No newline at end of file diff --git a/system/language/english/ftp_lang.php b/system/language/english/ftp_lang.php index da744fea7..e0140285f 100644 --- a/system/language/english/ftp_lang.php +++ b/system/language/english/ftp_lang.php @@ -12,4 +12,6 @@ $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 + +/* End of file ftp_lang.php */ +/* Location: ./system/language/english/ftp_lang.php */
\ No newline at end of file diff --git a/system/language/english/imglib_lang.php b/system/language/english/imglib_lang.php index 520f17f35..4baf971a4 100644 --- a/system/language/english/imglib_lang.php +++ b/system/language/english/imglib_lang.php @@ -18,4 +18,6 @@ $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 + +/* End of file imglib_lang.php */ +/* Location: ./system/language/english/imglib_lang.php */
\ No newline at end of file diff --git a/system/language/english/profiler_lang.php b/system/language/english/profiler_lang.php index 219a83856..e60304bbc 100644 --- a/system/language/english/profiler_lang.php +++ b/system/language/english/profiler_lang.php @@ -12,4 +12,6 @@ $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 + +/* End of file profiler_lang.php */ +/* Location: ./system/language/english/profiler_lang.php */
\ No newline at end of file diff --git a/system/language/english/scaffolding_lang.php b/system/language/english/scaffolding_lang.php index 96fe167e5..c4d54d5c6 100644 --- a/system/language/english/scaffolding_lang.php +++ b/system/language/english/scaffolding_lang.php @@ -12,4 +12,6 @@ $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 + +/* End of file scaffolding_lang.php */ +/* Location: ./system/language/english/scaffolding_lang.php */
\ 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 a33cad5f2..26fc21ae8 100644 --- a/system/language/english/unit_test_lang.php +++ b/system/language/english/unit_test_lang.php @@ -19,4 +19,6 @@ $lang['ut_object'] = 'Object'; $lang['ut_resource'] = 'Resource';
$lang['ut_null'] = 'Null'
-?>
\ No newline at end of file + +/* End of file unit_test_lang.php */ +/* Location: ./system/language/english/unit_test_lang.php */
\ No newline at end of file diff --git a/system/language/english/upload_lang.php b/system/language/english/upload_lang.php index fa6d7c9fb..5f7d449c0 100644 --- a/system/language/english/upload_lang.php +++ b/system/language/english/upload_lang.php @@ -17,4 +17,6 @@ $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 + +/* End of file upload_lang.php */ +/* Location: ./system/language/english/upload_lang.php */
\ No newline at end of file diff --git a/system/language/english/validation_lang.php b/system/language/english/validation_lang.php index 1e9ec2c1b..f26115f40 100644 --- a/system/language/english/validation_lang.php +++ b/system/language/english/validation_lang.php @@ -15,4 +15,6 @@ $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 + +/* End of file validation_lang.php */ +/* Location: ./system/language/english/validation_lang.php */
\ No newline at end of file diff --git a/system/libraries/Benchmark.php b/system/libraries/Benchmark.php index 323d9668d..f83e86482 100644 --- a/system/libraries/Benchmark.php +++ b/system/libraries/Benchmark.php @@ -108,4 +108,6 @@ class CI_Benchmark { }
// END CI_Benchmark class
-?>
\ No newline at end of file + +/* End of file Benchmark.php */ +/* Location: ./system/libraries/Benchmark.php */
\ No newline at end of file diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php index e9621fec1..fbb275c5f 100644 --- a/system/libraries/Calendar.php +++ b/system/libraries/Calendar.php @@ -472,4 +472,6 @@ class CI_Calendar { }
// END CI_Calendar class
-?>
\ No newline at end of file + +/* End of file Calendar.php */ +/* Location: ./system/libraries/Calendar.php */
\ No newline at end of file diff --git a/system/libraries/Config.php b/system/libraries/Config.php index 73f1986a0..f3ae76390 100644 --- a/system/libraries/Config.php +++ b/system/libraries/Config.php @@ -242,4 +242,6 @@ class CI_Config { }
// END CI_Config class
-?>
\ No newline at end of file + +/* End of file Config.php */ +/* Location: ./system/libraries/Config.php */
\ No newline at end of file diff --git a/system/libraries/Controller.php b/system/libraries/Controller.php index 4957fc35e..1a1e3df53 100644 --- a/system/libraries/Controller.php +++ b/system/libraries/Controller.php @@ -121,4 +121,6 @@ class Controller extends CI_Base { }
// END _Controller class
-?>
\ No newline at end of file + +/* End of file Controller.php */ +/* Location: ./system/libraries/Controller.php */
\ No newline at end of file diff --git a/system/libraries/Email.php b/system/libraries/Email.php index aa08971f9..d32928a66 100644 --- a/system/libraries/Email.php +++ b/system/libraries/Email.php @@ -1848,4 +1848,6 @@ class CI_Email { }
// END CI_Email class
-?>
\ No newline at end of file + +/* End of file Email.php */ +/* Location: ./system/libraries/Email.php */
\ No newline at end of file diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index 9a784d254..4b13efda3 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php @@ -481,4 +481,6 @@ class CI_Encrypt { }
// END CI_Encrypt class
-?>
\ No newline at end of file + +/* End of file Encrypt.php */ +/* Location: ./system/libraries/Encrypt.php */
\ No newline at end of file diff --git a/system/libraries/Exceptions.php b/system/libraries/Exceptions.php index 7c9640554..428759042 100644 --- a/system/libraries/Exceptions.php +++ b/system/libraries/Exceptions.php @@ -167,4 +167,6 @@ class CI_Exceptions { }
// END Exceptions Class
-?>
\ No newline at end of file + +/* End of file Exceptions.php */ +/* Location: ./system/libraries/Exceptions.php */
\ No newline at end of file diff --git a/system/libraries/Ftp.php b/system/libraries/Ftp.php index 74b7728fa..01354cf05 100644 --- a/system/libraries/Ftp.php +++ b/system/libraries/Ftp.php @@ -613,4 +613,6 @@ class CI_FTP { }
// END FTP Class
-?>
\ No newline at end of file + +/* End of file Ftp.php */ +/* Location: ./system/libraries/Ftp.php */
\ No newline at end of file diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php index a41320c5e..d7637c39e 100644 --- a/system/libraries/Hooks.php +++ b/system/libraries/Hooks.php @@ -221,4 +221,6 @@ class CI_Hooks { }
// END CI_Hooks class
-?>
\ No newline at end of file + +/* End of file Hooks.php */ +/* Location: ./system/libraries/Hooks.php */
\ No newline at end of file diff --git a/system/libraries/Image_lib.php b/system/libraries/Image_lib.php index c236e391e..0750b6454 100644 --- a/system/libraries/Image_lib.php +++ b/system/libraries/Image_lib.php @@ -1533,4 +1533,6 @@ class CI_Image_lib { }
// END Image_lib Class
-?>
\ No newline at end of file + +/* End of file Image_lib.php */ +/* Location: ./system/libraries/Image_lib.php */
\ No newline at end of file diff --git a/system/libraries/Input.php b/system/libraries/Input.php index 8a0478be2..ee7e9ad31 100644 --- a/system/libraries/Input.php +++ b/system/libraries/Input.php @@ -923,4 +923,6 @@ class CI_Input { }
// END Input class
-?>
\ No newline at end of file + +/* End of file Input.php */ +/* Location: ./system/libraries/Input.php */
\ No newline at end of file diff --git a/system/libraries/Language.php b/system/libraries/Language.php index a8e6366bb..aacc6c1f9 100644 --- a/system/libraries/Language.php +++ b/system/libraries/Language.php @@ -118,4 +118,6 @@ class CI_Language { }
// END Language Class
-?>
\ No newline at end of file + +/* End of file Language.php */ +/* Location: ./system/libraries/Language.php */
\ No newline at end of file diff --git a/system/libraries/Loader.php b/system/libraries/Loader.php index 5966aebf6..687598096 100644 --- a/system/libraries/Loader.php +++ b/system/libraries/Loader.php @@ -1027,4 +1027,6 @@ class CI_Loader { }
}
-?>
\ No newline at end of file + +/* End of file Loader.php */ +/* Location: ./system/libraries/Loader.php */
\ No newline at end of file diff --git a/system/libraries/Log.php b/system/libraries/Log.php index 26757ba50..22b505906 100644 --- a/system/libraries/Log.php +++ b/system/libraries/Log.php @@ -115,4 +115,6 @@ class CI_Log { }
// END Log Class
-?>
\ No newline at end of file + +/* End of file Log.php */ +/* Location: ./system/libraries/Log.php */
\ No newline at end of file diff --git a/system/libraries/Model.php b/system/libraries/Model.php index e87d6045c..1e7b9a184 100644 --- a/system/libraries/Model.php +++ b/system/libraries/Model.php @@ -79,4 +79,6 @@ class Model { }
// END Model Class
-?>
\ No newline at end of file + +/* End of file Model.php */ +/* Location: ./system/libraries/Model.php */
\ No newline at end of file diff --git a/system/libraries/Output.php b/system/libraries/Output.php index d513a1279..f76550e2b 100644 --- a/system/libraries/Output.php +++ b/system/libraries/Output.php @@ -383,4 +383,6 @@ class CI_Output { }
// END Output Class
-?>
\ No newline at end of file + +/* End of file Output.php */ +/* Location: ./system/libraries/Output.php */
\ No newline at end of file diff --git a/system/libraries/Pagination.php b/system/libraries/Pagination.php index e1212035a..c3f6bd89c 100644 --- a/system/libraries/Pagination.php +++ b/system/libraries/Pagination.php @@ -215,4 +215,6 @@ class CI_Pagination { }
}
// END Pagination Class
-?>
\ No newline at end of file + +/* End of file Pagination.php */ +/* Location: ./system/libraries/Pagination.php */
\ No newline at end of file diff --git a/system/libraries/Parser.php b/system/libraries/Parser.php index 417e04f29..f260b2e19 100644 --- a/system/libraries/Parser.php +++ b/system/libraries/Parser.php @@ -168,4 +168,6 @@ class CI_Parser { }
// END Parser Class
-?>
\ No newline at end of file + +/* End of file Parser.php */ +/* Location: ./system/libraries/Parser.php */
\ No newline at end of file diff --git a/system/libraries/Profiler.php b/system/libraries/Profiler.php index 807c1aff6..fe4fb6d62 100644 --- a/system/libraries/Profiler.php +++ b/system/libraries/Profiler.php @@ -340,4 +340,6 @@ class CI_Profiler { }
// END CI_Profiler class
-?>
\ No newline at end of file + +/* End of file Profiler.php */ +/* Location: ./system/libraries/Profiler.php */
\ No newline at end of file diff --git a/system/libraries/Router.php b/system/libraries/Router.php index 6bb85518f..3b2520dce 100644 --- a/system/libraries/Router.php +++ b/system/libraries/Router.php @@ -374,4 +374,6 @@ class CI_Router { }
// END Router Class
-?>
\ No newline at end of file + +/* End of file Router.php */ +/* Location: ./system/libraries/Router.php */
\ No newline at end of file diff --git a/system/libraries/Session.php b/system/libraries/Session.php index d4fdd3ac7..ce1b75e66 100644 --- a/system/libraries/Session.php +++ b/system/libraries/Session.php @@ -649,4 +649,6 @@ class CI_Session { }
// END Session Class
-?>
\ No newline at end of file + +/* End of file Session.php */ +/* Location: ./system/libraries/Session.php */
\ No newline at end of file diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php index 6bb891177..a7b9b98d3 100644 --- a/system/libraries/Sha1.php +++ b/system/libraries/Sha1.php @@ -246,4 +246,6 @@ class CI_SHA { }
}
// END CI_SHA
-?>
\ No newline at end of file + +/* End of file Sha1.php */ +/* Location: ./system/libraries/Sha1.php */
\ No newline at end of file diff --git a/system/libraries/Table.php b/system/libraries/Table.php index 01b490a5d..f4df02e76 100644 --- a/system/libraries/Table.php +++ b/system/libraries/Table.php @@ -435,4 +435,6 @@ class CI_Table { }
-?>
\ No newline at end of file + +/* End of file Table.php */ +/* Location: ./system/libraries/Table.php */
\ No newline at end of file diff --git a/system/libraries/Trackback.php b/system/libraries/Trackback.php index 3e1c20210..41ac5fca8 100644 --- a/system/libraries/Trackback.php +++ b/system/libraries/Trackback.php @@ -545,4 +545,6 @@ class CI_Trackback { }
// END Trackback Class
-?>
\ No newline at end of file + +/* End of file Trackback.php */ +/* Location: ./system/libraries/Trackback.php */
\ No newline at end of file diff --git a/system/libraries/URI.php b/system/libraries/URI.php index 8ee888a2e..26a7b4a33 100644 --- a/system/libraries/URI.php +++ b/system/libraries/URI.php @@ -586,4 +586,6 @@ class CI_URI { }
// END URI Class
-?>
\ No newline at end of file + +/* End of file URI.php */ +/* Location: ./system/libraries/URI.php */
\ No newline at end of file diff --git a/system/libraries/Unit_test.php b/system/libraries/Unit_test.php index 3cdf45f12..2fb2bbd32 100644 --- a/system/libraries/Unit_test.php +++ b/system/libraries/Unit_test.php @@ -340,4 +340,6 @@ function is_false($test) return (is_bool($test) AND $test === FALSE) ? TRUE : FALSE;
}
-?>
\ No newline at end of file + +/* End of file Unit_test.php */ +/* Location: ./system/libraries/Unit_test.php */
\ No newline at end of file diff --git a/system/libraries/Upload.php b/system/libraries/Upload.php index 317cf9560..07cbd924b 100644 --- a/system/libraries/Upload.php +++ b/system/libraries/Upload.php @@ -875,4 +875,6 @@ class CI_Upload { }
// END Upload Class
-?>
\ No newline at end of file + +/* End of file Upload.php */ +/* Location: ./system/libraries/Upload.php */
\ No newline at end of file diff --git a/system/libraries/User_agent.php b/system/libraries/User_agent.php index dd60a56a1..ee1839277 100644 --- a/system/libraries/User_agent.php +++ b/system/libraries/User_agent.php @@ -497,4 +497,6 @@ class CI_User_agent { }
-?>
\ No newline at end of file + +/* End of file User_agent.php */ +/* Location: ./system/libraries/User_agent.php */
\ No newline at end of file diff --git a/system/libraries/Validation.php b/system/libraries/Validation.php index f628d8612..8796d7ffb 100644 --- a/system/libraries/Validation.php +++ b/system/libraries/Validation.php @@ -805,4 +805,6 @@ class CI_Validation { }
// END Validation Class
-?>
\ No newline at end of file + +/* End of file Validation.php */ +/* Location: ./system/libraries/Validation.php */
\ No newline at end of file diff --git a/system/libraries/Xmlrpc.php b/system/libraries/Xmlrpc.php index f8ad01714..b8ac3bea7 100644 --- a/system/libraries/Xmlrpc.php +++ b/system/libraries/Xmlrpc.php @@ -1416,4 +1416,6 @@ class XML_RPC_Values extends CI_Xmlrpc }
// END XML_RPC_Values Class
-?>
\ No newline at end of file + +/* End of file Xmlrpc.php */ +/* Location: ./system/libraries/Xmlrpc.php */
\ No newline at end of file diff --git a/system/libraries/Xmlrpcs.php b/system/libraries/Xmlrpcs.php index 7a4bc825e..754b8ae26 100644 --- a/system/libraries/Xmlrpcs.php +++ b/system/libraries/Xmlrpcs.php @@ -531,4 +531,6 @@ class CI_Xmlrpcs extends CI_Xmlrpc }
// END XML_RPC_Server class
-?>
\ No newline at end of file + +/* End of file Xmlrpcs.php */ +/* Location: ./system/libraries/Xmlrpcs.php */
\ No newline at end of file diff --git a/system/libraries/Zip.php b/system/libraries/Zip.php index f7f47ab42..5a24e4057 100644 --- a/system/libraries/Zip.php +++ b/system/libraries/Zip.php @@ -374,4 +374,6 @@ class CI_Zip { }
}
-?>
\ No newline at end of file + +/* End of file Zip.php */ +/* Location: ./system/libraries/Zip.php */
\ No newline at end of file diff --git a/system/plugins/captcha_pi.php b/system/plugins/captcha_pi.php index 309ef7ea5..ec45309e5 100644 --- a/system/plugins/captcha_pi.php +++ b/system/plugins/captcha_pi.php @@ -351,4 +351,6 @@ function create_captcha($data = '', $img_path = '', $img_url = '', $font_path = return array('word' => $word, 'time' => $now, 'image' => $img);
}
-?>
\ No newline at end of file + +/* End of file captcha_pi.php */ +/* Location: ./system/plugins/captcha_pi.php */
\ No newline at end of file diff --git a/system/plugins/js_calendar_pi.php b/system/plugins/js_calendar_pi.php index 86270cacf..6bb3b3629 100644 --- a/system/plugins/js_calendar_pi.php +++ b/system/plugins/js_calendar_pi.php @@ -624,4 +624,6 @@ function js_calendar_write($field_id, $time = '', $highlight = TRUE) </script>';
}
-?>
\ No newline at end of file + +/* End of file js_calendar_pi.php */ +/* Location: ./system/plugins/js_calendar_pi.php */
\ No newline at end of file diff --git a/system/scaffolding/Scaffolding.php b/system/scaffolding/Scaffolding.php index 64f62a3d6..807a3d76a 100644 --- a/system/scaffolding/Scaffolding.php +++ b/system/scaffolding/Scaffolding.php @@ -286,4 +286,6 @@ class Scaffolding { }
}
-?>
\ No newline at end of file + +/* End of file Scaffolding.php */ +/* Location: ./system/scaffolding/Scaffolding.php */
\ No newline at end of file diff --git a/system/scaffolding/views/add.php b/system/scaffolding/views/add.php index a65e3d745..cbb12f6fb 100644 --- a/system/scaffolding/views/add.php +++ b/system/scaffolding/views/add.php @@ -27,4 +27,6 @@ </form> -<?php $this->load->view('footer'); ?> +<?php $this->load->view('footer'); +/* End of file add.php */ +/* Location: ./system/scaffolding/views/add.php */ diff --git a/system/scaffolding/views/delete.php b/system/scaffolding/views/delete.php index 75a5c21b8..d19542195 100644 --- a/system/scaffolding/views/delete.php +++ b/system/scaffolding/views/delete.php @@ -4,4 +4,6 @@ <p><?php echo $no; ?> | <?php echo $yes; ?> -<?php $this->load->view('footer'); ?> +<?php $this->load->view('footer'); +/* End of file delete.php */ +/* Location: ./system/scaffolding/views/delete.php */ diff --git a/system/scaffolding/views/edit.php b/system/scaffolding/views/edit.php index a7d65c619..fe553e591 100644 --- a/system/scaffolding/views/edit.php +++ b/system/scaffolding/views/edit.php @@ -28,4 +28,6 @@ </form> -<?php $this->load->view('footer'); ?>
\ No newline at end of file +<?php $this->load->view('footer'); +/* End of file edit.php */ +/* Location: ./system/scaffolding/views/edit.php */
\ No newline at end of file diff --git a/system/scaffolding/views/no_data.php b/system/scaffolding/views/no_data.php index dca477e2d..bc81e7480 100644 --- a/system/scaffolding/views/no_data.php +++ b/system/scaffolding/views/no_data.php @@ -3,4 +3,6 @@ <p><?php echo $scaff_no_data; ?></p> <p><?php echo anchor(array($base_uri, 'add'), $scaff_create_record); ?></p> -<?php $this->load->view('footer'); ?>
\ No newline at end of file +<?php $this->load->view('footer'); +/* End of file no_data.php */ +/* Location: ./system/scaffolding/views/no_data.php */
\ No newline at end of file diff --git a/system/scaffolding/views/view.php b/system/scaffolding/views/view.php index e7abda6d9..a81241d39 100644 --- a/system/scaffolding/views/view.php +++ b/system/scaffolding/views/view.php @@ -22,4 +22,6 @@ <?php echo $paginate; ?> -<?php $this->load->view('footer'); ?>
\ No newline at end of file +<?php $this->load->view('footer'); +/* End of file view.php */ +/* Location: ./system/scaffolding/views/view.php */
\ No newline at end of file |