diff options
| author | Jules <jules@asdf.us> | 2014-01-21 13:41:00 -0500 |
|---|---|---|
| committer | Jules <jules@asdf.us> | 2014-01-21 13:41:00 -0500 |
| commit | 1838a0792e5d4e79584ab6c212d465a99a5a4cad (patch) | |
| tree | 96a31005bf8276779705d50951a27b372f31f215 /cgi-bin/view | |
| parent | 7500866755ac545294821ccf2b166ff84db685d8 (diff) | |
add columns: name, remote_addr
Diffstat (limited to 'cgi-bin/view')
| -rwxr-xr-x | cgi-bin/view | 2 |
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; |
