summaryrefslogtreecommitdiff
path: root/rest.pl
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-26 18:00:56 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2007-04-26 18:00:56 +0000
commit666fd833584fe2e3618a397fe9d9a9bdf4c5b94b (patch)
tree19c4444705fd7f7803e0d7b597659c11d7e85b73 /rest.pl
parent2edd2e4de0f08a0a5f23647ea715f279671a0b89 (diff)
Doing a simple Perltidy commit so that I can evaluate differences between the branches and make sure patches are up to date
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1103 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'rest.pl')
-rwxr-xr-xrest.pl6
1 files changed, 4 insertions, 2 deletions
diff --git a/rest.pl b/rest.pl
index 27618202..9b1330de 100755
--- a/rest.pl
+++ b/rest.pl
@@ -4,8 +4,10 @@ use LedgerSMB::RESTXML::Handler;
# To Enable the REST API, Delete these 5 lines.
print "Content-type: text/plain\n\n";
-print "REST API disabled by default until authentication is working correctly\n";
-print "If you understand the security implications of this, and wish to enable the REST api\n";
+print
+ "REST API disabled by default until authentication is working correctly\n";
+print
+"If you understand the security implications of this, and wish to enable the REST api\n";
print "Then open rest.pl, and remove these 5 lines";
exit;