Skip to content

Commit

Permalink
Dev: Remove forbidden BASEPATH check (PSR-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 17, 2018
1 parent 0caa914 commit 07eaff8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions application/controllers/admin/PluginHelper.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php if (!defined('BASEPATH')) {
exit('No direct script access allowed');
}
<?php

/**
* @todo Better name?
Expand Down

0 comments on commit 07eaff8

Please sign in to comment.