summaryrefslogtreecommitdiff
path: root/cgi-bin/view
diff options
context:
space:
mode:
authorJules <jules@asdf.us>2014-01-21 13:41:00 -0500
committerJules <jules@asdf.us>2014-01-21 13:41:00 -0500
commit1838a0792e5d4e79584ab6c212d465a99a5a4cad (patch)
tree96a31005bf8276779705d50951a27b372f31f215 /cgi-bin/view
parent7500866755ac545294821ccf2b166ff84db685d8 (diff)
add columns: name, remote_addr
Diffstat (limited to 'cgi-bin/view')
-rwxr-xr-xcgi-bin/view2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi-bin/view b/cgi-bin/view
index 2e9a540..f7435f3 100755
--- a/cgi-bin/view
+++ b/cgi-bin/view
@@ -24,7 +24,7 @@ sub response{
my $res = $json->pretty->encode(shift);
my $callback = shift;
if (defined $callback){
- print $callback + "(" + $res + ")";
+ print $callback . "(" . $res . ")";
}
else {
print $res;