VvebOIDC/config/sites.php

13 lines
217 B
PHP

<?php
return array (
'* * *' =>
array (
'name' => 'Default',
'host' => '*.*.*',
'theme' => 'solutry',
'state' => 'live',
'template' => 'index.html',
'id' => 1,
'site_id' => 1,
),
);