summaryrefslogtreecommitdiff
path: root/authtoken.json
diff options
context:
space:
mode:
Diffstat (limited to 'authtoken.json')
-rwxr-xr-x[-rw-r--r--]authtoken.json13
1 files changed, 9 insertions, 4 deletions
diff --git a/authtoken.json b/authtoken.json
index 4722a17..96342ef 100644..100755
--- a/authtoken.json
+++ b/authtoken.json
@@ -1,4 +1,9 @@
-{
- "username": "test",
- "token": "SDLIIBqCypa3bIRQEv9GMAPF4GHqelBD"
-}
+#!/usr/bin/perl
+
+print "Content-type: text/plain\n\n";
+print "mod_perl 2.0 rocks!\n";
+
+//{
+// "username": "test",
+// "token": "SDLIIBqCypa3bIRQEv9GMAPF4GHqelBD"
+//}