Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hungnguyenhp committed Sep 10, 2021
1 parent 261be15 commit 74dada9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion hungng/HungNG_Lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');

/**
* Language Class extension.
Expand Down
2 changes: 0 additions & 2 deletions hungng/HungNG_Loader.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
(defined('BASEPATH')) or exit('No direct script access allowed');

/* load the MX_Loader class */
require_once __DIR__ . '/../thirdParty/MX/Loader.php';

Expand Down
1 change: 0 additions & 1 deletion hungng/HungNG_Model.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?php
defined('BASEPATH') or exit('No direct script access allowed');
/**
* Created by PhpStorm.
* User: hungna
Expand Down
2 changes: 0 additions & 2 deletions hungng/HungNG_Router.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
(defined('BASEPATH')) or exit('No direct script access allowed');

/* load the MX_Router class */
require_once __DIR__ . '/../thirdParty/MX/Router.php';

Expand Down

0 comments on commit 74dada9

Please sign in to comment.