Über dieses Plugin
diff --git a/modules/calendar/internal/index.php b/modules/calendar/internal/index.php
index 925fc09..1e77c22 100644
--- a/modules/calendar/internal/index.php
+++ b/modules/calendar/internal/index.php
@@ -1,5 +1,4 @@
';
echo '
Kalender-Einstellungen
';
if (isset($_POST['submit'])) {
echo '
Die Einstellungen wurden gespeichert.
';
@@ -22,7 +21,6 @@ if (null !== $categories) {
}
?>
\ No newline at end of file
diff --git a/modules/firstusage/classes/Security.class.php b/modules/firstusage/classes/Security.class.php
index 8c252e6..9735d4b 100644
--- a/modules/firstusage/classes/Security.class.php
+++ b/modules/firstusage/classes/Security.class.php
@@ -10,12 +10,13 @@ class Security
{
public const required_security_plugins = [
'wps_hide_login' => ['downloadUrl' => 'https://downloads.wordpress.org/plugin/wps-hide-login.1.9.10.zip'],
- 'limit-login-attempts-reloaded' => ['downloadUrl' => 'https://downloads.wordpress.org/plugin/limit-login-attempts-reloaded.2.25.27.zip']];
+ ];
public const delete_plugins = [
'akismet/akismet.php',
- 'hello.php'
+ 'hello.php',
+ 'limit-login-attempts-reloaded'
];
public static function setup()