diff options
author | Andrey Andreev <narf@devilix.net> | 2015-07-20 13:44:40 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-07-20 13:44:40 +0200 |
commit | 58f7cc999223e2094b3990dd7aa349761fd04009 (patch) | |
tree | f19648ed3e65ec5142f678d40aeb10c0c5c375e4 /application/views/errors/cli/error_php.php | |
parent | 2d39cd729dd4143afbfa315615f35d3ea2545c95 (diff) |
[ci skip] Apply changes from PR #3983 to error_exception.php
Diffstat (limited to 'application/views/errors/cli/error_php.php')
-rw-r--r-- | application/views/errors/cli/error_php.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/application/views/errors/cli/error_php.php b/application/views/errors/cli/error_php.php index d977f8464..0ea9109fa 100644 --- a/application/views/errors/cli/error_php.php +++ b/application/views/errors/cli/error_php.php @@ -1,6 +1,4 @@ -<?php -defined('BASEPATH') OR exit('No direct script access allowed'); -?> +<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?> A PHP Error was encountered |