diff options
Diffstat (limited to 'application/config/database.php')
-rw-r--r-- | application/config/database.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/application/config/database.php b/application/config/database.php index 56bea72aa..c8297796b 100644 --- a/application/config/database.php +++ b/application/config/database.php @@ -1,4 +1,4 @@ -<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); +<?php /** * CodeIgniter * @@ -24,6 +24,8 @@ * @since Version 1.0 * @filesource */ +defined('BASEPATH') OR exit('No direct script access allowed'); + /* | ------------------------------------------------------------------- | DATABASE CONNECTIVITY SETTINGS |