Забыл отправить шаблоны файлов настроек
This commit is contained in:
parent
7865cac5d4
commit
ada91bd0b7
|
@ -1,7 +1,9 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'adminEmail' => 'admin@example.com',
|
||||
'senderEmail' => 'noreply@example.com',
|
||||
'senderName' => 'Example.com mailer',
|
||||
'dellin' => [
|
||||
'nickname' => '',
|
||||
'password' => '',
|
||||
'key' => ''
|
||||
],
|
||||
];
|
||||
|
|
|
@ -77,7 +77,7 @@ $config = [
|
|||
'controller' => 'main'
|
||||
],
|
||||
'product/<catn:[^/]+>' => 'product/index',
|
||||
'product/<catn:[^/]+>/<action:(write|edit|delete)>/<target:(title|catn|dscr|dmns|image|cover)>' => 'product/<action>-<target>',
|
||||
'product/<catn:[^/]+>/<action:(write|edit|delete)>/<target:(title|catn|dscr|dmns|wght|image|cover)>' => 'product/<action>-<target>',
|
||||
'orders' => 'order/index'
|
||||
],
|
||||
],
|
||||
|
|
Reference in New Issue