added permissions for server side print
diff --git a/website/utils.py b/website/utils.py
index 811a40d..b059bea 100644
--- a/website/utils.py
+++ b/website/utils.py
@@ -76,7 +76,10 @@
 			from_cache = True
 
 	if not html:
-		webnotes.connect()
+		from webnotes.auth import HTTPRequest
+		webnotes.http_request = HTTPRequest()
+		
+		#webnotes.connect()
 		html = load_into_cache(page_name)
 		from_cache = False