Commit af571875 authored by rlgy's avatar rlgy

index.php

parent f5c1df54
/index.php
/index-test.php /index-test.php
/robots.txt /robots.txt
/upload /upload
\ No newline at end of file
...@@ -73,7 +73,10 @@ return [ ...@@ -73,7 +73,10 @@ return [
'class' => 'yii\caching\FileCache', 'class' => 'yii\caching\FileCache',
], ],
// 'cache' => [ // 'cache' => [
// 'class' => 'yii\redis\Connection', // 'class' => 'yii\redis\Connection',
// 'hostname' => 'localhost',
// 'port' => 6379,
// 'database' => 0,
// ], // ],
'i18n' => [ 'i18n' => [
'translations' => [ 'translations' => [
......
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment