diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-22 10:15:01 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-22 10:15:01 +0100 |
commit | 21898a45f323bb74ef6e5ee8cf21c3397467665b (patch) | |
tree | d373ff858e9620c08a790d578d8ff07b745a31fe /application/config/routes.php | |
parent | 4a183078d782016cd1aaa74cb1762718638609b8 (diff) | |
parent | 93d98b611051bf123532a0d30ebe97480ae4a3b4 (diff) |
Merge pull request #3490 from vlakoff/file_endings
[ci skip] Remove closing blocks at end of PHP files
Diffstat (limited to 'application/config/routes.php')
-rw-r--r-- | application/config/routes.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/config/routes.php b/application/config/routes.php index b5fd8a0d2..6b2bf71a9 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -88,6 +88,3 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $route['default_controller'] = 'welcome'; $route['404_override'] = ''; $route['translate_uri_dashes'] = FALSE; - -/* End of file routes.php */ -/* Location: ./application/config/routes.php */
\ No newline at end of file |