kritbit

kritbit Commit Details


Date:2015-12-15 21:16:02 (9 years 6 days ago)
Author:Natalie Adams
Branch:master
Commit:c16bc848da4d7de201f2fe38b1ca4c240eb9bad6
Parents: e6efc085eff3621b593f80df93c83b8fb8043162
Message:Adding check to service

Changes:

File differences

web/application/controllers/service.php
2727
2828
2929
30
31
32
33
3034
3135
3236
/** @var \application\models\Jobs $job */
$job = \application\models\Jobs::getByField("id", $jobId)[0];
if (!$job) {
echo "";
return;
}
//decrypt message
$data = json_decode($_POST["data"], true);
$rawMessage = aes_decrypt($job->sharedkey, $data["message"]);

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05774s using 14 queries.