[Mapbender-commits] r5943 - branches/3_dev/http/plugins
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Sun Apr 11 11:13:57 EDT 2010
Author: astrid_emde
Date: 2010-04-11 11:13:55 -0400 (Sun, 11 Apr 2010)
New Revision: 5943
Modified:
branches/3_dev/http/plugins/mod_confirmLogin.php
Log:
Modified: branches/3_dev/http/plugins/mod_confirmLogin.php
===================================================================
--- branches/3_dev/http/plugins/mod_confirmLogin.php 2010-04-11 14:58:05 UTC (rev 5942)
+++ branches/3_dev/http/plugins/mod_confirmLogin.php 2010-04-11 15:13:55 UTC (rev 5943)
@@ -125,7 +125,7 @@
$.post("../plugins/mod_confirmLogin_server.php", parameters, function (json, status) {
if(status == 'success') {
if (json == 'true') {
- var $loginHref = $("<div style='margin-top:20px'><?php echo _mb("Your password has been saved."); ?><a href='../frames/login.php'>Login</a></div");
+ var $loginHref = $("<div style='margin-top:20px'><?php echo _mb("Your password has been saved."); ?><a href='<?php echo LOGIN; ?>'>Login</a></div");
$loginHref.appendTo("#contentDiv");
}
else {
More information about the Mapbender_commits
mailing list