Test Setup Failed
Push — master ( d38d55...cf92d1 )
by Joël
02:02
created
config/gettext.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
1
-<?php  if ( ! defined('BASEPATH')) exit('No direct script access allowed');
1
+<?php  if ( ! defined('BASEPATH')) {
2
+    exit('No direct script access allowed');
3
+}
2 4
 
3 5
 // Gettext catalog codeset
4 6
 $config['gettext_catalog_codeset'] = 'UTF-8';
Please login to merge, or discard this patch.
libraries/Gettext.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,6 @@
 block discarded – undo
1
-<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
1
+<?php if ( ! defined('BASEPATH')) {
2
+    exit('No direct script access allowed');
3
+}
2 4
 
3 5
 /**
4 6
  * Codeigniter PHP framework library class for dealing with gettext.
Please login to merge, or discard this patch.