13 lines
217 B
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,
|
|
),
|
|
); |