The 'upload_max_filesize problem' fixed, I hope.
This commit is contained in:
parent
53258d2223
commit
242df07fb0
2 changed files with 3 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
|
||||
php_value upload_max_filesize 32M
|
||||
php_value upload_max_filesize 100M
|
||||
php_value post_max_size 101M
|
||||
|
|
|
@ -155,6 +155,7 @@ install: configure_apache
|
|||
${CP} ${BASE_DIR}/index.php ${USR_VAR_DIR}/LiveSupport/htmlUI
|
||||
${CP} ${VAR_DIR}/*.xml ${VAR_DIR}/*.php \
|
||||
${USR_VAR_DIR}/LiveSupport/htmlUI/var
|
||||
${CP} ${VAR_DIR}/.htaccess ${USR_VAR_DIR}/LiveSupport/htmlUI/var
|
||||
${CP} ${VAR_DIR}/html/*.php ${VAR_DIR}/html/*.css \
|
||||
${USR_VAR_DIR}/LiveSupport/htmlUI/var/html
|
||||
${CP} ${VAR_DIR}/html/img/*.png ${VAR_DIR}/html/img/*.gif \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue