We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e1bfaf commit 7d765a0Copy full SHA for 7d765a0
libraries/Twig.php
@@ -1,5 +1,4 @@
1
<?php
2
-defined('BASEPATH') or exit('No direct script access allowed');
3
/**
4
* Part of CodeIgniter Simple and Secure Twig
5
*
@@ -8,6 +7,7 @@
8
7
* @copyright 2015 Kenji Suzuki
9
* @link https://github.com/kenjis/codeigniter-ss-twig
10
*/
+defined('BASEPATH') OR exit('No direct script access allowed');
11
12
// If you don't use Composer, uncomment below
13
/*
0 commit comments