update memory limit
This commit is contained in:
parent
1a3d4e4316
commit
2df8a54ba9
@ -1,6 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
include_once(_PS_MODULE_DIR_.'antadismarketing/antadismarketing.php');
|
include_once(_PS_MODULE_DIR_.'antadismarketing/antadismarketing.php');
|
||||||
|
|
||||||
|
ini_set('memory_limit', '2048M');
|
||||||
|
|
||||||
class AdminAntMarketingStatsController extends ModuleAdminController {
|
class AdminAntMarketingStatsController extends ModuleAdminController {
|
||||||
|
|
||||||
public $tracking_category = null;
|
public $tracking_category = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user