Files
sentcms/application/admin/config.php

24 lines
703 B
PHP

<?php
// +----------------------------------------------------------------------
// | SentCMS [ WE CAN DO IT JUST THINK IT ]
// +----------------------------------------------------------------------
// | Copyright (c) 2013 http://www.tensent.cn All rights reserved.
// +----------------------------------------------------------------------
// | Author: molong <molong@tensent.cn> <http://www.tensent.cn>
// +----------------------------------------------------------------------
return array(
'user_administrator' => 1,
//'url_common_param'=>true,
'template' => array(
),
'session' => array(
'prefix' => 'admin',
'type' => '',
'auto_start' => true,
)
);