Skip to content

Commit 547fd26

Browse files
author
Till Brehm
committed
Update ajax_get_json.php
1 parent 3372811 commit 547fd26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/dns/ajax_get_json.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
$app->auth->check_module_permissions('dns');
3636

3737
$type = $_GET["type"];
38-
$ca_id = $_GET['ca_id'];
38+
$ca_id = $app->functions->intval($_GET['ca_id']);
3939

4040
if($type == 'get_ipv4'){
4141
$result = array();

0 commit comments

Comments
 (0)