mirror of
https://github.com/e107inc/e107.git
synced 2025-07-17 13:01:14 +02:00
Fixes #898 - Incorrect path to admin area.
This commit is contained in:
@@ -1481,9 +1481,14 @@ $text .= "
|
|||||||
$text .= $frm->option($v_title, $v, ($pref['user_reg_veri'] == $v));
|
$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 .= "
|
$text .= "
|
||||||
</select>
|
</select>
|
||||||
<div class='field-help'>".PRFLAN_154a."</div>
|
<div class='field-help'>".$PRFLAN_154a."</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
@@ -198,7 +198,7 @@ define("PRFLAN_198", "If disabled, user has to explicitly log in after signup");
|
|||||||
//define("PRFLAN_199", "");
|
//define("PRFLAN_199", "");
|
||||||
|
|
||||||
//0.8
|
//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_196a", "Log directory:");
|
||||||
|
|
||||||
define("PRFLAN_199", "Show Admin Sub-links");
|
define("PRFLAN_199", "Show Admin Sub-links");
|
||||||
|
Reference in New Issue
Block a user