Просмотр исходного кода

Merge branch 'develop'

develop
Guillaume 2 лет назад
Родитель
Сommit
8b7e265d1e
1 измененных файлов: 6 добавлений и 0 удалений
  1. +6
    -0
      Controller/ControllerTrait.php

+ 6
- 0
Controller/ControllerTrait.php Просмотреть файл

@@ -275,4 +275,10 @@ trait ControllerTrait
return $this->get(SiteSettingContainer::class);
}

public function setNoMemoryAndTimeLimit(): void
{
ini_set('memory_limit', '-1');
set_time_limit(0);
}

}

Загрузка…
Отмена
Сохранить