From a3ffbbb75ab9403941e4f810703313432b3993cc Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Sun, 11 May 2008 18:18:29 +0000 Subject: Removed closing PHP tags, replaced with a comment block identifying the end of the file --- system/application/config/autoload.php | 4 +++- system/application/config/config.php | 4 +++- system/application/config/constants.php | 4 +++- system/application/config/database.php | 4 +++- system/application/config/hooks.php | 4 +++- system/application/config/mimes.php | 4 +++- system/application/config/routes.php | 4 +++- system/application/config/smileys.php | 4 +++- system/application/config/user_agents.php | 4 +++- 9 files changed, 27 insertions(+), 9 deletions(-) (limited to 'system/application/config') 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 -- cgit v1.2.3-24-g4f1b