Removed closing PHP tags, replaced with a comment block identifying the end of the file
diff --git a/index.php b/index.php
index ebf696e..970f292 100644
--- a/index.php
+++ b/index.php
@@ -113,4 +113,6 @@
|
*/
require_once BASEPATH.'codeigniter/CodeIgniter'.EXT;
-?>
\ No newline at end of file
+
+/* End of file index.php */
+/* Location: ./index.php */
\ No newline at end of file
diff --git a/system/application/config/autoload.php b/system/application/config/autoload.php
index 2dfbe42..e3e76d5 100644
--- a/system/application/config/autoload.php
+++ b/system/application/config/autoload.php
@@ -122,4 +122,6 @@
// $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 24fbb4b..c931273 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -311,4 +311,6 @@
$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 3f79756..020baa2 100644
--- a/system/application/config/constants.php
+++ b/system/application/config/constants.php
@@ -36,4 +36,6 @@
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 6973c5a..e8eebef 100644
--- a/system/application/config/database.php
+++ b/system/application/config/database.php
@@ -50,4 +50,6 @@
$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 f0a0d6e..b13ce6c 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 7f5f208..f3bfe87 100644
--- a/system/application/config/mimes.php
+++ b/system/application/config/mimes.php
@@ -99,4 +99,6 @@
);
-?>
\ 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 1395b7a..5cd3cca 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 a227d8b..5968f37 100644
--- a/system/application/config/smileys.php
+++ b/system/application/config/smileys.php
@@ -61,4 +61,6 @@
':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 08a665f..4a59ab6 100644
--- a/system/application/config/user_agents.php
+++ b/system/application/config/user_agents.php
@@ -100,4 +100,6 @@
);
-?>
\ 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 7f7296d..20d4885 100644
--- a/system/application/controllers/welcome.php
+++ b/system/application/controllers/welcome.php
@@ -12,4 +12,6 @@
$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 577977c..178b1b8 100644
--- a/system/codeigniter/Base4.php
+++ b/system/codeigniter/Base4.php
@@ -64,4 +64,6 @@
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 c731a00..8f94165 100644
--- a/system/codeigniter/Base5.php
+++ b/system/codeigniter/Base5.php
@@ -51,4 +51,6 @@
}
-?>
\ 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 75332e6..642ff78 100644
--- a/system/codeigniter/CodeIgniter.php
+++ b/system/codeigniter/CodeIgniter.php
@@ -273,4 +273,6 @@
}
-?>
\ 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 c5c548c..d4c88c1 100644
--- a/system/codeigniter/Common.php
+++ b/system/codeigniter/Common.php
@@ -295,4 +295,6 @@
}
-?>
\ 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 8537432..1f01ca8 100644
--- a/system/codeigniter/Compat.php
+++ b/system/codeigniter/Compat.php
@@ -91,4 +91,6 @@
// --------------------------------------------------------------------
-?>
\ 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 8efe055..d603805 100644
--- a/system/database/DB.php
+++ b/system/database/DB.php
@@ -120,4 +120,6 @@
}
-?>
\ 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 49d4387..a4ef2e4 100644
--- a/system/database/DB_active_rec.php
+++ b/system/database/DB_active_rec.php
@@ -1749,4 +1749,6 @@
}
}
-?>
\ 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 982725a..21113af 100644
--- a/system/database/DB_cache.php
+++ b/system/database/DB_cache.php
@@ -186,4 +186,6 @@
}
-?>
\ 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 a5ca75d..c296d4c 100644
--- a/system/database/DB_driver.php
+++ b/system/database/DB_driver.php
@@ -1145,4 +1145,6 @@
}
-?>
\ 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 2ddb21b..d7259c0 100644
--- a/system/database/DB_forge.php
+++ b/system/database/DB_forge.php
@@ -341,4 +341,6 @@
}
}
-?>
\ 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 cfe9d2a..b98d7a9 100644
--- a/system/database/DB_result.php
+++ b/system/database/DB_result.php
@@ -338,4 +338,6 @@
}
// 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 11f1fb4..5d4c2de 100644
--- a/system/database/DB_utility.php
+++ b/system/database/DB_utility.php
@@ -384,4 +384,6 @@
}
-?>
\ 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 6e67c57..f789634 100644
--- a/system/database/drivers/mssql/mssql_driver.php
+++ b/system/database/drivers/mssql/mssql_driver.php
@@ -641,4 +641,6 @@
}
-?>
\ 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 63063f2..d42fd5e 100644
--- a/system/database/drivers/mssql/mssql_forge.php
+++ b/system/database/drivers/mssql/mssql_forge.php
@@ -235,4 +235,6 @@
}
}
-?>
\ 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 c95fd91..fded4cf 100644
--- a/system/database/drivers/mssql/mssql_result.php
+++ b/system/database/drivers/mssql/mssql_result.php
@@ -170,4 +170,6 @@
}
-?>
\ 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 87f8196..75a8fb4 100644
--- a/system/database/drivers/mssql/mssql_utility.php
+++ b/system/database/drivers/mssql/mssql_utility.php
@@ -118,4 +118,6 @@
}
-?>
\ 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 f15983d..397af02 100644
--- a/system/database/drivers/mysql/mysql_driver.php
+++ b/system/database/drivers/mysql/mysql_driver.php
@@ -649,4 +649,6 @@
}
-?>
\ 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 4eb449e..6701c42 100644
--- a/system/database/drivers/mysql/mysql_forge.php
+++ b/system/database/drivers/mysql/mysql_forge.php
@@ -238,4 +238,6 @@
}
}
-?>
\ 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 9e6a3c3..01b57e1 100644
--- a/system/database/drivers/mysql/mysql_result.php
+++ b/system/database/drivers/mysql/mysql_result.php
@@ -170,4 +170,6 @@
}
-?>
\ 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 dc8fd08..0804f29 100644
--- a/system/database/drivers/mysql/mysql_utility.php
+++ b/system/database/drivers/mysql/mysql_utility.php
@@ -249,4 +249,6 @@
}
}
-?>
\ 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 a196f75..c993e33 100644
--- a/system/database/drivers/mysqli/mysqli_driver.php
+++ b/system/database/drivers/mysqli/mysqli_driver.php
@@ -645,4 +645,6 @@
}
-?>
\ 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 e6bc009..087f9b8 100644
--- a/system/database/drivers/mysqli/mysqli_forge.php
+++ b/system/database/drivers/mysqli/mysqli_forge.php
@@ -238,4 +238,6 @@
}
}
-?>
\ 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 692d4f7..6b42d35 100644
--- a/system/database/drivers/mysqli/mysqli_result.php
+++ b/system/database/drivers/mysqli/mysqli_result.php
@@ -170,4 +170,6 @@
}
-?>
\ 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 4ab2bb1..24b05b7 100644
--- a/system/database/drivers/mysqli/mysqli_utility.php
+++ b/system/database/drivers/mysqli/mysqli_utility.php
@@ -118,4 +118,6 @@
}
}
-?>
\ 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 8fc2044..3670959 100644
--- a/system/database/drivers/oci8/oci8_driver.php
+++ b/system/database/drivers/oci8/oci8_driver.php
@@ -761,4 +761,6 @@
}
-?>
\ 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 a3940ae..64dd2a2 100644
--- a/system/database/drivers/oci8/oci8_forge.php
+++ b/system/database/drivers/oci8/oci8_forge.php
@@ -232,4 +232,6 @@
}
-?>
\ 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 30dd0da..416c57d 100644
--- a/system/database/drivers/oci8/oci8_result.php
+++ b/system/database/drivers/oci8/oci8_result.php
@@ -248,4 +248,6 @@
}
-?>
\ 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 117f8e6..93eaa22 100644
--- a/system/database/drivers/oci8/oci8_utility.php
+++ b/system/database/drivers/oci8/oci8_utility.php
@@ -117,4 +117,6 @@
}
}
-?>
\ 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 20e34ec..4511592 100644
--- a/system/database/drivers/odbc/odbc_driver.php
+++ b/system/database/drivers/odbc/odbc_driver.php
@@ -613,4 +613,6 @@
}
-?>
\ 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 66e1722..fb011f2 100644
--- a/system/database/drivers/odbc/odbc_forge.php
+++ b/system/database/drivers/odbc/odbc_forge.php
@@ -253,4 +253,6 @@
}
-?>
\ 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 dd3f923..4acfb05 100644
--- a/system/database/drivers/odbc/odbc_result.php
+++ b/system/database/drivers/odbc/odbc_result.php
@@ -229,4 +229,6 @@
}
-?>
\ 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 f74d031..ac8b5d8 100644
--- a/system/database/drivers/odbc/odbc_utility.php
+++ b/system/database/drivers/odbc/odbc_utility.php
@@ -143,4 +143,6 @@
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 46ba1d0..4fd92f0 100644
--- a/system/database/drivers/postgre/postgre_driver.php
+++ b/system/database/drivers/postgre/postgre_driver.php
@@ -641,4 +641,6 @@
}
-?>
\ 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 72a6174..fb4fcf1 100644
--- a/system/database/drivers/postgre/postgre_forge.php
+++ b/system/database/drivers/postgre/postgre_forge.php
@@ -235,4 +235,6 @@
}
-?>
\ 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 fdce01a..25360b3 100644
--- a/system/database/drivers/postgre/postgre_result.php
+++ b/system/database/drivers/postgre/postgre_result.php
@@ -170,4 +170,6 @@
}
-?>
\ 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 573654f..17df599 100644
--- a/system/database/drivers/postgre/postgre_utility.php
+++ b/system/database/drivers/postgre/postgre_utility.php
@@ -119,4 +119,6 @@
}
-?>
\ 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 70148f3..cb53ad9 100644
--- a/system/database/drivers/sqlite/sqlite_driver.php
+++ b/system/database/drivers/sqlite/sqlite_driver.php
@@ -656,4 +656,6 @@
}
-?>
\ 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 44950bf..8a1a4da 100644
--- a/system/database/drivers/sqlite/sqlite_forge.php
+++ b/system/database/drivers/sqlite/sqlite_forge.php
@@ -231,4 +231,6 @@
}
}
-?>
\ 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 b8f3dc5..72c93fd 100644
--- a/system/database/drivers/sqlite/sqlite_result.php
+++ b/system/database/drivers/sqlite/sqlite_result.php
@@ -180,4 +180,6 @@
}
-?>
\ 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 ab58f8f..c85e365 100644
--- a/system/database/drivers/sqlite/sqlite_utility.php
+++ b/system/database/drivers/sqlite/sqlite_utility.php
@@ -136,4 +136,6 @@
}
}
-?>
\ 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 8ae4482..837e41f 100644
--- a/system/helpers/array_helper.php
+++ b/system/helpers/array_helper.php
@@ -73,4 +73,6 @@
}
}
-?>
\ 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 0d21464..076f677 100644
--- a/system/helpers/compatibility_helper.php
+++ b/system/helpers/compatibility_helper.php
@@ -493,4 +493,6 @@
}
}
-?>
\ 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 75c769e..7b8989e 100644
--- a/system/helpers/cookie_helper.php
+++ b/system/helpers/cookie_helper.php
@@ -131,4 +131,6 @@
}
}
-?>
\ 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 004cfb1..c4f0e9a 100644
--- a/system/helpers/date_helper.php
+++ b/system/helpers/date_helper.php
@@ -596,4 +596,6 @@
}
}
-?>
\ 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 25c16c1..7af4d1e 100644
--- a/system/helpers/directory_helper.php
+++ b/system/helpers/directory_helper.php
@@ -75,4 +75,6 @@
}
}
-?>
\ 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 284c6c9..2096fd8 100644
--- a/system/helpers/download_helper.php
+++ b/system/helpers/download_helper.php
@@ -95,4 +95,6 @@
}
}
-?>
\ 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 307f3b5..594a030 100644
--- a/system/helpers/email_helper.php
+++ b/system/helpers/email_helper.php
@@ -57,4 +57,6 @@
}
}
-?>
\ 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 bdde2d5..fac916f 100644
--- a/system/helpers/file_helper.php
+++ b/system/helpers/file_helper.php
@@ -87,7 +87,7 @@
{
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 @@
}
}
-?>
\ 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 c9a6897..541ab84 100644
--- a/system/helpers/form_helper.php
+++ b/system/helpers/form_helper.php
@@ -610,4 +610,6 @@
}
}
-?>
\ 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 4e86465..592c33a 100644
--- a/system/helpers/html_helper.php
+++ b/system/helpers/html_helper.php
@@ -351,4 +351,6 @@
}
}
-?>
\ 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 bf70a67..b0b99be 100644
--- a/system/helpers/inflector_helper.php
+++ b/system/helpers/inflector_helper.php
@@ -164,4 +164,6 @@
}
}
-?>
\ 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 6abff06..05bbd00 100644
--- a/system/helpers/path_helper.php
+++ b/system/helpers/path_helper.php
@@ -67,4 +67,6 @@
}
}
-?>
\ 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 edb6ebb..0dc1429 100644
--- a/system/helpers/security_helper.php
+++ b/system/helpers/security_helper.php
@@ -121,4 +121,6 @@
}
}
-?>
\ 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 81c6b91..2162ddd 100644
--- a/system/helpers/smiley_helper.php
+++ b/system/helpers/smiley_helper.php
@@ -170,4 +170,6 @@
}
}
-?>
\ 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 f68f44a..b934723 100644
--- a/system/helpers/string_helper.php
+++ b/system/helpers/string_helper.php
@@ -268,4 +268,6 @@
}
}
-?>
\ 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 df3c89e..2d03699 100644
--- a/system/helpers/text_helper.php
+++ b/system/helpers/text_helper.php
@@ -436,4 +436,6 @@
}
}
-?>
\ 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 8807160..78ade5c 100644
--- a/system/helpers/typography_helper.php
+++ b/system/helpers/typography_helper.php
@@ -542,4 +542,6 @@
}
-?>
\ 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 d702f6b..32d2da8 100644
--- a/system/helpers/url_helper.php
+++ b/system/helpers/url_helper.php
@@ -532,4 +532,6 @@
}
}
-?>
\ 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 5aa6de9..b916644 100644
--- a/system/helpers/xml_helper.php
+++ b/system/helpers/xml_helper.php
@@ -57,4 +57,6 @@
}
}
-?>
\ 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 9ee4a5e..107c0f7 100644
--- a/system/language/english/calendar_lang.php
+++ b/system/language/english/calendar_lang.php
@@ -46,4 +46,6 @@
$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 6b18aa7..93989eb 100644
--- a/system/language/english/date_lang.php
+++ b/system/language/english/date_lang.php
@@ -46,4 +46,6 @@
$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 1e79a70..6c053a1 100644
--- a/system/language/english/db_lang.php
+++ b/system/language/english/db_lang.php
@@ -22,4 +22,6 @@
$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 f026865..3e94bf3 100644
--- a/system/language/english/email_lang.php
+++ b/system/language/english/email_lang.php
@@ -18,4 +18,6 @@
$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 da744fe..e014028 100644
--- a/system/language/english/ftp_lang.php
+++ b/system/language/english/ftp_lang.php
@@ -12,4 +12,6 @@
$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 520f17f..4baf971 100644
--- a/system/language/english/imglib_lang.php
+++ b/system/language/english/imglib_lang.php
@@ -18,4 +18,6 @@
$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 219a838..e60304b 100644
--- a/system/language/english/profiler_lang.php
+++ b/system/language/english/profiler_lang.php
@@ -12,4 +12,6 @@
$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 96fe167..c4d54d5 100644
--- a/system/language/english/scaffolding_lang.php
+++ b/system/language/english/scaffolding_lang.php
@@ -12,4 +12,6 @@
$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 a33cad5..26fc21a 100644
--- a/system/language/english/unit_test_lang.php
+++ b/system/language/english/unit_test_lang.php
@@ -19,4 +19,6 @@
$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 fa6d7c9..5f7d449 100644
--- a/system/language/english/upload_lang.php
+++ b/system/language/english/upload_lang.php
@@ -17,4 +17,6 @@
$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 1e9ec2c..f26115f 100644
--- a/system/language/english/validation_lang.php
+++ b/system/language/english/validation_lang.php
@@ -15,4 +15,6 @@
$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 323d966..f83e864 100644
--- a/system/libraries/Benchmark.php
+++ b/system/libraries/Benchmark.php
@@ -108,4 +108,6 @@
}
// 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 e9621fe..fbb275c 100644
--- a/system/libraries/Calendar.php
+++ b/system/libraries/Calendar.php
@@ -472,4 +472,6 @@
}
// 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 73f1986..f3ae763 100644
--- a/system/libraries/Config.php
+++ b/system/libraries/Config.php
@@ -242,4 +242,6 @@
}
// 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 4957fc3..1a1e3df 100644
--- a/system/libraries/Controller.php
+++ b/system/libraries/Controller.php
@@ -121,4 +121,6 @@
}
// 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 aa08971..d32928a 100644
--- a/system/libraries/Email.php
+++ b/system/libraries/Email.php
@@ -1848,4 +1848,6 @@
}
// 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 9a784d2..4b13efd 100644
--- a/system/libraries/Encrypt.php
+++ b/system/libraries/Encrypt.php
@@ -481,4 +481,6 @@
}
// 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 7c96405..4287590 100644
--- a/system/libraries/Exceptions.php
+++ b/system/libraries/Exceptions.php
@@ -167,4 +167,6 @@
}
// 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 74b7728..01354cf 100644
--- a/system/libraries/Ftp.php
+++ b/system/libraries/Ftp.php
@@ -613,4 +613,6 @@
}
// 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 a41320c..d7637c3 100644
--- a/system/libraries/Hooks.php
+++ b/system/libraries/Hooks.php
@@ -221,4 +221,6 @@
}
// 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 c236e39..0750b64 100644
--- a/system/libraries/Image_lib.php
+++ b/system/libraries/Image_lib.php
@@ -1533,4 +1533,6 @@
}
// 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 8a0478b..ee7e9ad 100644
--- a/system/libraries/Input.php
+++ b/system/libraries/Input.php
@@ -923,4 +923,6 @@
}
// 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 a8e6366..aacc6c1 100644
--- a/system/libraries/Language.php
+++ b/system/libraries/Language.php
@@ -118,4 +118,6 @@
}
// 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 5966aeb..6875980 100644
--- a/system/libraries/Loader.php
+++ b/system/libraries/Loader.php
@@ -1027,4 +1027,6 @@
}
}
-?>
\ 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 26757ba..22b5059 100644
--- a/system/libraries/Log.php
+++ b/system/libraries/Log.php
@@ -115,4 +115,6 @@
}
// 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 e87d604..1e7b9a1 100644
--- a/system/libraries/Model.php
+++ b/system/libraries/Model.php
@@ -79,4 +79,6 @@
}
// 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 d513a12..f76550e 100644
--- a/system/libraries/Output.php
+++ b/system/libraries/Output.php
@@ -383,4 +383,6 @@
}
// 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 e121203..c3f6bd8 100644
--- a/system/libraries/Pagination.php
+++ b/system/libraries/Pagination.php
@@ -215,4 +215,6 @@
}
}
// 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 417e04f..f260b2e 100644
--- a/system/libraries/Parser.php
+++ b/system/libraries/Parser.php
@@ -168,4 +168,6 @@
}
// 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 807c1af..fe4fb6d 100644
--- a/system/libraries/Profiler.php
+++ b/system/libraries/Profiler.php
@@ -340,4 +340,6 @@
}
// 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 6bb8551..3b2520d 100644
--- a/system/libraries/Router.php
+++ b/system/libraries/Router.php
@@ -374,4 +374,6 @@
}
// 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 d4fdd3a..ce1b75e 100644
--- a/system/libraries/Session.php
+++ b/system/libraries/Session.php
@@ -649,4 +649,6 @@
}
// 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 6bb8911..a7b9b98 100644
--- a/system/libraries/Sha1.php
+++ b/system/libraries/Sha1.php
@@ -246,4 +246,6 @@
}
}
// 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 01b490a..f4df02e 100644
--- a/system/libraries/Table.php
+++ b/system/libraries/Table.php
@@ -435,4 +435,6 @@
}
-?>
\ 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 3e1c202..41ac5fc 100644
--- a/system/libraries/Trackback.php
+++ b/system/libraries/Trackback.php
@@ -545,4 +545,6 @@
}
// 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 8ee888a..26a7b4a 100644
--- a/system/libraries/URI.php
+++ b/system/libraries/URI.php
@@ -586,4 +586,6 @@
}
// 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 3cdf45f..2fb2bbd 100644
--- a/system/libraries/Unit_test.php
+++ b/system/libraries/Unit_test.php
@@ -340,4 +340,6 @@
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 317cf95..07cbd92 100644
--- a/system/libraries/Upload.php
+++ b/system/libraries/Upload.php
@@ -875,4 +875,6 @@
}
// 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 dd60a56..ee18392 100644
--- a/system/libraries/User_agent.php
+++ b/system/libraries/User_agent.php
@@ -497,4 +497,6 @@
}
-?>
\ 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 f628d86..8796d7f 100644
--- a/system/libraries/Validation.php
+++ b/system/libraries/Validation.php
@@ -805,4 +805,6 @@
}
// 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 f8ad017..b8ac3be 100644
--- a/system/libraries/Xmlrpc.php
+++ b/system/libraries/Xmlrpc.php
@@ -1416,4 +1416,6 @@
}
// 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 7a4bc82..754b8ae 100644
--- a/system/libraries/Xmlrpcs.php
+++ b/system/libraries/Xmlrpcs.php
@@ -531,4 +531,6 @@
}
// 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 f7f47ab..5a24e40 100644
--- a/system/libraries/Zip.php
+++ b/system/libraries/Zip.php
@@ -374,4 +374,6 @@
}
}
-?>
\ 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 309ef7e..ec45309 100644
--- a/system/plugins/captcha_pi.php
+++ b/system/plugins/captcha_pi.php
@@ -351,4 +351,6 @@
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 86270ca..6bb3b36 100644
--- a/system/plugins/js_calendar_pi.php
+++ b/system/plugins/js_calendar_pi.php
@@ -624,4 +624,6 @@
</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 64f62a3..807a3d7 100644
--- a/system/scaffolding/Scaffolding.php
+++ b/system/scaffolding/Scaffolding.php
@@ -286,4 +286,6 @@
}
}
-?>
\ 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 a65e3d7..cbb12f6 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 75a5c21..d195421 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 a7d65c6..fe553e5 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 dca477e..bc81e74 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 e7abda6..a81241d 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