This website works better with JavaScript.
홈
탐색
도움말
로그인
Laclic
/
SovBundle
보기
3
좋아요
0
포크
0
코드
이슈
1
풀 리퀘스트
0
릴리즈
2
위키
Activity
소스 검색
Merge branch 'develop'
develop
Guillaume
2 년 전
부모
d0260903e8
584e1b8012
커밋
8b7e265d1e
1개의 변경된 파일
과
6개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
+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);
}
}
Write
Preview
Loading…
취소
저장