Забыл отправить шаблоны файлов настроек

This commit is contained in:
Arsen Mirzaev Tatyano-Muradovich 2021-04-19 07:14:44 +10:00
parent 7865cac5d4
commit ada91bd0b7
2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,9 @@
<?php <?php
return [ return [
'adminEmail' => 'admin@example.com', 'dellin' => [
'senderEmail' => 'noreply@example.com', 'nickname' => '',
'senderName' => 'Example.com mailer', 'password' => '',
'key' => ''
],
]; ];

View File

@ -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'
], ],
], ],