Skip to content

Commit

Permalink
Fixed setting php variables
Browse files Browse the repository at this point in the history
Signed-off-by: H2CK <dev@jagel.net>
  • Loading branch information
H2CK committed Dec 8, 2022
1 parent f147c14 commit e6c0288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08_set_php.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
MAXUPLOADSIZE=${MAX_UPLOAD_SIZE:-2M}
POSTMAXSIZE=${POST_MAX_SIZE:-8M}

CONFIG_FILE=/etc/php/7.4/apache2/php.ini
CONFIG_FILE=/etc/php/8.1/apache2/php.ini

echo "Set max_upload_size."
#Check if not yet set, if file exists, do nothing
Expand Down

1 comment on commit e6c0288

@tuetenk0pp
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Man you are fast :) I wasn't able to find the file since I searched in the master branch. Otherwise I could have done it. Thank you!

Please sign in to comment.