Ticket #3141: memory_limit_2_3.diff
File memory_limit_2_3.diff, 478 bytes (added by , 17 years ago) |
---|
-
wp-config-sample.php
15 15 // For example, install de.mo to wp-content/languages and set WPLANG to 'de' 16 16 // to enable German language support. 17 17 define ('WPLANG', ''); 18 18 @ini_set("memory_limit","32M"); 19 19 /* That's all, stop editing! Happy blogging. */ 20 20 21 21 define('ABSPATH', dirname(__FILE__).'/');