Post Group: Newbie
Posts: 11
Status: 
|
as on some servers the default php memory limit is to low for Softaculous to install larger scripts, I've added the line:
ini_set('memory_limit', '128M');
to the enduser/globals.php
this really worked great without any impact till the last Softaculous upgrade replaced this file. I've already tried to use enduser/universal.php instead but this one is replaced every time I save the config.
Is there any file where I can add custom php directives which were not being replaced during a Softaculous update?
Edited by globvill : July 11, 2012, 11:12 pm |