debug
This commit is contained in:
@@ -7,6 +7,11 @@ class Index
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
$arrConfig = config();
|
||||
echo '<pre>';
|
||||
print_r($arrConfig);
|
||||
echo '</pre>';
|
||||
// exit;
|
||||
return '您好!这是一个[home]示例应用';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user