diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-03-26 12:42:36 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-03-26 12:42:36 +0200 |
commit | e734b38e0f4cde3ebe17cdb1844faa0129fe8b11 (patch) | |
tree | 7af268ff4e0433eb0824e19c319ee894c9940fc4 /application/config/user_agents.php | |
parent | 401e4c9f1dc0492c09ad67393d8d1d0916a98ce2 (diff) |
Clear some spaces and fix some inconsistencies in application/ php files
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r-- | application/config/user_agents.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php index 0baa25220..60f256e01 100644 --- a/application/config/user_agents.php +++ b/application/config/user_agents.php @@ -1,4 +1,4 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); +<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); /** * CodeIgniter * @@ -211,4 +211,4 @@ $robots = array( ); /* End of file user_agents.php */ -/* Location: ./application/config/user_agents.php */ +/* Location: ./application/config/user_agents.php */
\ No newline at end of file |