handle variable attachmentdiv height and control bottom area height preserved for the attachmentdiv, throw out attachment_count, as it seems not to be used

This commit is contained in:
Klaus Leithoff 2011-03-18 12:10:15 +00:00
parent e19cc44fcb
commit d7177eb4f5

View File

@ -14,9 +14,11 @@ php_flag short_open_tag on
php_flag track_vars on
php_flag display_errors off
# E_ALL & ~E_NOTICE & ~E_STRICT = 8191 - 8 - 2048 = 6135
php_value error_reporting 6135
php_value error_reporting 'E_ALL & ~E_NOTICE'
#php_value error_reporting 6135
php_value max_execution_time 90
php_value memory_limit 256M
#php_value memory_limit 256M
php_value memory_limit 64M
php_value session.gc_maxlifetime 14400
php_value upload_max_filesize 64M
php_value post_max_size 65M