Przeglądaj źródła

Replace Vesta with Hestia in roundcube config comment.

Raphael Schneeberger 7 lat temu
rodzic
commit
bcd13083d3

+ 1 - 1
install/debian/8/roundcube/config.inc.php

@@ -26,7 +26,7 @@ $rcmail_config['password_login_exceptions'] = null;
 // Enable this option to use punycoded names
 $rcmail_config['password_idn_ascii'] = false;
 
-// Vesta Driver options
+// Hestia Driver options
 // -----------------------
 // Control Panel host
 $rcmail_config['password_hestia_host'] = 'localhost';

+ 1 - 1
install/debian/9/roundcube/config.inc.php

@@ -26,7 +26,7 @@ $rcmail_config['password_login_exceptions'] = null;
 // Enable this option to use punycoded names
 $rcmail_config['password_idn_ascii'] = false;
 
-// Vesta Driver options
+// Hestia Driver options
 // -----------------------
 // Control Panel host
 $rcmail_config['password_hestia_host'] = 'localhost';

+ 1 - 1
install/ubuntu/14.04/roundcube/config.inc.php

@@ -26,7 +26,7 @@ $rcmail_config['password_login_exceptions'] = null;
 // Enable this option to use punycoded names
 $rcmail_config['password_idn_ascii'] = false;
 
-// Vesta Driver options
+// Hestia Driver options
 // -----------------------
 // Control Panel host
 $rcmail_config['password_hestia_host'] = 'localhost';

+ 1 - 1
install/ubuntu/16.04/roundcube/config.inc.php

@@ -26,7 +26,7 @@ $rcmail_config['password_login_exceptions'] = null;
 // Enable this option to use punycoded names
 $rcmail_config['password_idn_ascii'] = false;
 
-// Vesta Driver options
+// Hestia Driver options
 // -----------------------
 // Control Panel host
 $rcmail_config['password_hestia_host'] = 'localhost';

+ 1 - 1
install/ubuntu/18.04/roundcube/config.inc.php

@@ -26,7 +26,7 @@ $rcmail_config['password_login_exceptions'] = null;
 // Enable this option to use punycoded names
 $rcmail_config['password_idn_ascii'] = false;
 
-// Vesta Driver options
+// Hestia Driver options
 // -----------------------
 // Control Panel host
 $rcmail_config['password_hestia_host'] = 'localhost';