I have the following code:
我有以下代码:
$conf = array(
'site' => array(
'theme' => 'master',
),
'url' => array(
'site' => 'localhost',
'up' => conf('url.site') . '/uploads',
'admin' => conf('url.site') . '/admin',
'theme' => conf('url.site') . '/theme/' . conf('site.theme'),
)
);
$conf =