Blame view

common/config/params.php 451 Bytes
24a63083   Anastasia   first commit
1
2
  <?php
  return [
9d70b8a6   alex   1) добавил новые ...
3
4
      'adminEmail'                => 'admin@example.com',
      'supportEmail'              => 'support@example.com',
24a63083   Anastasia   first commit
5
      'user.passwordResetTokenExpire' => 3600,
9d70b8a6   alex   1) добавил новые ...
6
7
8
9
10
11
  	'pdf_instruction'           => [
  		'ru'    => 'Kyiv_-_EM_and_9th_Forum_-_OverviewHyper_MASTER_07-5_Clean.pdf',
  		'en'    => 'Kyiv_-_EM_and_9th_Forum_-_OverviewHyper_MASTER_07-5_Clean.pdf',
  		'ua'    => 'Ukraine - EM and 9th Forum-UKR.pdf',
  		'fr'    => 'fr_agenda.pdf',
  	]
24a63083   Anastasia   first commit
12
  ];