summaryrefslogtreecommitdiffstats
path: root/application/config/memcached.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/config/memcached.php')
-rw-r--r--application/config/memcached.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/config/memcached.php b/application/config/memcached.php
index 0499c66b5..373536d44 100644
--- a/application/config/memcached.php
+++ b/application/config/memcached.php
@@ -1,4 +1,4 @@
-<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
+<?php
/**
* CodeIgniter
*
@@ -24,6 +24,7 @@
* @since Version 2.0
* @filesource
*/
+defined('BASEPATH') OR exit('No direct script access allowed');
/*
| -------------------------------------------------------------------------