Database refactoring and improving blog comments, blog post history and more
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
}
|
||||
|
||||
function sendMail($recipient, $subject, $template, $templateData) {
|
||||
if(base_url() == 'http://192.168.178.39/') {
|
||||
return;
|
||||
}
|
||||
|
||||
$this->load->library('email');
|
||||
|
||||
$config['mailtype'] = 'html';
|
||||
|
Reference in New Issue
Block a user