Забыл отправить шаблоны файлов настроек
This commit is contained in:
mirzaev/skillparts/system/config
@@ -1,7 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'adminEmail' => 'admin@example.com',
|
'dellin' => [
|
||||||
'senderEmail' => 'noreply@example.com',
|
'nickname' => '',
|
||||||
'senderName' => 'Example.com mailer',
|
'password' => '',
|
||||||
|
'key' => ''
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
@@ -77,7 +77,7 @@ $config = [
|
|||||||
'controller' => 'main'
|
'controller' => 'main'
|
||||||
],
|
],
|
||||||
'product/<catn:[^/]+>' => 'product/index',
|
'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'
|
'orders' => 'order/index'
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user