Skip to content

Commit

Permalink
Update create_controller.php
Browse files Browse the repository at this point in the history
  • Loading branch information
nurisakbar authored Jun 19, 2023
1 parent 2509798 commit eae0d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions harviacode/core/create_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class " . $c . " extends CI_Controller
function __construct()
{
parent::__construct();
is_login();
//is_login();
\$this->load->model('$m');
\$this->load->library('form_validation');";

Expand Down Expand Up @@ -268,4 +268,4 @@ public function _rules()

$hasil_controller = createFile($string, $target . "controllers/" . $c_file);

?>
?>

0 comments on commit eae0d35

Please sign in to comment.