Add second domain to example array in settings.php

This commit is contained in:
Klaus-Uwe Mitterer 2016-07-19 10:21:21 +02:00
parent 335ac4b249
commit a04d6e1c0c

View file

@ -1,5 +1,6 @@
<?php
$sites = array(
"example.com"
"example.com",
"somesite.com"
);