Skip to content

Commit

Permalink
Update ci_start.sublime-snippet
Browse files Browse the repository at this point in the history
Alterações de acordo com versão 3.x.
  • Loading branch information
RECOHA committed May 6, 2015
1 parent 7e2002c commit 3d75e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci_start.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<snippet>
<content><![CDATA[
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$0
Expand Down

0 comments on commit 3d75e37

Please sign in to comment.