Commit dcdcc8b6a36cb24b326317be5f474452bf7c7f80
Exists in
master
Merge pull request #2 from goldblade/correcoes-htaccess.
Alterado .htaccess
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
ieducar/.htaccess
| ... | ... | @@ -76,7 +76,7 @@ DirectoryIndex index.php index.html index.htm |
| 76 | 76 | # |
| 77 | 77 | # @link http://php.net/configuration.changes |
| 78 | 78 | <IfModule mod_php5.c> |
| 79 | - php_value memory_limit 32M | |
| 79 | + php_value memory_limit 64M | |
| 80 | 80 | php_value error_reporting 1 |
| 81 | 81 | php_flag display_errors off |
| 82 | 82 | php_flag magic_quotes_gpc off | ... | ... |