Skip to content

Commit bf216bb

Browse files
committed
fixed typo
1 parent 67ed09f commit bf216bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function send_json($data)
108108
header("Access-Control-Allow-Origin: *");
109109
header('Access-Control-Allow-Methods: POST, GET');
110110
header('Access-Control-Max-Age: 604800');
111-
echo json_encode($datal);
111+
echo json_encode($data);
112112
}
113113
}
114114

0 commit comments

Comments
 (0)