diff options
Diffstat (limited to 'authtoken.json')
-rwxr-xr-x | authtoken.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/authtoken.json b/authtoken.json index 7112b43..4252d93 100755 --- a/authtoken.json +++ b/authtoken.json @@ -1,5 +1,8 @@ #!/usr/bin/perl +use strict; +use warnings; + print "Content-type: application/json\n\n"; print "{\n"; |