svn commit: lorikeet r430 - in trunk/sangria/src/LatestDesign: cgi docs

amit at samba.org amit at samba.org
Sat Aug 20 07:19:31 GMT 2005


Author: amit
Date: 2005-08-20 07:19:31 +0000 (Sat, 20 Aug 2005)
New Revision: 430

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=430

Log:
import path fixed in printshare_result.cgi
Modified:
   trunk/sangria/src/LatestDesign/cgi/printshare_result.cgi
   trunk/sangria/src/LatestDesign/docs/HOW-TO.TXT


Changeset:
Modified: trunk/sangria/src/LatestDesign/cgi/printshare_result.cgi
===================================================================
--- trunk/sangria/src/LatestDesign/cgi/printshare_result.cgi	2005-08-19 13:36:29 UTC (rev 429)
+++ trunk/sangria/src/LatestDesign/cgi/printshare_result.cgi	2005-08-20 07:19:31 UTC (rev 430)
@@ -8,7 +8,7 @@
 sys.stderr = sys.stdout
 
 
-sys.path.append('/home/amit/test/new/classes/ServerObjects')
+sys.path.append('../classes/ServerObjects')
 from PrintShareClass import PrintShare
 
 form = cgi.FieldStorage()

Modified: trunk/sangria/src/LatestDesign/docs/HOW-TO.TXT
===================================================================
--- trunk/sangria/src/LatestDesign/docs/HOW-TO.TXT	2005-08-19 13:36:29 UTC (rev 429)
+++ trunk/sangria/src/LatestDesign/docs/HOW-TO.TXT	2005-08-20 07:19:31 UTC (rev 430)
@@ -45,13 +45,11 @@
 						Password = root
 
 	
-3>  open your browser
+3>  http://my.computer.name/cgi-bin/cgi/index.cgi
 
-4>  http://my.computer.name/cgi-bin/cgi/index.cgi
 
 
 
-
 Regarding the CGI - Scripts 
 
 index.cgi would have the following options



More information about the samba-cvs mailing list