@@ -1,48 +1,48 @@ |
||
1 | 1 | <?php return [ |
2 | - 'baseProto' => 'http', |
|
3 | - 'baseDomain' => 'ffcms.app', |
|
4 | - 'basePath' => '/', |
|
5 | - 'passwordSalt' => '$2a$07$2NJgci5A7NI9m2J9Ii92a1I3DiH6$', |
|
6 | - 'timezone' => 'Europe/Moscow', |
|
7 | - 'mail' => [ |
|
8 | - 'host' => 'localhost', |
|
9 | - 'port' => 21, |
|
10 | - 'user' => '[email protected]', |
|
11 | - 'password' => 'sEcur3pwd', |
|
12 | - 'encrypt' => 'tls' |
|
13 | - ], |
|
14 | - 'debug' => [ |
|
15 | - 'all' => false, |
|
16 | - 'cookie' => [ |
|
17 | - 'key' => 'fdebug_jepP2', |
|
18 | - 'value' => 'pOH1Kj18fHN7mk9a81F32eJbl9d3AeDjLC1g7poPGE22Ii6pI68P5B6O5hKMofnLPB0lFdpo2a2o78NhedjGA' |
|
19 | - ] |
|
20 | - ], |
|
21 | - 'userCron' => false, |
|
22 | - 'theme' => [ |
|
23 | - 'Front' => 'default', |
|
24 | - 'Admin' => 'default' |
|
25 | - ], |
|
26 | - 'database' => [ |
|
27 | - 'driver' => 'mysql', |
|
28 | - 'host' => '127.0.0.1', |
|
29 | - 'username' => 'mysql', |
|
30 | - 'password' => 'mysql', |
|
31 | - 'database' => 'ffcms', |
|
32 | - 'prefix' => 'ffcms_', |
|
33 | - 'charset' => 'utf8', |
|
34 | - 'collation' => 'utf8_unicode_ci' |
|
35 | - ], |
|
2 | + 'baseProto' => 'http', |
|
3 | + 'baseDomain' => 'ffcms.app', |
|
4 | + 'basePath' => '/', |
|
5 | + 'passwordSalt' => '$2a$07$2NJgci5A7NI9m2J9Ii92a1I3DiH6$', |
|
6 | + 'timezone' => 'Europe/Moscow', |
|
7 | + 'mail' => [ |
|
8 | + 'host' => 'localhost', |
|
9 | + 'port' => 21, |
|
10 | + 'user' => '[email protected]', |
|
11 | + 'password' => 'sEcur3pwd', |
|
12 | + 'encrypt' => 'tls' |
|
13 | + ], |
|
14 | + 'debug' => [ |
|
15 | + 'all' => false, |
|
16 | + 'cookie' => [ |
|
17 | + 'key' => 'fdebug_jepP2', |
|
18 | + 'value' => 'pOH1Kj18fHN7mk9a81F32eJbl9d3AeDjLC1g7poPGE22Ii6pI68P5B6O5hKMofnLPB0lFdpo2a2o78NhedjGA' |
|
19 | + ] |
|
20 | + ], |
|
21 | + 'userCron' => false, |
|
22 | + 'theme' => [ |
|
23 | + 'Front' => 'default', |
|
24 | + 'Admin' => 'default' |
|
25 | + ], |
|
26 | + 'database' => [ |
|
27 | + 'driver' => 'mysql', |
|
28 | + 'host' => '127.0.0.1', |
|
29 | + 'username' => 'mysql', |
|
30 | + 'password' => 'mysql', |
|
31 | + 'database' => 'ffcms', |
|
32 | + 'prefix' => 'ffcms_', |
|
33 | + 'charset' => 'utf8', |
|
34 | + 'collation' => 'utf8_unicode_ci' |
|
35 | + ], |
|
36 | 36 | 'testSuite' => false, |
37 | - 'baseLanguage' => 'en', |
|
38 | - 'multiLanguage' => true, |
|
39 | - 'singleLanguage' => 'en', |
|
40 | - 'languages' => [ |
|
41 | - 'en', |
|
42 | - 'ru' |
|
43 | - ], |
|
44 | - 'languageDomainAlias' => false, |
|
45 | - 'gaClientId' => '570934480862-son8fr180fr6u6tlt9iqpjpoesngro0o.apps.googleusercontent.com', |
|
46 | - 'gaTrackId' => false, |
|
47 | - 'trustedProxy' => false |
|
37 | + 'baseLanguage' => 'en', |
|
38 | + 'multiLanguage' => true, |
|
39 | + 'singleLanguage' => 'en', |
|
40 | + 'languages' => [ |
|
41 | + 'en', |
|
42 | + 'ru' |
|
43 | + ], |
|
44 | + 'languageDomainAlias' => false, |
|
45 | + 'gaClientId' => '570934480862-son8fr180fr6u6tlt9iqpjpoesngro0o.apps.googleusercontent.com', |
|
46 | + 'gaTrackId' => false, |
|
47 | + 'trustedProxy' => false |
|
48 | 48 | ]; |
@@ -30,7 +30,7 @@ |
||
30 | 30 | if (!(bool)$post->closed && \App::$User->isAuth()) { |
31 | 31 | $user = App::$User->identity(); |
32 | 32 | if ((int)$user->getId() === (int)$post->user_id) { |
33 | - echo Url::a(['feedback/close', [$post->id, $post->hash]], __('Close request'), ['class' => 'btn btn-danger']); |
|
33 | + echo Url::a(['feedback/close', [$post->id, $post->hash]], __('Close request'), ['class' => 'btn btn-danger']); |
|
34 | 34 | } |
35 | 35 | } |
36 | 36 | ?> |