Use URL of caller instead of just 'Internal API'

This commit is contained in:
Mike Koch 2016-01-28 12:32:06 -05:00
parent eed4e4392a
commit 0fecd860e2

View File

@ -177,7 +177,7 @@ function hesk_dbQuery($query)
{
$message = $hesklang['contact_webmaster'] . $hesk_settings['webmaster_email'];
}
mfh_log_error('Internal API', $message, $_SESSION['id']);
mfh_log_error($_SERVER['HTTP_REFERER'], $message, $_SESSION['id']);
header('Content-Type: application/json');
print_error($hesklang['cant_sql'], $message);
die(http_response_code(500));