export const increaseNumberAsync = value => dispatch => {
setTimeout(() => dispatch(increaseNumber(value)), 1000)
}
use yii\helpers\Html;
Yii::$container->set('yii\widgets\LinkPager', [
'maxButtonCount' => 3,
'prevPageLabel' => Html::img(Yii::$app->urlManager->createUrl('img/svg/icon-chevrons-left-gray.svg'), ['alt' => 'назад']),
'nextPageLabel' => Html::img(Yii::$app->urlManager->createUrl('img/svg/icon-chevrons-right-gray.svg'), ['alt' => 'вперёд']),
'firstPageLabel' => Html::img(Yii::$app->urlManager->createUrl('img/svg/icon-skip-back-gray.svg'), ['alt' => 'начало']),
'lastPageLabel' => Html::img(Yii::$app->urlManager->createUrl('img/svg/icon-skip-forward-gray.svg'), ['alt' => 'конец']),
]);
// ; cPanel-generated php ini directives, do not edit
// ; Manual editing of this file may result in unexpected behavior.
// ; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
// ; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
allow_url_fopen = On
allow_url_include = On
display_errors = Off
enable_dl = Off
file_uploads = On
max_execution_time = 30
max_input_time = 60
max_input_vars = 1000
memory_limit = 128M
post_max_size = 100M
session.gc_maxlifetime = 1440
session.save_path = "/var/www/sessions"
upload_max_filesize = 100M
zlib.output_compression = Off