Skip to content

Commit 7d765a0

Browse files
committed
refactor: move "No direct script access allowed" check below the header comment
1 parent 8e1bfaf commit 7d765a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Twig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?php
2-
defined('BASEPATH') or exit('No direct script access allowed');
32
/**
43
* Part of CodeIgniter Simple and Secure Twig
54
*
@@ -8,6 +7,7 @@
87
* @copyright 2015 Kenji Suzuki
98
* @link https://github.com/kenjis/codeigniter-ss-twig
109
*/
10+
defined('BASEPATH') OR exit('No direct script access allowed');
1111

1212
// If you don't use Composer, uncomment below
1313
/*

0 commit comments

Comments
 (0)