Add second domain to example array in settings.php
This commit is contained in:
parent
335ac4b249
commit
a04d6e1c0c
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
|
||||
$sites = array(
|
||||
"example.com"
|
||||
"example.com",
|
||||
"somesite.com"
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue