Security Settings:
xmlrpc deaktivieren Autorenscan deaktivieren Scripting in /wp-content/uploads/ deaktivieren Zugriff auf potenziell sensible Dateien blockieren Dateieditor im WP Dashboard deaktivieren Skriptverkettung deaktivieren Skriptausführung im Include-Verzeichnis deaktivieren Zugriff von ungewollten Bots verbieten Auflistung von Verzeichnissen deaktivieren Debug-Ausgaben deaktivieren Login-URL ändern
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
echo '<div class="health-check-body health-check-debug-tab hide-if-no-js">';
|
||||
echo '<h1>Erweiterte Sicherheitseinstellungen</h1>';
|
||||
echo '<h2>Erweiterte Sicherheitseinstellungen</h2>';
|
||||
if (isset($_POST['submit'])) {
|
||||
echo '<div id="bdp_success">Die Einstellungen wurden gespeichert.</div>';
|
||||
update_option('whl_page', $_POST['login_url']);
|
||||
@ -9,13 +9,12 @@ if (isset($_POST['submit'])) {
|
||||
|
||||
<form method="post" action="admin.php?page=bdp-kompass%2Fmodules%2Findex.php&loadmodule=security">
|
||||
<div class="bdp_security_outer">
|
||||
<fieldset class="bdp_security_inner">
|
||||
<legend>Wordpress-Login</legend>
|
||||
|
||||
<table>
|
||||
<table>
|
||||
<tr style="vertical-align: top;">
|
||||
<td>Login-URL:</td>
|
||||
<td> <label><?php echo get_site_url(); ?>/</label><input style="width: 100px;" class="long_text" type="text" name="login_url" id="login_url" required
|
||||
<td style="font-weight: bold; padding-right: 10px;"><br />Login-URL:</td>
|
||||
<td style="vertical-align: top;">
|
||||
<label>
|
||||
<?php echo get_site_url(); ?>/</label><input style="width: 100px;" class="long_text" type="text" name="login_url" id="login_url" required
|
||||
value = "<?php echo get_option('whl_page', 'bdp_login'); ?>"
|
||||
>/<br />
|
||||
<label style="font-weight: normal; color: #a0a0a0; font-style: italic">
|
||||
@ -23,9 +22,9 @@ if (isset($_POST['submit'])) {
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<input class="bdp_submit" type="submit" name="submit" value="Einstellungen speichern">
|
||||
</table><br /><br />
|
||||
|
||||
<input class="button" type="submit" name="submit" value="Einstellungen speichern">
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
Reference in New Issue
Block a user