summaryrefslogtreecommitdiff
path: root/rest.pl
diff options
context:
space:
mode:
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;