芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/status.pulsehost.co.uk/app/controllers/Incidents.php
where('user_id', $this->user->user_id)->where('incident_id', $_POST['incident_id'])->update('incidents', [ 'comment' => $_POST['comment'], ]); /* Set a nice success message */ Response::json(l('global.success_message.update2'), 'success', ['comment' => $_POST['comment'], 'incident_id' => $_POST['incident_id']]); } }