[open-ils-commits] r77 - sitka/trunk/src/cgi-bin

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Dec 3 13:19:20 EST 2008


Author: jamesrf
Date: 2008-12-03 13:19:17 -0500 (Wed, 03 Dec 2008)
New Revision: 77

Modified:
   sitka/trunk/src/cgi-bin/wsdelete.cgi
Log:
WS Deletion tool added

Modified: sitka/trunk/src/cgi-bin/wsdelete.cgi
===================================================================
--- sitka/trunk/src/cgi-bin/wsdelete.cgi	2008-12-03 18:16:21 UTC (rev 76)
+++ sitka/trunk/src/cgi-bin/wsdelete.cgi	2008-12-03 18:19:17 UTC (rev 77)
@@ -1,6 +1,8 @@
 #!/usr/bin/perl
 
-#SECURE YOUR cgi-bin!
+#this tool is useful for environments where a non-technical person needs to change workstation for administrative purposes, such as demonstration or training servers.  It requires a password for the admin account.
+#Remember to secure your cgi-bin.
+#I'd recommend you not give people access to this in production environements unless you're a single-site install
 
 #path to your oils_header file
 require '/openils/var/oils_header.pl';
@@ -76,4 +78,4 @@
 		simplereq( 'open-ils.storage', 
 				'open-ils.storage.transaction.commit' );
 }
-			
\ No newline at end of file
+			



More information about the open-ils-commits mailing list