This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
SovBundle
Watch
3
Star
0
Fork
0
Code
Issues
1
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Merge branch 'develop'
develop
Guillaume
2 years ago
parent
d0260903e8
584e1b8012
commit
8b7e265d1e
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
+6
-0
Controller/ControllerTrait.php
+ 6
- 0
Controller/ControllerTrait.php
View File
@@ -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…
Cancel
Save