]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - config.php.sample
Update config.php.sample
[irc/unrealircd/unrealircd-webpanel.git] / config.php.sample
index 53e239ae0b097de95d219f00f72b711ba2e2cd47..12a7a4516e1dd431a4119217c2dffa346988d249 100644 (file)
@@ -126,9 +126,9 @@ define('DNSBL', [
 define('EMAIL_SETTINGS', [
     "host" => 'smtp.host.example.com',
     "port" => 587,
-    "encryption" => 'tls', /* Use 'tls' for STARTTLS or 'ssl' for TLS/SSL
+    "encryption" => 'tls', /* Use 'tls' for STARTTLS or 'ssl' for TLS/SSL */
     "username" => "youremail@example.com", /* The email to login with and send emails from */
     "password" => "supersecretpassword", /* The password for the above email */
     "from_name" => "UnrealIRCd Admin Panel",
 
-]);
\ No newline at end of file
+]);