Skip to content

Commit

Permalink
Update Inspection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 26, 2024
1 parent d3d9f59 commit 746443c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1075,5 +1075,14 @@ private function _checksignature($inspid) {
}

}

public function emailsend() {

$this->load->library('email');
print_r($config);

}


}

0 comments on commit 746443c

Please sign in to comment.