Revision: 50624
Author:   kim
Date:     2009-05-15 11:08:14 +0000 (Fri, 15 May 2009)

Log Message:
-----------
* fix: default use of  http://localhost/~<user>/public_html  forgot a /

Modified Paths:
--------------
    trunk/testing/installer/settings_handler.py

Modified: trunk/testing/installer/settings_handler.py
===================================================================
--- trunk/testing/installer/settings_handler.py 2009-05-15 10:42:25 UTC (rev 
50623)
+++ trunk/testing/installer/settings_handler.py 2009-05-15 11:08:14 UTC (rev 
50624)
@@ -37,7 +37,7 @@
 
 
 # base scriptpath for every installation (ie, where to reach the above over 
the web)
-base_scriptpath="~"+getpass.getuser()+"/revisions/"
+base_scriptpath="/~"+getpass.getuser()+"/revisions/"
 
 # where to install the toolkit
 toolkit_dir=os.path.split(installerdir)[0]



_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to