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