diff --git a/program/include/rcmail_install.php b/program/include/rcmail_install.php
index 444b0ac9e..cd7782514 100644
--- a/program/include/rcmail_install.php
+++ b/program/include/rcmail_install.php
@@ -1031,18 +1031,6 @@ class rcmail_install
$this->last_error = $p;
}
- public static function logonWarning()
- {
- return html::div(
- ['id' => 'login-addon', 'style' => 'background:#ef9398; border:2px solid #dc5757; padding:0.5em; margin:2em auto; width:50em'],
- html::tag('h2', ['style' => 'margin-top:0.2em'], 'The Installer is still accessible')
- . html::p(null, 'The install script of your Roundcube installation is still available to everyone!')
- . html::p(null, 'Please remove the public_html/installer.php file from the Roundcube directory because
- it may expose sensitive configuration data like server passwords and encryption keys
- to the public. Make sure you cannot access the script from your browser.')
- ));
- }
-
/**
* Check if vendor/autoload.php was created by Roundcube and left untouched
*