summaryrefslogtreecommitdiffstats
path: root/application/config/user_agents.php
diff options
context:
space:
mode:
authordarwinel <kmorssink@gmail.com>2014-02-11 20:13:22 +0100
committerdarwinel <kmorssink@gmail.com>2014-02-11 20:13:22 +0100
commitd8bef8a878238c6974f01758469af1c13ac8b8d7 (patch)
treee7e399fd3703b0457d072726d2b837e43d43660c /application/config/user_agents.php
parent25f119cef588a01651cec7c59d3b03924b2dd81c (diff)
"BASEPATH check" consistency
As described in issue #2870 + A change in the „How to create a library” example in the user_guide
Diffstat (limited to 'application/config/user_agents.php')
-rw-r--r--application/config/user_agents.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/user_agents.php b/application/config/user_agents.php
index d34ff3515..69b91fff5 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
/**
* CodeIgniter
*
@@ -24,6 +24,7 @@
* @since Version 1.0
* @filesource
*/
+defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------