1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-16 20:41:27 +02:00

Fixes #898 - Incorrect path to admin area.

This commit is contained in:
Cameron
2015-02-19 16:54:43 -08:00
parent 572c1906e0
commit ce5137fc6e
2 changed files with 7 additions and 2 deletions

View File

@@ -1481,9 +1481,14 @@ $text .= "
$text .= $frm->option($v_title, $v, ($pref['user_reg_veri'] == $v));
}
$srch = array('[', ']');
$repl = array("<a href='".e_ADMIN_ABS."notify.php'>", '</a>');
$PRFLAN_154a = str_replace($srch,$repl, PRFLAN_154a);
$text .= "
</select>
<div class='field-help'>".PRFLAN_154a."</div>
<div class='field-help'>".$PRFLAN_154a."</div>
</td>
</tr>

View File

@@ -198,7 +198,7 @@ define("PRFLAN_198", "If disabled, user has to explicitly log in after signup");
//define("PRFLAN_199", "");
//0.8
define("PRFLAN_154a", "If 'Admin Approval' is selected, it is recommended that you enable email notification on user signup <a href='.e_ADMIN.'notify.php'>here</a>."); //FIXME HMTL
define("PRFLAN_154a", "If 'Admin Approval' is selected, it is recommended that you enable email notification on user signup [here].");
define("PRFLAN_196a", "Log directory:");
define("PRFLAN_199", "Show Admin Sub-links");