Skip to content

Commit 524defd

Browse files
committed
Add missing ';' to config.dist.php
1 parent 6d4000a commit 524defd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.dist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// To add another domain, finish with ';'.
1616
// Whitespace (spaces and newlines) are ignored. If you have a very complicated configuration, you may want to use multiple lines. Feel free to do so!
1717
// Subdomain configuration: Use '@' for the domain without subdomain. Use '*' for all subdomains.
18-
define('DOMAINLIST', 'myfirstdomain.com: server, dddns; myseconddomain.com: @, *, some-subdomain')
18+
define('DOMAINLIST', 'myfirstdomain.com: server, dddns; myseconddomain.com: @, *, some-subdomain');
1919

2020

2121
// The old format for configuring domain + host is still supported, but deprecated. I recommend to switch to the above config,

0 commit comments

Comments
 (0)